
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --font-body: "Plus Jakarta Sans", sans-serif;
  --font-heading: 'JazminAlt';
  --color-primary: #a04444;
  --color-secondary: #304049;
  --color-heading: #304049;
  --color-default: #304049;
  --color-dark: #304049;
  --color-border: #cbcad3;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #fff;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91); }

:root {
  scroll-behavior: auto; }

html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  color: var(--color-default);
  font-family: var(--font-body);
  background-color: var(--color-white); }

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

ul {
  margin: 0px;
  padding: 0px; }

button {
  cursor: pointer; }

*:focus {
  outline: none; }

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

button:focus {
  outline: none; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: inherit; }

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon/select-arrow.png);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
  width: 100%;
  height: 75px;
  border-radius: 0;
  background-color: #F3F4F5;
  padding: 10px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, form select::-moz-placeholder, textarea::-moz-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, form select:-moz-placeholder, textarea:-moz-placeholder {
    color: #888686;
    opacity: 1; }

textarea {
  height: 100px; }

button {
  border: 0; }

table {
  width: 100%; }

p, li, span {
  margin-bottom: 0; }

.nice-select {
  background-color: transparent;
  height: 60px;
  line-height: 59px;
  min-height: 60px;
  padding: 0 20px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
  background-color: #F3F4F5;
  border: 0;
  font-size: 16px; }
  .nice-select::after {
    border-bottom: 1.9px solid #4C6A6D;
    border-right: 1.9px solid #4C6A6D;
    height: 6px;
    right: 20px;
    width: 6px; }
  .nice-select .option {
    line-height: 38px;
    min-height: 38px; }
  .nice-select .option:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
    background-color: rgba(11, 20, 34, 0.04); }
  .nice-select .list {
    width: 100%;
    margin-top: 0;
    padding: 12px 18px;
    border-radius: 0 0 5px 5px;
    -webkit-transform: scale(1) translateY(30px);
    -ms-transform: scale(1) translateY(30px);
    transform: scale(1) translateY(30px);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    max-height: 200px;
    overflow: auto;
    border: 1px solid #f3f4f5; }
    .nice-select .list li {
      margin-right: 0 !important;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      .nice-select .list li:hover {
        color: var(--color-heading);
        background-color: rgba(11, 20, 34, 0.04); }
    .nice-select .list .option {
      color: var(--color-dark);
      font-weight: 500; }
      .nice-select .list .option.selected {
        font-weight: 500; }
      .nice-select .list .option.selected, .nice-select .list .option:hover {
        border: none !important; }


.body_wrap {
  position: relative; }

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

.gardiant-bg {
  background: linear-gradient(181deg, #260f8f 0%, #00b8ff 100%); }

.dark-bg {
  background: radial-gradient(70.71% 70.71% at 50% 50%, #edf3fa 0%, #c6d2e0 100%); }

.pt-295 {
  padding-top: 295px; }

.color-heading {
  color: #0e052c !important; }

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

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

.clr-white {
  color: var(--color-white) !important; }

.clr-black {
  color: var(--color-black); }

.pos-rel {
  position: relative; }

.pos-absolute {
  position: absolute; }

.f-right {
  float: right; }

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

.mt-5 {
  margin-top: 5px !important; }

.mlr-185 {
  margin-right: 185px;
  margin-left: 185px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .mlr-185 {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 1199px) {
    .mlr-185 {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 991px) {
    .mlr-185 {
      margin-left: 30px;
      margin-right: 30px; } }

.border-effect a, .border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border-effect a:hover, .border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit; }

.border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.btn-video {
  width: 100px;
  height: 100px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #011689;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2); }
  @media (max-width: 767px) {
    .btn-video {
      width: 60px;
      height: 60px;
      font-size: 18px; } }
  .btn-video:hover {
    color: var(--color-primary); }
  .btn-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-white);
    animation: push-scale 1500ms ease-out infinite;
    -webkit-animation: push-scale 1500ms ease-out infinite;
    z-index: -2; }

.btn-video-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.border_effect a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border_effect a:hover {
    background-size: 100% 100%;
    color: inherit; }

@media (max-width: 991px) {
  .tx-col-md-6 {
    width: 50%; } }
@media (max-width: 767px) {
  .tx-col-md-6 {
    width: 100%; } }

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .xb-close::before, .xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b; }
  .xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .xb-close:hover::before, .xb-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }


.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block; }

.ul_li {
  justify-content: flex-start; }

.ul_li_center {
  justify-content: center; }

.ul_li_right {
  justify-content: flex-end; }

.ul_li_between {
  justify-content: space-between; }

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block; }

.ul_li_block > li {
  display: block;
  list-style: none; }

.flex-1 {
  flex: 1; }

.pagination_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  list-style: none; }
  .pagination_wrap ul li {
    padding: 5px; }
    .pagination_wrap ul li a {
      height: 50px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 600;
      color: #304049;
      border: 1px solid rgba(48, 64, 73, 0.4);
      background-color: var(--color-white);
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: 1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      overflow: hidden; }
      .pagination_wrap ul li a svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      @media (max-width: 767px) {
        .pagination_wrap ul li a {
          height: 40px;
          width: 40px;
          font-size: 13px; } }
      .pagination_wrap ul li a.current_page, .pagination_wrap ul li a:hover {
        color: var(--color-white);
        background-color: var(--color-primary);
        border-color: var(--color-primary); }
        .pagination_wrap ul li a.current_page svg path, .pagination_wrap ul li a:hover svg path {
          fill: var(--color-white); }

.xb-odm {
  overflow: hidden; }

.xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner,
.xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
  overflow: initial;
  overscroll-behavior-y: hidden; }


.mt-none-5 {
  margin-top: -5px; }

.mt-none-10 {
  margin-top: -10px; }

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

.mt-none-20 {
  margin-top: -20px; }

.mt-none-25 {
  margin-top: -25px; }

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

.mt-none-35 {
  margin-top: -35px; }

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

.mt-none-45 {
  margin-top: -45px; }

.mt-none-50 {
  margin-top: -50px; }

.mt-none-55 {
  margin-top: -55px; }

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

.mt-none-65 {
  margin-top: -65px; }

.mt-none-70 {
  margin-top: -70px; }

.mt-none-75 {
  margin-top: -75px; }

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

.mt-none-85 {
  margin-top: -85px; }

.mt-none-90 {
  margin-top: -90px; }

.mt-none-95 {
  margin-top: -95px; }

.mt-none-100 {
  margin-top: -100px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px; }

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

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

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

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

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

.mb-35 {
  margin-bottom: 35px; }

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

.mb-45 {
  margin-bottom: 45px; }

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

.mb-55 {
  margin-bottom: 55px; }

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

.mb-65 {
  margin-bottom: 65px; }

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

.mb-75 {
  margin-bottom: 75px; }

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

.mb-85 {
  margin-bottom: 85px; }

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

.mb-95 {
  margin-bottom: 95px; }

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

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

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

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

.pt-5 {
  padding-top: 5px; }

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

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

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

.pt-25 {
  padding-top: 25px; }

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

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

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

.pt-45 {
  padding-top: 45px; }

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

.pt-55 {
  padding-top: 55px; }

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

.pt-65 {
  padding-top: 65px; }

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

.pt-75 {
  padding-top: 75px; }

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

.pt-85 {
  padding-top: 85px; }

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

.pt-95 {
  padding-top: 95px; }

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

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

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

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

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

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

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

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

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

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

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

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

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

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-heading);
  font-family: var(--font-heading); }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
.scale-upOne {
  animation: scale-upOne 5s linear infinite; }

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0; } }
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.zoominup {
  animation: zoominup 5s linear infinite; }

@keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.zoominup2 {
  animation: zoominup2 1.5s linear infinite; }

@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
.updown {
  animation: updown 3s linear infinite; }

@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); } }
.updown-2 {
  animation: updown-2 5s linear infinite; }

@-webkit-keyframes leftRight-animation {
  0% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  50% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px); }
  100% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); } }
.leftRight-animation {
  animation: leftRight-animation 4s linear infinite; }

@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes xb_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.slide-up-down {
  animation: xb_up_down 1s ease infinite alternate; }

@keyframes xb_ltr {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20px); } }
.slide-ltr {
  animation: xb_ltr 5s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@-webkit-keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes push-scale-two {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(2.4); } }
@-webkit-keyframes push-scale-two {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1); }
  .skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px); }
  .skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .skewInImg.animated img {
      transform: scale(1) translate(0px, 0px); }

[data-aos=fade-up] {
  transform: translateY(50px); }

[data-aos=fade-down] {
  transform: translateY(-50px); }

[data-aos=fade-right] {
  transform: translate(-50px); }

[data-aos=fade-left] {
  transform: translate(50px); }

[data-aos=fade-up-right] {
  transform: translate(-50px, 50px); }

[data-aos=fade-up-left] {
  transform: translate(50px, 50px); }

[data-aos=fade-down-right] {
  transform: translate(-50px, -50px); }

[data-aos=fade-down-left] {
  transform: translate(50px, -50px); }

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97); }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
.xbzoominzoomup {
  animation: xbzoominzoomup 5s linear infinite; }

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg);
    opacity: 1; } }
@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
.rotateme {
  animation-name: rotateme;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.rotateme2 {
  animation-name: rotateme2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.marquee-first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite; }

.marquee-2 {
  -webkit-animation: marquee2 30s linear infinite;
  animation: marquee2 30s linear infinite; }

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@-webkit-keyframes marqueeX {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-33.3333%, 0, 0);
    transform: translate3d(-33.3333%, 0, 0); } }
@keyframes marqueeX {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-33.3333%, 0, 0);
    transform: translate3d(-33.3333%, 0, 0); } }
.path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite; }

@keyframes dash {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }
.path_2 {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dashTwo 4s linear infinite; }

@keyframes dashTwo {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 100; } }
@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg); }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg); }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg); }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg); }
  80% {
    transform: rotate3d(0, 0, 1, 0deg); } }
.phoneRinging {
  animation: phoneRinging 1.5s infinite linear; }

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes sliderShape {
  0%,100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
.xb-animetion-right {
  animation: xb-animetion-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.xb-animetion-left {
  animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-left {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.xb-animetion-left-2 {
  animation: xb-animetion-left-2 2.8s forwards cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes xb-animetion-left-2 {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0); }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0); } }
.xb-animetion-top {
  animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

@keyframes xb-animetion-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0; }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%; }

[data-overlay="light"]::before {
  background-color: var(--color-white); }

[data-overlay="dark"]::before {
  background-color: var(--color-black); }

[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

.header-area {
  top: 88px; }
  @media (max-width: 991px) {
    .header-area {
      top: 25px; } }
  .header-area .header__wrap {
    margin: 0 40px;
    padding: 0 30px 0 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .header-area .header__wrap {
        margin: 0 20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .header-area .header__wrap {
        padding: 0 20px; } }
    @media (max-width: 1199px) {
      .header-area .header__wrap {
        margin: 0 20px;
        padding: 10px 30px; } }
    @media (max-width: 767px) {
      .header-area .header__wrap {
        padding: 15px; } }
  .header-area .main-menu__wrap {
    margin: 0 30px; }
    @media (max-width: 991px) {
      .header-area .main-menu__wrap {
        margin: 0; } }
  .header-area .xb-header-logo img:nth-child(2) {
    display: none; }

@media (max-width: 1199px) {
  .header-btn {
    margin-left: 20px; } }
@media (max-width: 767px) {
  .header-btn {
    display: none; } }
.header-btn .thm-btn {
  min-width: 270px; }

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3; }

.stricked-menu {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1); }
  .stricked-menu .header__wrap {
    background: transparent;
    padding: 0;
    border: 0;
    backdrop-filter: none; }
    @media (max-width: 1199px) {
      .stricked-menu .header__wrap {
        padding: 15px 0; } }
  .stricked-menu .xb-nav-mobile {
    border-color: #304049;
    color: #304049;
    color: #304049; }
  .stricked-menu .xb-header-logo img:nth-child(1) {
    display: none; }
  .stricked-menu .xb-header-logo img:nth-child(2) {
    display: block; }
  .stricked-menu .main-menu ul li a {
    color: var(--color-dark); }
  .stricked-menu .main-menu ul li.menu-item-has-children > a span::after {
    color: currentColor; }
  .stricked-menu .header-btn .thm-btn {
    background-color: var(--color-primary);
    color: var(--color-white); }
    .stricked-menu .header-btn .thm-btn:hover {
      background-color: var(--color-secondary); }
    .stricked-menu .header-btn .thm-btn span:before {
      filter: brightness(100); }

.stricked-menu.stricky-fixed {
  visibility: visible;
  transform: translateY(0%); }

.header-style-two {
  top: 30px; }
  .header-style-two .header__wrap {
    margin: 0 90px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .header-style-two .header__wrap {
        margin: 0 20px; } }
    @media (max-width: 1199px) {
      .header-style-two .header__wrap {
        margin: 0 20px; } }
  .header-style-two .stricked-menu .header__wrap {
    margin: 0 60px; }
    @media (max-width: 767px) {
      .header-style-two .stricked-menu .header__wrap {
        margin: 0 15px; } }
  .header-style-two .header-btn .thm-btn {
    min-width: 238px; }

.header-style-three {
  top: 30px; }
  .header-style-three .header__wrap {
    padding: 0;
    margin: 0 90px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .header-style-three .header__wrap {
        margin: 0 15px; } }
    @media (max-width: 1199px) {
      .header-style-three .header__wrap {
        margin: 0 30px; } }
    @media (max-width: 767px) {
      .header-style-three .header__wrap {
        margin: 0 15px; } }
  .header-style-three .main-menu__wrap {
    margin-left: auto; }
  .header-style-three .header-right-inner {
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    padding: 0 30px 0 90px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; }
    @media (max-width: 1199px) {
      .header-style-three .header-right-inner {
        padding: 0 30px 0 40px; } }
    @media (max-width: 991px) {
      .header-style-three .header-right-inner {
        padding: 0;
        background-color: transparent; } }
  .header-style-three .main-menu ul li a {
    color: var(--color-dark); }
  .header-style-three .header-btn {
    margin-left: 77px; }
    @media (max-width: 1199px) {
      .header-style-three .header-btn {
        margin-left: 0; } }
    @media (max-width: 991px) {
      .header-style-three .header-btn .thm-btn {
        background-color: var(--color-white);
        color: #304049; }
        .header-style-three .header-btn .thm-btn span::before {
          filter: brightness(0); } }
  .header-style-three .stricked-menu {
    background-color: #fff; }
    .header-style-three .stricked-menu .header__wrap {
      margin: 0 60px; }
      @media (max-width: 1199px) {
        .header-style-three .stricked-menu .header__wrap {
          margin: 0 30px; } }
      @media (max-width: 991px) {
        .header-style-three .stricked-menu .header__wrap {
          margin: 0 15px;
          padding: 10px 0; } }
    .header-style-three .stricked-menu .header-right-inner {
      padding: 0; }
    .header-style-three .stricked-menu .xb-header-logo img:nth-child(2) {
      opacity: 1;
      display: block; }
    .header-style-three .stricked-menu .xb-header-logo img:nth-child(1) {
      opacity: 0;
      display: none; }
  .header-style-three .xb-header-logo img:nth-child(2) {
    opacity: 0;
    display: none; }
  .header-style-three .xb-nav-mobile {
    margin-right: 20px;
    color: var(--color-white);
    border: 2px solid var(--color-white); }
    .header-style-three .xb-nav-mobile:hover {
      background-color: var(--color-white);
      color: var(--color-primary); }
    @media (max-width: 767px) {
      .header-style-three .xb-nav-mobile {
        margin-right: 0; } }

.main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1; }
  .main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu ul li {
      position: relative; }
      .main-menu ul li:not(:last-child) {
        margin-right: 50px; }
        @media only screen and (min-width: 1200px) and (max-width: 1500px) {
          .main-menu ul li:not(:last-child) {
            margin-right: 30px; } }
      .main-menu ul li a {
        z-index: 3;
        font-weight: 600;
        font-size: 18px;
        position: relative;
        padding: 32px 0;
        text-decoration: none;
        display: inline-block;
        color: var(--color-white);
        font-family: var(--font-body);
        text-transform: capitalize; }
      .main-menu ul li.menu-item-has-children > a span::after {
        content: '\f107';
        font-weight: 400;
        color: currentColor;
        margin: 1px 0 0 3px;
        font-family: "Font Awesome 6 Pro";
        font-size: 17px; }
      .main-menu ul li.menu-item-has-children:hover > .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); }
      .main-menu ul li .submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        min-width: 240px;
        top: 100%;
        opacity: 0;
        left: 0;
        z-index: 3;
        top: 100%;
        padding: 30px 20px;
        text-align: left;
        visibility: hidden;
        background: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        transform: translateY(10px);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1); }
        .main-menu ul li .submenu li {
          padding: 0 6px;
          margin-right: 0; }
          .main-menu ul li .submenu li:not(:last-child) {
            margin-bottom: 13px; }
          .main-menu ul li .submenu li a {
            padding: 0;
            display: block;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0;
            position: relative;
            text-transform: capitalize;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            color: var(--color-heading);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .main-menu ul li .submenu li a:after {
              position: absolute;
              content: '';
              left: 0;
              top: 45%;
              height: 2px;
              width: 10px;
              opacity: 0;
              text-decoration: left;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              background: var(--color-primary);
              -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
              transform: translateY(50%); }
          .main-menu ul li .submenu li ul {
            left: 100%;
            top: 0px; }
          .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a {
            color: var(--color-primary);
            padding-left: 20px; }
            .main-menu ul li .submenu li:hover > a::after, .main-menu ul li .submenu li.active > a::after {
              opacity: 1; }
            .main-menu ul li .submenu li:hover > a span::after, .main-menu ul li .submenu li.active > a span::after {
              color: var(--color-primary) !important; }

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto; }

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

.main-menu ul li ul.submenu .menu-item-has-children > a span::after {
  position: absolute;
  top: 0px;
  right: 10px;
  content: "\e59e";
  font-size: 13px;
  font-weight: 500;
  font-family: 'Font Awesome 6 Pro';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(-90deg);
  color: var(--color-heading); }

.sec-title .xb-item--subtitle {
  font-weight: 600;
  font-size: 16px;
  color: #304049;
  display: inline-block;
  margin-bottom: 15px;
  background: rgba(34, 34, 34, 0.06);
  padding: 6px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  line-height: 1.3; }
.sec-title .xb-item--title {
  font-weight: 500;
  font-size: 60px;
  color: var(--color-heading); }
  @media (max-width: 1199px) {
    .sec-title .xb-item--title {
      font-size: 50px; } }
  @media (max-width: 991px) {
    .sec-title .xb-item--title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .sec-title .xb-item--title {
      font-size: 28px; }
      .sec-title .xb-item--title br {
        display: none; } }
  .sec-title .xb-item--title span {
    color: var(--color-primary); }
.sec-title .xb-item--title-sm {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #304049; }
.sec-title .xb-item--content {
  font-weight: 500; }
.sec-title--white .xb-item--subtitle, .sec-title--white .xb-item--title, .sec-title--white .xb-item--content {
  color: var(--color-white) !important; }
.sec-title--white .xb-item--subtitle {
  background: rgba(255, 255, 255, 0.06); }
.sec-title--two .xb-item--subtitle {
  font-family: 'Segoe Script';
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 22px;
  background-color: transparent;
  padding: 0; }
.sec-title--two .xb-item--title {
  text-transform: uppercase; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sec-title--two .xb-item--title {
      font-size: 46px; } }
.sec-title--two .xb-item--content {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px; }
  @media (max-width: 1199px) {
    .sec-title--two .xb-item--content br {
      display: none; } }
.sec-title--three .xb-item--subtitle {
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 30px; }
  .sec-title--three .xb-item--subtitle::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background-color: currentColor;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
.sec-title--three .xb-item--title {
  text-transform: capitalize;
  font-size: 60px; }
  @media (max-width: 1199px) {
    .sec-title--three .xb-item--title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .sec-title--three .xb-item--title {
      font-size: 35px; } }
.sec-title--three .xb-item--content {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px; }
.sec-title--xl .xb-item--title {
  font-size: 65px;
  line-height: 75px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sec-title--xl .xb-item--title {
      font-size: 55px;
      line-height: 70px; } }
  @media (max-width: 1199px) {
    .sec-title--xl .xb-item--title {
      font-size: 50px;
      line-height: 60px; } }
  @media (max-width: 767px) {
    .sec-title--xl .xb-item--title {
      font-size: 35px;
      line-height: 42px; } }
.sec-title--xl .xb-item--content {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400; }

@media (min-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px; } }
.personal_therapist {
  margin-left: 40px;
  margin-right: 40px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .personal_therapist {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 1199px) {
    .personal_therapist {
      margin-left: 0;
      margin-right: 0; } }

.mxw_1400 {
  max-width: 1400px; }

.gradient-bg {
  background: linear-gradient(226deg, #e8eef1 0%, #ffeeea 100%); }

.gradient-bg-2 {
  background: linear-gradient(181deg, #eaeef1 0%, #e9fbff 100%); }

.gradient-bg-3 {
  background: linear-gradient(359deg, #ffe0e0 0%, #fff4f4 100%); }

.gradient-bg-4 {
  background: linear-gradient(357deg, #eef8ff 0%, #e9fbff 100%); }

.gradient-bg-5 {
  background: linear-gradient(180deg, #ffe0e0 0%, #fff4f4 100%); }

.gradient-bg-6 {
  position: relative;
  z-index: 1; }
  .gradient-bg-6::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #ffe0e0 0%, #fff4f4 100%);
    content: "";
    opacity: .5;
    z-index: -1; }

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

.radius-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden; }

.radius-top-20 {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  overflow: hidden; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 991px) {
    .px-50 {
      padding-left: 15px;
      padding-right: 15px; } }

.mpx--15 {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1199px) {
    .mpx--15 {
      margin-left: 0;
      margin-right: 0; } }

.mpx--10 {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 1199px) {
    .mpx--10 {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 991px) {
  .demo_counceling .px-50 {
    padding-left: 0;
    padding-right: 0; } }

.g-15 {
  padding: 0 5px; }
  .g-15 > * {
    padding-left: 8px;
    padding-right: 8px; }

.g-20 {
  margin: 0 -10px; }
  .g-20 > * {
    padding-left: 10px;
    padding-right: 10px; }

.g-30 {
  margin: 0 -15px; }
  .g-30 > * {
    padding-left: 15px;
    padding-right: 15px; }

.g-50 {
  margin: 0 -25px; }
  .g-50 > * {
    padding-left: 25px;
    padding-right: 25px; }

.g-14 {
  margin: 0 -7px; }
  .g-14 > * {
    padding-left: 7px;
    padding-right: 7px; }

.g-32 {
  margin: 0 -16px; }
  .g-32 > * {
    padding-left: 16px;
    padding-right: 16px; }

.g-38 {
  margin: 0 -19px; }
  @media (max-width: 1199px) {
    .g-38 {
      margin: 0 -10px; } }
  .g-38 > * {
    padding-left: 19px;
    padding-right: 19px; }
    @media (max-width: 1199px) {
      .g-38 > * {
        padding-left: 10px;
        padding-right: 10px; } }

.o-hidden {
  overflow: hidden; }

.o-clip {
  overflow: clip; }

.section-inner {
  padding: 0 40px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .section-inner {
      padding: 0 20px; } }
  @media (max-width: 1199px) {
    .section-inner {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .section-inner {
      padding: 0; } }

.tagcloud, .tags-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .tagcloud a, .tags-links a {
    display: block;
    color: #304049;
    background: rgba(255, 166, 166, 0.2);
    min-height: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    padding: 2px 17px;
    margin: 7px;
    position: relative;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px; }
    .tagcloud a:hover, .tags-links a:hover {
      color: var(--color-white);
      background-color: var(--color-primary);
      border-color: var(--color-primary); }

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }

.tags-links a {
  min-height: 32px;
  padding: 2px 17px; }

.body-overlay.active {
  opacity: .5;
  visibility: visible; }

.post-tags li {
  font-size: 15px;
  text-transform: capitalize;
  position: relative; }
  .post-tags li:not(:first-child, :last-child) {
    margin-right: 11px;
    padding-right: 15px; }
    .post-tags li:not(:first-child, :last-child)::before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background-color: var(--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      content: ""; }
  .post-tags li span {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0px 10px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 12px; }
  .post-tags li a {
    color: var(--color-black); }
    .post-tags li a:hover {
      color: var(--color-black); }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute; }

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.mfp-iframe-holder .mfp-content {
  max-width: 1170px; }

.xb-carousel-inner {
  margin: -30px; }

.xb-swiper-sliders {
  position: relative; }

.xb-swiper-container {
  overflow: hidden;
  padding: 30px; }

.xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.xb-overlay-link {
  z-index: 1; }

.letter-spacing-0 {
  letter-spacing: 0; }

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

@media (max-width: 767px) {
  .mb-30-xs {
    margin-bottom: 30px; } }

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

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

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

.ml-auto {
  margin-left: auto; }

.align-end {
  align-items: flex-end; }

.xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); }
.xb-hover-zoom .xb-item--img {
  overflow: hidden; }
  .xb-hover-zoom .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.xb-law-swiper-arrow .xb-swiper-arrow {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    margin-left: 10px; }
  .xb-law-swiper-arrow .xb-swiper-arrow:hover, .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    color: var(--color-law);
    background-color: var(--color-white); }

.xb-law-swiper-arrow-main-color .xb-swiper-arrow {
  background-color: var(--color-law);
  color: var(--color-white); }

.pagination-style1 {
  bottom: -60px; }
  .pagination-style1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #162432; }
  .pagination-style1.style-white .swiper-pagination-bullet {
    background-color: var(--color-white); }

.glass {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%); }

.hero-style-one {
  position: relative;
  z-index: 1; }
  .hero-style-one .hero-inner {
    padding-top: 200px; }
    @media (max-width: 991px) {
      .hero-style-one .hero-inner {
        border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px; } }
    @media (max-width: 767px) {
      .hero-style-one .hero-inner {
        padding-top: 170px; } }
  .hero-style-one.animated .hero-one-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.hero-height {
  min-height: 820px; }

.hero-inner {
  display: flex;
  align-items: end;
  padding-bottom: 60px; }

.hero-one-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.8s cubic-bezier(0.54, 0.12, 0.07, 0.88);
  opacity: 0;
  background-position-x: 62.8%; }

.hero-content .xb-item--subtitle {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 54px;
  backdrop-filter: blur(14px);
  background: rgba(34, 34, 34, 0.1);
  padding: 5px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }
  @media (max-width: 767px) {
    .hero-content .xb-item--subtitle {
      margin-bottom: 40px; } }
.hero-content .xb-item--title {
  font-weight: 500;
  font-size: 85px;
  line-height: 1.06;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 11px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-content .xb-item--title {
      font-size: 70px; } }
  @media (max-width: 1199px) {
    .hero-content .xb-item--title {
      font-size: 65px; } }
  @media (max-width: 767px) {
    .hero-content .xb-item--title {
      font-size: 40px; } }
.hero-content .xb-item--content {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 44px;
  max-width: 830px; }
  @media (max-width: 767px) {
    .hero-content .xb-item--content {
      font-size: 20px;
      line-height: 32px; } }

.hero-top-content {
  padding: 20px 15px;
  display: block;
  font-weight: 500; }
  .hero-top-content a {
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--font-heading);
    text-decoration: underline;
    font-weight: 600; }
  @media (max-width: 1199px) {
    .hero-top-content {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .hero-top-content {
      display: none; } }

.hero-info {
  max-width: 513px;
  overflow: hidden;
  float: right;
  display: flex;
  align-items: center;
  padding: 39px 38px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-info {
      padding: 39px 20px; } }
  @media (max-width: 1199px) {
    .hero-info {
      float: none; } }
  @media (max-width: 767px) {
    .hero-info {
      flex-wrap: wrap;
      gap: 30px; } }
  .hero-info .xb-item--image {
    width: 178px;
    margin-right: 40px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero-info .xb-item--image {
        width: 170px;
        margin-right: 25px; } }
    @media (max-width: 767px) {
      .hero-info .xb-item--image {
        width: 100%; } }
  .hero-info .xb-item--content {
    width: calc(100% - 218px); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero-info .xb-item--content {
        width: calc(100% - 195px); } }
    @media (max-width: 767px) {
      .hero-info .xb-item--content {
        width: 100%; } }
  .hero-info .xb-item--title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px; }
  .hero-info .xb-item--desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px; }
  .hero-info .xb-item--btn {
    background-color: #b1f1ff;
    padding: 11px 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #304049;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: var(--font-heading);
    line-height: 1.2; }
    .hero-info .xb-item--btn:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }
      .hero-info .xb-item--btn:hover svg path {
        fill: var(--color-white); }
    .hero-info .xb-item--btn svg {
      margin-left: 10px; }
      .hero-info .xb-item--btn svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

.hero-style-two {
  min-height: 1005px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0;
  z-index: 1;
  position: relative; }
  @media (max-width: 1199px) {
    .hero-style-two {
      padding-top: 220px;
      min-height: 760px; } }
  @media (max-width: 767px) {
    .hero-style-two {
      padding-top: 180px; } }
  .hero-style-two.animated .hero-two-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.hero-two-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 0.7s cubic-bezier(0.54, 0.12, 0.07, 0.88);
  opacity: 0;
  background-position-x: 74%; }

.hero-content-two .xb-item--subtitle {
  font-family: 'Segoe Script';
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-bottom: 42px; }
  @media (max-width: 767px) {
    .hero-content-two .xb-item--subtitle {
      font-size: 18px;
      margin-bottom: 30px; } }
.hero-content-two .xb-item--title {
  font-size: 90px;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-content-two .xb-item--title {
      font-size: 70px; } }
  @media (max-width: 1199px) {
    .hero-content-two .xb-item--title {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .hero-content-two .xb-item--title {
      font-size: 40px; }
      .hero-content-two .xb-item--title img {
        width: 50px; }
      .hero-content-two .xb-item--title br {
        display: none; } }

.hero-content-bottom {
  gap: 20px 38px; }
  .hero-content-bottom .xb-item--content {
    font-size: 20px;
    max-width: 658px;
    color: var(--color-white);
    text-align: left;
    line-height: 30px; }
    @media (max-width: 767px) {
      .hero-content-bottom .xb-item--content {
        text-align: center; } }
  .hero-content-bottom .thm-btn {
    min-width: 238px; }

.hero-style-three {
  min-height: 1050px;
  background-color: var(--color-primary);
  display: flex;
  align-items: end;
  padding-left: 80px;
  padding-bottom: 80px;
  z-index: 1;
  padding-top: 180px;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style-three {
      padding-left: 0;
      min-height: 900px; } }
  @media (max-width: 1199px) {
    .hero-style-three {
      padding-top: 220px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hero-style-three {
      padding-top: 160px;
      padding-left: 0;
      padding-right: 0; } }

.counceling-hero-content {
  padding-right: 150px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .counceling-hero-content {
      padding-right: 0; } }
  @media (max-width: 1199px) {
    .counceling-hero-content {
      padding-right: 0; } }
  .counceling-hero-content .xb-item--title {
    font-size: 85px;
    color: #fff;
    margin-bottom: 75px;
    line-height: 93px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .counceling-hero-content .xb-item--title {
        font-size: 50px;
        margin-bottom: 30px;
        line-height: 65px; } }
    @media (max-width: 1199px) {
      .counceling-hero-content .xb-item--title {
        font-size: 70px;
        line-height: 1.2;
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .counceling-hero-content .xb-item--title {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .counceling-hero-content .xb-item--title {
        font-size: 40px; } }
  .counceling-hero-content .xb-item--content {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 70px; }

.counceling-hero-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 22px 43px;
  padding-left: 18px;
  justify-content: space-between;
  max-width: 614px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .counceling-hero-cta {
      margin-right: -50px; } }
  @media (max-width: 767px) {
    .counceling-hero-cta {
      flex-wrap: wrap; } }
  .counceling-hero-cta.glass {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.25); }
  .counceling-hero-cta .xb-item--content-wrap {
    display: flex;
    align-items: center;
    gap: 21px; }
  .counceling-hero-cta .xb-item--content {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    max-width: 225px; }

.hero-avatar {
  display: flex;
  align-items: center;
  gap: 20px; }
  .hero-avatar .xb-item--desc {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff; }

.hero-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 51.30%;
  height: 100%;
  object-fit: cover; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-video {
      width: 44%; } }
  @media (max-width: 1199px) {
    .hero-video {
      position: unset;
      width: 100%;
      height: 400px;
      margin-top: 30px; } }

.conunceling-hero-shape {
  position: absolute;
  top: -4px;
  left: 29%;
  z-index: -1; }

.about-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  margin-top: -8px;
  z-index: -1;
  position: relative;
  margin-bottom: -165px;
  padding: 0 105px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about-image {
      padding: 0 20px; } }
  @media (max-width: 1199px) {
    .about-image {
      margin-top: 0;
      margin-bottom: -120px;
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .about-image {
      margin-bottom: -20px;
      margin-top: 50px;
      flex-wrap: wrap; } }
  .about-image img {
    border-radius: 50px 360px 225px 225px;
    -webkit-border-radius: 50px 360px 225px 225px;
    -moz-border-radius: 50px 360px 225px 225px;
    -ms-border-radius: 50px 360px 225px 225px;
    -o-border-radius: 50px 360px 225px 225px;
    width: 100%;
    max-width: 384px; }
    @media (max-width: 767px) {
      .about-image img {
        width: 45%; } }
    .about-image img:nth-child(3), .about-image img:nth-child(4) {
      border-radius: 360px 50px 225px 225px;
      -webkit-border-radius: 360px 50px 225px 225px;
      -moz-border-radius: 360px 50px 225px 225px;
      -ms-border-radius: 360px 50px 225px 225px;
      -o-border-radius: 360px 50px 225px 225px; }

.about-brand {
  background-color: var(--color-primary);
  display: inline-flex;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  margin-top: -120px;
  flex-wrap: wrap; }

.brand-item {
  height: 108px;
  margin-right: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left; }
  @media (max-width: 1199px) {
    .brand-item {
      margin-right: 80px; } }
  @media (max-width: 767px) {
    .brand-item {
      margin-right: 40px; } }

.about-brand-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: var(--color-secondary);
  padding: 7px 21px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-top: -15px;
  line-height: 1.2; }

.about-inner {
  padding: 85px 46px;
  background: linear-gradient(355deg, #eef8ff 0%, #def9ff 100%);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: 82px; }
  @media (max-width: 1199px) {
    .about-inner {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .about-inner {
      padding: 40px 20px; } }

.mh-about-image {
  gap: 13px;
  flex-wrap: nowrap; }
  .mh-about-image .xb-item--image {
    border-radius: 50px 350px 225px 225px;
    -webkit-border-radius: 50px 350px 225px 225px;
    -moz-border-radius: 50px 350px 225px 225px;
    -ms-border-radius: 50px 350px 225px 225px;
    -o-border-radius: 50px 350px 225px 225px;
    overflow: hidden; }
    .mh-about-image .xb-item--image:nth-child(3), .mh-about-image .xb-item--image:nth-child(4) {
      border-radius: 350px 50px 225px 225px;
      -webkit-border-radius: 350px 50px 225px 225px;
      -moz-border-radius: 350px 50px 225px 225px;
      -ms-border-radius: 350px 50px 225px 225px;
      -o-border-radius: 350px 50px 225px 225px; }

.about-funfact {
  background: linear-gradient(359deg, #ffe0e0 0%, #fff4f4 100%);
  padding: 84px 62px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-left: -70px; }
  @media (max-width: 767px) {
    .about-funfact {
      margin-left: 0;
      padding: 20px; } }

.mh-about-content {
  padding: 0 75px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .mh-about-content {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .mh-about-content {
      padding: 0; } }

.about-funfact-item {
  background-color: var(--color-white);
  padding: 37px 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  gap: 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about-funfact-item {
      padding: 27px 20px; } }
  @media (max-width: 767px) {
    .about-funfact-item {
      flex-wrap: wrap; } }
  .about-funfact-item:not(:last-child) {
    margin-bottom: 22px; }
  .about-funfact-item .xb-item--number {
    font-size: 80px;
    font-weight: 600;
    color: var(--color-primary);
    margin-right: 84px;
    min-width: 194px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .about-funfact-item .xb-item--number {
        margin-right: 20px;
        font-size: 60px;
        min-width: 140px; } }
    @media (max-width: 1199px) {
      .about-funfact-item .xb-item--number {
        margin-right: 15px; } }
    @media (max-width: 767px) {
      .about-funfact-item .xb-item--number {
        font-size: 65px;
        min-width: 0;
        min-width: 100%; } }
    .about-funfact-item .xb-item--number .suffix {
      transform: translateY(7px);
      margin-left: 5px;
      display: inline-block; }
  .about-funfact-item .xb-item--title {
    font-weight: 500;
    font-size: 22px;
    line-height: 136%;
    color: #304049;
    text-align: left; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .about-funfact-item .xb-item--title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .about-funfact-item .xb-item--title {
        text-align: center; } }

.counceling-about-image {
  gap: 12px;
  flex-wrap: nowrap; }
  .counceling-about-image .xb-item--image {
    width: 204px;
    border-radius: 50px 350px 225px 225px;
    -webkit-border-radius: 50px 350px 225px 225px;
    -moz-border-radius: 50px 350px 225px 225px;
    -ms-border-radius: 50px 350px 225px 225px;
    -o-border-radius: 50px 350px 225px 225px;
    overflow: hidden;
    height: 329px; }
    .counceling-about-image .xb-item--image img {
      height: 100%;
      object-fit: cover; }
    .counceling-about-image .xb-item--image:nth-child(3), .counceling-about-image .xb-item--image:nth-child(4) {
      border-radius: 225px 225px 50px 350px;
      -webkit-border-radius: 225px 225px 50px 350px;
      -moz-border-radius: 225px 225px 50px 350px;
      -ms-border-radius: 225px 225px 50px 350px;
      -o-border-radius: 225px 225px 50px 350px; }

.counceling-about-content .xb-item--title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #304049;
  margin-bottom: 46px; }

.counceling-about-content {
  padding-left: 70px;
  padding-right: 70px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .counceling-about-content {
      padding-left: 20px;
      padding-right: 0; } }
  @media (max-width: 1199px) {
    .counceling-about-content {
      padding-left: 10px;
      padding-right: 0; } }

.counceling-about-btn .thm-btn {
  min-width: 294px; }
  .counceling-about-btn .thm-btn--white {
    min-width: 218px; }

.counceling-about-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }

.service-inner {
  padding-left: 150px;
  padding-right: 150px; }
  @media (max-width: 1199px) {
    .service-inner {
      padding-left: 0;
      padding-right: 0; } }

.service-item {
  max-width: 360px;
  text-align: center;
  margin: 0 auto; }
  .service-item .xb-item--icon {
    width: 180px;
    height: 180px;
    background-color: var(--color-white);
    border-radius: 90px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 47px;
    position: relative; }
    .service-item .xb-item--icon img {
      width: 128px; }
    .service-item .xb-item--icon::before {
      position: absolute;
      bottom: -27px;
      left: 0;
      content: "";
      width: 160px;
      height: 15px;
      background-image: url(../img/shape/service_blur.png);
      background-repeat: no-repeat;
      background-position: center center;
      right: 0;
      margin: auto; }
  .service-item .xb-item--title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 13px; }
    .service-item .xb-item--title a {
      color: currentColor; }
  .service-item.middle {
    margin-top: 154px; }
    @media (max-width: 991px) {
      .service-item.middle {
        margin-top: 0; } }

.service-btn .thm-btn {
  min-width: 250px; }

.service-circle-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1; }

.service-shape .shape {
  position: absolute;
  z-index: -1; }
  .service-shape .shape--1 {
    bottom: 60px;
    left: 85px; }
  .service-shape .shape--2 {
    bottom: 65px;
    right: 48px; }

.service-content-list {
  margin-left: 58px; }
  @media (max-width: 1199px) {
    .service-content-list {
      margin-left: 0; } }

.service-list-item {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  opacity: .6; }
  @media (max-width: 767px) {
    .service-list-item {
      gap: 30px; } }
  .service-list-item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service-list-item:hover, .service-list-item.current {
    opacity: 1; }
  .service-list-item:hover::before, .service-list-item.current::before {
    width: 100%; }
  .service-list-item:not(:last-child) {
    margin-bottom: 36px; }
  .service-list-item .xb-item--inner {
    display: flex;
    align-items: center;
    gap: 30px; }
  .service-list-item .xb-item--title {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .service-list-item .xb-item--title {
        font-size: 18px; } }
  .service-list-item .xb-item--link {
    font-weight: 600;
    font-size: 16px;
    color: #fff; }
    .service-list-item .xb-item--link svg {
      margin-left: 20px; }

.service-content-image {
  position: relative;
  min-height: 685px; }
  @media (max-width: 1199px) {
    .service-content-image {
      min-height: 400px; } }
  .service-content-image .xb-item--img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: .5s;
    z-index: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    .service-content-image .xb-item--img.active {
      opacity: 1;
      z-index: 2; }

.mh-service-btn .thm-btn:hover {
  background-color: var(--color-dark); }

.service-feature-item {
  flex-wrap: nowrap;
  position: relative;
  background: linear-gradient(90deg, #ffe0e0 0%, #fff4f4 99.23%);
  padding: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .service-feature-item {
      flex-wrap: wrap;
      gap: 30px;
      text-align: center;
      padding: 40px; } }
  @media (max-width: 767px) {
    .service-feature-item {
      padding: 40px 20px; } }
  .service-feature-item .xb-item--image {
    width: 506px;
    margin-right: 152px; }
    @media (max-width: 1199px) {
      .service-feature-item .xb-item--image {
        margin: 0 auto; } }
  .service-feature-item .xb-item--title {
    max-width: 477px;
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    text-transform: uppercase;
    color: #304049; }
    @media (max-width: 1199px) {
      .service-feature-item .xb-item--title {
        margin: 0 auto; } }
  .service-feature-item .xb-item--content {
    max-width: 440px;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-transform: capitalize;
    color: #304049;
    margin-left: auto; }
    @media (max-width: 1199px) {
      .service-feature-item .xb-item--content {
        margin: 0 auto; } }
  .service-feature-item:nth-child(even) {
    background: #edf9ff;
    flex-direction: row-reverse;
    padding-left: 50px; }
    @media (max-width: 767px) {
      .service-feature-item:nth-child(even) {
        padding-left: 20px; } }
    .service-feature-item:nth-child(even) .xb-item--image {
      margin-right: 0;
      margin-left: 152px; }
      @media (max-width: 1199px) {
        .service-feature-item:nth-child(even) .xb-item--image {
          margin: 0 auto; } }
    .service-feature-item:nth-child(even) .xb-item--title {
      order: 1; }
      @media (max-width: 1199px) {
        .service-feature-item:nth-child(even) .xb-item--title {
          order: 0;
          width: 100%; } }

.mh-service-feature .thm-btn:hover {
  background-color: var(--color-dark);
  color: var(--color-white); }
  .mh-service-feature .thm-btn:hover span:after {
    filter: brightness(100); }

.counceling-service-item {
  padding: 47px 40px 75px 40px;
  background-color: var(--color-white);
  margin-top: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .counceling-service-item .xb-item--icon {
    margin-bottom: 25px; }
  .counceling-service-item .xb-item--title {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    text-transform: capitalize;
    color: #304049;
    max-width: 312px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .counceling-service-item .xb-item--title {
        font-size: 26px; } }
  .counceling-service-item .xb-item--link {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: linear-gradient(357deg, #eef8ff 0%, #e9fbff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .counceling-service-item .xb-item--link {
        bottom: 20px;
        right: 15px; } }
    .counceling-service-item .xb-item--link::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--color-primary);
      z-index: -1;
      content: "";
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0; }
    .counceling-service-item .xb-item--link svg path {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .counceling-service-item:hover .xb-item--link::before {
    opacity: 1; }
  .counceling-service-item:hover .xb-item--link svg path {
    fill: var(--color-white); }
  .counceling-service-item:hover .xb-item--icon {
    -webkit-animation: xb-danceTop 600ms ease-in-out;
    animation: xb-danceTop 600ms ease-in-out; }

.counceling-service-shape {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -1; }

.counceling-service-btn .thm-btn {
  min-width: 266px; }

.service-single-inner {
  padding: 0 35px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .service-single-inner {
      padding: 0 15px; } }
  @media (max-width: 991px) {
    .service-single-inner {
      padding: 0px 15px; } }
  @media (max-width: 767px) {
    .service-single-inner {
      padding: 0; } }

.service-single-image {
  padding-left: 47px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .service-single-image {
      padding-left: 20px; } }
  @media (max-width: 991px) {
    .service-single-image {
      padding-left: 0; } }

.service-info-btn .thm-btn {
  min-width: 246px; }

.funfact-image {
  max-height: 1146px;
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding-left: 110px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .funfact-image {
      padding-left: 30px; } }
  @media (max-width: 1199px) {
    .funfact-image {
      padding-left: 20px;
      margin-right: 30px; } }

.funfact-image-inner {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px; }
  .funfact-image-inner.marquee-2 {
    -webkit-animation: marquee2 15s linear infinite;
    animation: marquee2 15s linear infinite; }
  .funfact-image-inner .xb-item--img {
    max-width: 284px; }

.funfact-content {
  padding-left: 15px;
  max-width: 670px; }
  @media (max-width: 991px) {
    .funfact-content {
      padding-top: 30px; } }
  .funfact-content .xb-item--content {
    max-width: 595px; }

.funfact-list li {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px; }
  .funfact-list li:last-child {
    margin-bottom: 0; }
  .funfact-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px dashed var(--color-white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }

.funfact-btn .thm-btn {
  min-width: 232px; }
  .funfact-btn .thm-btn:hover {
    background-color: #304049; }

.funfact-shape {
  position: absolute;
  bottom: 158px;
  right: 95px;
  z-index: -1; }

.funfact-top-content {
  font-weight: 500;
  font-size: 30px;
  line-height: 127%;
  text-align: center;
  color: #304049; }

.funfact-content-inner {
  padding-right: 100px; }
  @media (max-width: 1199px) {
    .funfact-content-inner {
      padding-right: 0;
      text-align: center; } }

.funfact-counter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: -10px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .funfact-counter {
      margin-left: -70px; } }
  @media (max-width: 1199px) {
    .funfact-counter {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .funfact-counter {
      grid-template-columns: repeat(1, 1fr); } }
  .funfact-counter .xb-item--item {
    text-align: right;
    padding: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .funfact-counter .xb-item--item {
        text-align: center;
        padding: 40px 25px; } }
    @media (max-width: 767px) {
      .funfact-counter .xb-item--item {
        border: none !important;
        padding: 30px !important;
        text-align: center !important; } }
    .funfact-counter .xb-item--item p {
      font-weight: 400;
      font-size: 22px;
      line-height: 91%;
      color: #304049; }
    .funfact-counter .xb-item--item:nth-child(2), .funfact-counter .xb-item--item:nth-child(4) {
      text-align: left; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .funfact-counter .xb-item--item:nth-child(2), .funfact-counter .xb-item--item:nth-child(4) {
          text-align: center; } }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .funfact-counter .xb-item--item:nth-child(3), .funfact-counter .xb-item--item:nth-child(4) {
        padding-top: 25px; } }
    .funfact-counter .xb-item--item:nth-child(1) {
      padding-top: 102px;
      border-right: 1px solid rgba(48, 64, 73, 0.3);
      border-bottom: 1px solid rgba(48, 64, 73, 0.3); }
    .funfact-counter .xb-item--item:nth-child(2) {
      padding-top: 102px;
      border-bottom: 1px solid rgba(48, 64, 73, 0.3); }
    .funfact-counter .xb-item--item:nth-child(3) {
      padding-top: 42px;
      padding-bottom: 122px;
      border-right: 1px solid rgba(48, 64, 73, 0.3); }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .funfact-counter .xb-item--item:nth-child(3) {
          padding-top: 25px; } }
    .funfact-counter .xb-item--item:nth-child(3) {
      padding-top: 42px;
      padding-bottom: 122px; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .funfact-counter .xb-item--item:nth-child(3) {
          padding-top: 25px; } }
  .funfact-counter .xb-item--number {
    font-size: 80px;
    margin: 0 0 10px;
    font-weight: 500; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .funfact-counter .xb-item--number {
        font-size: 55px; } }
    @media (max-width: 767px) {
      .funfact-counter .xb-item--number {
        font-size: 50px; } }

.testimonial-inner {
  margin-right: 10px;
  overflow: hidden; }

.testimonial-slider {
  margin-left: 35px;
  overflow: hidden;
  margin-right: -687px; }
  @media (max-width: 1199px) {
    .testimonial-slider {
      margin-right: 0; } }
  @media (max-width: 991px) {
    .testimonial-slider {
      margin-left: 0; } }

.testimonial-item {
  background-color: var(--color-white);
  padding: 40px;
  padding-top: 35px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  z-index: 1;
  position: relative;
  min-height: 822px;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .testimonial-item .xb-item--quote {
    margin-bottom: 35px; }
  .testimonial-item .xb-item--title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
    max-width: 95%; }
    @media (max-width: 1199px) {
      .testimonial-item .xb-item--title {
        font-size: 32px;
        line-height: 45px; } }
    @media (max-width: 991px) {
      .testimonial-item .xb-item--title {
        font-size: 26px;
        line-height: 36px;
        max-width: 100%; } }
    .testimonial-item .xb-item--title span {
      color: var(--color-primary); }
  .testimonial-item .xb-item--content {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 200px; }
    @media (max-width: 991px) {
      .testimonial-item .xb-item--content {
        margin-bottom: 110px; } }
  .testimonial-item .xb-item--author {
    display: flex;
    align-items: center;
    gap: 20px; }
  .testimonial-item .xb-item--avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden; }
  .testimonial-item .xb-item--name {
    font-size: 30px; }
  .testimonial-item .xb-item--desig {
    font-size: 20px; }
  .testimonial-item .xb-item--shape {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: -1; }
    @media (max-width: 991px) {
      .testimonial-item .xb-item--shape {
        right: 20px;
        max-width: 70px; } }

.testimonial-shape {
  position: absolute;
  bottom: 52px;
  left: 50px;
  z-index: -1; }

.mh-testimonial-item {
  min-height: 475px;
  padding: 42px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: end;
  position: relative;
  padding-right: 50px; }
  .mh-testimonial-item:hover .xb-item--image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .mh-testimonial-item:hover .xb-item--name, .mh-testimonial-item:hover .xb-item--desc {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  .mh-testimonial-item:hover .xb-item--name {
    transition-delay: .1s; }
  .mh-testimonial-item:hover .xb-item--video {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transition-delay: .2s; }
  .mh-testimonial-item .xb-item--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .mh-testimonial-item .xb-item--image::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(178deg, rgba(1, 1, 1, 0) 0%, rgba(87, 5, 5, 0.98) 100%);
      content: ""; }
    .mh-testimonial-item .xb-item--image::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/shape/testimonial_notch.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      content: ""; }
  .mh-testimonial-item .xb-item--content {
    position: relative;
    z-index: 1; }
  .mh-testimonial-item .xb-item--video {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .mh-testimonial-item .xb-item--video .popup-video {
      width: 166px;
      height: 175px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: var(--color-primary);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      color: #fff;
      padding: 20px; }
  .mh-testimonial-item .xb-item--name {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mh-testimonial-item .xb-item--desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mh-testimonial-item.center {
    align-items: center;
    justify-content: center; }

.mh-testimonial-slider {
  margin-right: -90px; }
  @media (max-width: 767px) {
    .mh-testimonial-slider {
      margin-right: 0; } }

.counceling-testimonial-slider {
  margin-right: -100px; }
  @media (max-width: 1199px) {
    .counceling-testimonial-slider {
      margin-right: 0; } }

.counceling-testimonial-item {
  padding: 30px 40px 33px;
  background: linear-gradient(180deg, #ffe0e0 0%, #fff4f4 100%);
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  min-height: 553px;
  display: flex;
  flex-direction: column;
  z-index: 1; }
  .counceling-testimonial-item.bg-2 {
    background: linear-gradient(357deg, #eef8ff 0%, #e9fbff 100%); }
  .counceling-testimonial-item:hover .animated-path {
    animation: drawLine 60s linear infinite; }
  .counceling-testimonial-item .xb-item--quote {
    margin-bottom: 30px; }
  .counceling-testimonial-item .xb-item--border svg {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    z-index: -1; }
  .counceling-testimonial-item .xb-item--author {
    margin-top: auto; }
  .counceling-testimonial-item .xb-item--content {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #304049;
    margin-bottom: 18px; }
  .counceling-testimonial-item .xb-item--avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-bottom: 14px; }
  .counceling-testimonial-item .xb-item--name {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 20px;
    color: #304049;
    margin-bottom: 4px; }
  .counceling-testimonial-item .xb-item--desig {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    text-align: center;
    color: #304049; }

@keyframes drawLine {
  0% {
    stroke-dashoffset: 2000; }
  100% {
    stroke-dashoffset: 0; } }
.appointment-inner {
  border-radius: 20px;
  overflow: hidden; }

.appointment-form {
  padding: 80px 120px;
  background: linear-gradient(90deg, rgba(222, 135, 133, 0.2) 0%, rgba(170, 133, 222, 0.2) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .appointment-form {
      padding: 80px 70px; } }
  @media (max-width: 1199px) {
    .appointment-form {
      padding: 80px 30px; } }
  .appointment-form h2 {
    font-size: 60px;
    margin-bottom: 27px;
    text-transform: capitalize; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .appointment-form h2 {
        font-size: 50px; } }
    @media (max-width: 1199px) {
      .appointment-form h2 {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .appointment-form h2 {
        font-size: 35px; } }
  .appointment-form .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .appointment-form .xb-input-field {
    position: relative;
    display: block;
    margin-bottom: 15px; }
    .appointment-form .xb-input-field input,
    .appointment-form .xb-input-field textarea {
      height: 55px;
      outline: none;
      font-size: 15px;
      padding: 10px 20px;
      transition: all 0.3s ease;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      background: var(--color-white);
      color: var(--color-heading);
      border: 1px solid transparent; }
      .appointment-form .xb-input-field input::placeholder,
      .appointment-form .xb-input-field textarea::placeholder {
        color: rgba(4, 14, 31, 0.5); }
      .appointment-form .xb-input-field input:focus,
      .appointment-form .xb-input-field textarea:focus {
        border: 1px solid var(--color-primary); }
    .appointment-form .xb-input-field .nice-select {
      background-color: var(--color-white);
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      height: 55px;
      line-height: 54px;
      min-height: 55px;
      font-size: 14px;
      color: rgba(4, 14, 31, 0.5);
      margin-bottom: 15px; }
      .appointment-form .xb-input-field .nice-select.open {
        border-radius: 30px 30px 0 0;
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
        -ms-border-radius: 30px 30px 0 0;
        -o-border-radius: 30px 30px 0 0; }
      .appointment-form .xb-input-field .nice-select .list {
        margin-top: -1px; }
        .appointment-form .xb-input-field .nice-select .list .option {
          color: #040E1F; }
      .appointment-form .xb-input-field .nice-select::after {
        border-bottom: 1.9px solid black;
        border-right: 1.9px solid black;
        height: 8px;
        right: 20px;
        width: 8px; }
    .appointment-form .xb-input-field label {
      position: absolute;
      left: 20px;
      top: 50%;
      font-size: 15px;
      white-space: nowrap;
      pointer-events: none;
      display: inline-block;
      transition: all 0.3s ease;
      transform: translateY(-50%);
      text-transform: capitalize;
      color: rgba(10, 43, 80, 0.7); }
    .appointment-form .xb-input-field input:focus + label,
    .appointment-form .xb-input-field input:valid + label,
    .appointment-form .xb-input-field textarea:focus + label,
    .appointment-form .xb-input-field textarea:valid + label {
      transform: translate(15px, -50%);
      opacity: 0; }
    .appointment-form .xb-input-field .icon {
      position: absolute;
      right: 20px;
      top: 44%;
      transform: translateY(-50%); }
  .appointment-form .thm-btn {
    margin-top: 15px;
    width: 100%; }

@media (min-width: 1400px) {
  .ui-widget.ui-widget-content {
    margin-left: -33px; } }
.ui-widget-header {
  color: #fff;
  font-weight: bold; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff; }

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  font-weight: normal;
  color: #fff;
  opacity: .7; }

.appointment-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 86px 120px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .appointment-info {
      padding: 86px 60px; } }
  @media (max-width: 1199px) {
    .appointment-info {
      padding: 60px 50px; } }
  @media (max-width: 991px) {
    .appointment-info {
      min-height: 300px; } }
  @media (max-width: 767px) {
    .appointment-info {
      padding: 60px 20px; } }
  .appointment-info h2 {
    font-size: 60px;
    color: var(--color-white);
    padding-bottom: 21px;
    margin-bottom: 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    @media (max-width: 1199px) {
      .appointment-info h2 {
        font-size: 40px; } }

.appointment-info-title {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 600;
  font-family: var(--font-body);
  text-transform: uppercase;
  margin-bottom: 30px; }

.appointment-info-inner {
  display: flex;
  gap: 30px 70px; }
  @media (max-width: 1199px) {
    .appointment-info-inner {
      flex-wrap: wrap; } }

.appointment-info-item {
  width: 50%; }
  @media (max-width: 1199px) {
    .appointment-info-item {
      width: 100%; } }
  .appointment-info-item .xb-item--icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
  .appointment-info-item .xb-item--title {
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font-body); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .appointment-info-item .xb-item--title {
        font-size: 16px;
        line-height: 29px; } }

.blog-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .blog-item {
      flex-wrap: wrap;
      height: auto; } }
  .blog-item:hover .xb-item--image {
    width: 900px; }
    @media (max-width: 1199px) {
      .blog-item:hover .xb-item--image {
        width: 446px; } }
  .blog-item .xb-item--content {
    background-color: var(--color-white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 100%; }
    @media (max-width: 1199px) {
      .blog-item .xb-item--content {
        padding: 35px 40px; } }
    @media (max-width: 767px) {
      .blog-item .xb-item--content {
        order: 2; } }
    @media (max-width: 767px) {
      .blog-item .xb-item--content {
        padding: 35px; } }
  .blog-item .xb-item--content-inner {
    max-width: 900px; }
  .blog-item .xb-item--image {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    width: 446px;
    height: 250px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .blog-item .xb-item--image img {
      height: 100%;
      object-fit: cover; }
  .blog-item .xb-item--date {
    background: #f8e7e8;
    display: inline-block;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px; }
    .blog-item .xb-item--date h3 {
      font-family: var(--font-body);
      font-weight: 700;
      font-size: 30px;
      text-transform: capitalize;
      color: #a04444; }
    .blog-item .xb-item--date span {
      font-weight: 500;
      font-size: 16px;
      color: #a04444; }
  .blog-item .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #304049; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .blog-item .xb-item--title {
        font-size: 22px;
        line-height: 36px;
        max-width: 580px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .blog-item .xb-item--title {
        max-width: 470px; } }
    @media (max-width: 1199px) {
      .blog-item .xb-item--title {
        font-size: 22px;
        line-height: 32px; } }
    .blog-item .xb-item--title a {
      color: currentColor; }

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

.blog-btn .thm-btn {
  min-width: 222px; }

.blog-single .xb-item--image {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px; }
  .blog-single .xb-item--image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.blog-single .xb-item--content {
  max-width: 452px; }
.blog-single .xb-item--cat {
  background-color: #eaf2ff;
  font-weight: 400;
  font-size: 16px;
  color: #304049;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: inline-block;
  padding: 2px 32px;
  margin-bottom: 20px; }
.blog-single .xb-item--title {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #304049;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .blog-single .xb-item--title {
      font-size: 24px;
      line-height: 32px; } }
  .blog-single .xb-item--title a {
    color: currentColor; }
.blog-single .xb-item--date {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #5c5c5c; }
.blog-single:hover .xb-item--image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.blog-head {
  gap: 30px;
  border-top: 1px solid rgba(48, 64, 73, 0.5);
  padding-top: 60px; }

.counceling-blog-btn .thm-btn {
  min-width: 200px; }

.sidebar-widget {
  padding-right: 60px; }
  @media (max-width: 1199px) {
    .sidebar-widget {
      padding-right: 10px; } }

.blog-post-inner {
  margin-left: -10px; }
  @media (max-width: 1199px) {
    .blog-post-inner {
      margin-left: 0; } }

.blog-post-item:hover .xb-item--image img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07); }
.blog-post-item .xb-item--image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 767px) {
    .blog-post-item .xb-item--image {
      height: 500px; }
      .blog-post-item .xb-item--image img {
        height: 100%;
        object-fit: cover; } }
  .blog-post-item .xb-item--image::before {
    position: absolute;
    bottom: -75px;
    left: 50%;
    filter: blur(300px);
    width: 118%;
    height: 64%;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
    z-index: 1; }
  .blog-post-item .xb-item--image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.blog-post-item .xb-item--content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  z-index: 2; }
  @media (max-width: 991px) {
    .blog-post-item .xb-item--content-inner {
      padding: 40px; } }
.blog-post-item .xb-item--cat {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #304049;
  background-color: var(--color-white);
  padding: 5px 23px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 22px;
  line-height: 1.2; }
.blog-post-item .xb-item--title {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 13px;
  max-width: 514px; }
  .blog-post-item .xb-item--title a {
    color: currentColor; }
.blog-post-item .xb-item--content {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-white);
  max-width: 603px; }
.blog-post-item .xb-item--meta-inner {
  gap: 20px;
  margin-top: 10px; }
.blog-post-item .xb-item--meta li {
  font-weight: 400;
  font-size: 18px;
  color: #5c5c5c;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px; }
  .blog-post-item .xb-item--meta li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px; }
    .blog-post-item .xb-item--meta li:not(:last-child)::before {
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 17px;
      content: "";
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: currentColor; }
  .blog-post-item .xb-item--meta li span {
    font-weight: 600; }
.blog-post-item .xb-item--meta--right li:not(:last-child) {
  margin-right: 50px;
  padding-right: 0; }
  .blog-post-item .xb-item--meta--right li:not(:last-child)::before {
    display: none; }
.blog-post-item--featured {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .blog-post-item--featured .xb-item--image::before {
    bottom: -120px; }
  .blog-post-item--featured .xb-item--title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 17px;
    max-width: 1087px; }
    @media (max-width: 991px) {
      .blog-post-item--featured .xb-item--title {
        font-size: 25px;
        line-height: 35px; } }
  .blog-post-item--featured .xb-item--content {
    max-width: 853px;
    font-size: 20px;
    line-height: 30px; }

.widget .widget-title {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 40px;
  color: #304049; }
  @media (max-width: 1199px) {
    .widget .widget-title {
      margin-bottom: 25px;
      font-size: 28px; } }

.widget-search {
  position: relative; }
  .widget-search input {
    font-weight: 400;
    font-size: 18px;
    background-color: transparent;
    padding-left: 44px;
    border-bottom: 1px solid rgba(48, 64, 73, 0.5);
    height: 50px; }
    .widget-search input:focus {
      border-color: var(--color-dark); }
    .widget-search input::placeholder {
      color: rgba(48, 64, 73, 0.5); }
  .widget-search button {
    position: absolute;
    top: 46%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent; }

.widget-category li:not(:last-child) {
  margin-bottom: 10px; }
.widget-category li a {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #304049;
  background: rgba(255, 166, 166, 0.2);
  padding: 9px 14px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1.2; }
  .widget-category li a:hover {
    color: var(--color-white);
    background-color: var(--color-primary); }

.recent-post-item:not(:last-child) {
  margin-bottom: 28px; }
.recent-post-item .xb-item--image {
  margin-bottom: 22px;
  max-width: 243px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden; }
  .recent-post-item .xb-item--image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.recent-post-item .xb-item--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #304049;
  margin-bottom: 5px; }
  .recent-post-item .xb-item--title a {
    color: currentColor; }
.recent-post-item .xb-item--meta {
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c; }
.recent-post-item:hover .xb-item--image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.blog-post-single {
  padding-bottom: 70px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .blog-post-single .xb-item--title {
    color: var(--color-heading);
    font-size: 40px;
    line-height: 50px;
    max-width: 100%; }

.post-details h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #304049;
  margin-bottom: 30px; }
.post-details p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #304049;
  margin-bottom: 30px; }
.post-details h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #304049;
  margin-bottom: 30px; }

blockquote {
  background-color: var(--color-white);
  padding: 45px 50px 36px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.quote-author {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px; }
  .quote-author .xb-item--avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden; }
  .quote-author .xb-item--name {
    font-weight: 600;
    font-size: 20px;
    color: #304049; }

.post-tags-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 70px; }
  .post-tags-share .title {
    font-weight: 400;
    font-size: 25px;
    font-family: var(--font-heading);
    margin-top: 18px; }
  .post-tags-share .tags {
    gap: 20px; }
    .post-tags-share .tags ul {
      margin-top: 10px; }
      .post-tags-share .tags ul li {
        margin-top: 10px; }
        .post-tags-share .tags ul li:not(:last-child) {
          margin-right: 16px; }
        .post-tags-share .tags ul li a {
          color: #304049;
          background: rgba(255, 166, 166, 0.2);
          min-height: 26px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          text-decoration: none;
          font-weight: 400;
          padding: 2px 17px;
          position: relative;
          border-radius: 50px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px; }
          .post-tags-share .tags ul li a:hover {
            color: #fff;
            background-color: var(--color-primary); }
  .post-tags-share .social-share {
    gap: 20px; }
    .post-tags-share .social-share ul {
      margin-top: 10px; }
      .post-tags-share .social-share ul li {
        margin-top: 10px; }
        .post-tags-share .social-share ul li:not(:last-child) {
          margin-right: 12px; }
        .post-tags-share .social-share ul li a {
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          width: 45px;
          height: 45px;
          color: #4A4C51;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 17px;
          position: relative;
          border: 1px solid rgba(0, 0, 0, 0.1); }
          .post-tags-share .social-share ul li a:hover {
            color: var(--color-white);
            background-color: var(--color-primary); }

.post-comments {
  padding-bottom: 55px; }

.post-comments .title {
  font-size: 26px;
  margin-bottom: 25;
  font-weight: 500;
  font-family: var(--font-body); }

.latest__comments .comments-box {
  border-top: 1px solid var(--color-border-2);
  padding: 30px 0; }

.latest__comments .comments-text {
  overflow: hidden; }

.latest__comments .comments-avatar {
  border-radius: 50%;
  float: left; }

@media (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: none;
    margin-bottom: 10px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: left;
    margin-bottom: 0px; } }
.latest__comments .comments-avatar img {
  border-radius: 50%;
  width: 100px !important;
  margin-right: 30px; }

.latest__comments li:last-child .comments-box {
  padding-bottom: 0px; }

.latest__comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0; }

.latest__comments li.children {
  margin-left: 100px; }

@media (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 0px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 50px; } }
.latest__comments .avatar-name {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }

.latest__comments .avatar-name h5 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: var(--font-body); }

.latest__comments .avatar-name span {
  font-size: 15px;
  color: var(--color-default); }

.latest__comments .reply {
  color: var(--color-black);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
  text-decoration: none; }

.latest__comments .reply i {
  margin-right: 5px; }

.latest__comments .reply:hover {
  color: var(--color-primary); }

.latest__comments--2 p {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black); }

.comments-form {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.comments-form .title {
  font-weight: 400;
  font-size: 40px;
  color: #304049;
  margin-bottom: 30px; }

.comments-form .form input,
.comments-form .form textarea {
  height: 58px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  font-size: 15px;
  color: var(--color-dark);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  border: 2px solid rgba(48, 64, 73, 0.2);
  font-weight: 400; }

.comments-form .form input::-webkit-input-placeholder, .comments-form .form textarea::-webkit-input-placeholder {
  color: #6E6D79;
  opacity: 1; }

.comments-form .form input::-moz-placeholder, .comments-form .form textarea::-moz-placeholder {
  color: #6E6D79;
  opacity: 1; }

.comments-form .form input:-ms-input-placeholder, .comments-form .form textarea:-ms-input-placeholder {
  color: #6E6D79;
  opacity: 1; }

.comments-form .form input:-moz-placeholder, .comments-form .form textarea:-moz-placeholder {
  color: #6E6D79;
  opacity: 1; }

.comments-form .form input:focus, .comments-form .form textarea:focus {
  border-color: var(--color-primary); }

.comments-form .form textarea {
  padding: 20px 30px;
  height: 150px; }

.comments-form__btn button {
  padding: 16px 35px;
  min-width: 100%; }

.gallery-inner {
  gap: 17px;
  flex-wrap: nowrap;
  align-items: end;
  margin-bottom: -144px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .gallery-inner {
      margin-bottom: -80px; } }
  @media (max-width: 1199px) {
    .gallery-inner {
      margin-bottom: -65px; } }
  @media (max-width: 767px) {
    .gallery-inner {
      flex-wrap: wrap;
      justify-content: center; } }

.gallery-item {
  width: 16.66666667%;
  border-radius: 50px 350px 225px 225px;
  -webkit-border-radius: 50px 350px 225px 225px;
  -moz-border-radius: 50px 350px 225px 225px;
  -ms-border-radius: 50px 350px 225px 225px;
  -o-border-radius: 50px 350px 225px 225px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 767px) {
    .gallery-item {
      width: 33.333%; } }
  .gallery-item.border-style-2 {
    border-radius: 350px 50px 225px 225px;
    -webkit-border-radius: 350px 50px 225px 225px;
    -moz-border-radius: 350px 50px 225px 225px;
    -ms-border-radius: 350px 50px 225px 225px;
    -o-border-radius: 350px 50px 225px 225px; }
  .gallery-item:hover {
    border-radius: 50px 50px 225px 225px;
    -webkit-border-radius: 50px 50px 225px 225px;
    -moz-border-radius: 50px 50px 225px 225px;
    -ms-border-radius: 50px 50px 225px 225px;
    -o-border-radius: 50px 50px 225px 225px; }
    .gallery-item:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .gallery-item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.gallery-btn .thm-btn {
  min-width: 240px; }

.cta-image {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%; }
  @media (max-width: 1199px) {
    .cta-image {
      width: 130%; } }
  @media (max-width: 991px) {
    .cta-image {
      width: 160%; } }
  @media (max-width: 767px) {
    .cta-image {
      width: 282%; } }
  .cta-image img {
    animation: spin 70s linear infinite; }

.cta-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.cta-content-inner .sec-title .xb-item--content {
  max-width: 812px; }

.cta-inner {
  padding: 80px 25px;
  margin-left: -16px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cta-inner {
      margin-left: 20px; } }
  @media (max-width: 1199px) {
    .cta-inner {
      margin-left: 15px; } }
  @media (max-width: 991px) {
    .cta-inner {
      margin-left: 0; } }

.cta-item {
  padding-left: 55px;
  padding-right: 55px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cta-item {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1199px) {
    .cta-item {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .cta-item {
      padding-left: 0;
      padding-right: 0; } }
  .cta-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1.5px solid rgba(48, 64, 73, 0.1); }
  .cta-item h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .cta-item h3 {
        font-size: 22px; } }
  .cta-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-transform: capitalize;
    color: #304049; }

.cta-btn .thm-btn {
  min-width: 247px; }

.why-choose-us-content {
  padding: 97px 80px;
  padding-right: 85px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .why-choose-us-content {
      padding: 97px 30px; } }
  @media (max-width: 1199px) {
    .why-choose-us-content {
      padding: 97px 30px; } }

.why-choose-us-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }
  @media (max-width: 991px) {
    .why-choose-us-image {
      position: unset;
      height: 300px;
      width: 100%; } }

.why-choose-us-btn .thm-btn {
  min-width: 276px; }

.counter-inner {
  background-color: var(--color-primary);
  padding: 33px 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-around;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .counter-inner {
      padding: 33px 40px; } }
  @media (max-width: 1199px) {
    .counter-inner {
      padding: 30px; } }
  @media (max-width: 991px) {
    .counter-inner {
      flex-wrap: wrap;
      gap: 30px 65px; } }
  .counter-inner.counter-inner-two {
    background: transparent; }
    .counter-inner.counter-inner-two .counter-item .xb-item--number {
      color: var(--color-dark); }
    .counter-inner.counter-inner-two .counter-item .xb-item--title {
      color: var(--color-dark); }

.counter-item {
  text-align: center; }
  .counter-item .xb-item--number {
    font-size: 80px;
    font-weight: 600;
    color: var(--color-white); }
    @media (max-width: 1199px) {
      .counter-item .xb-item--number {
        font-size: 65px; } }
    .counter-item .xb-item--number .suffix {
      transform: translateY(3px);
      margin-left: 10px;
      display: inline-block; }
  .counter-item .xb-item--title {
    font-weight: 400;
    font-size: 22px;
    line-height: 136%;
    color: #EEEEEE; }

.counceling-form {
  margin-top: -65px; }
  .counceling-form .ui-widget-content {
    margin-left: 0; }
  .counceling-form .xb-item--field {
    position: relative;
    margin-top: 65px; }
    .counceling-form .xb-item--field label {
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      margin-bottom: 9px; }
    .counceling-form .xb-item--field input,
    .counceling-form .xb-item--field textarea,
    .counceling-form .xb-item--field .nice-select {
      background: transparent;
      border-bottom: 1px solid #fff;
      color: var(--color-white);
      padding: 20px 0;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      height: 55px; }
      .counceling-form .xb-item--field input::placeholder,
      .counceling-form .xb-item--field textarea::placeholder,
      .counceling-form .xb-item--field .nice-select::placeholder {
        color: #FFE3E3; }
    .counceling-form .xb-item--field textarea {
      min-height: 120px; }
    .counceling-form .xb-item--field .nice-select {
      padding: 0;
      color: #FFE3E3; }
      .counceling-form .xb-item--field .nice-select::after {
        border-bottom: 1.9px solid #FFF;
        border-right: 1.9px solid #FFF;
        height: 11px;
        right: 5px;
        width: 11px; }
    .counceling-form .xb-item--field .icon {
      position: absolute;
      bottom: 20px;
      right: 0; }

.demo_counceling .ui-widget.ui-widget-content {
  margin-left: 0; }

.counceling-contact-content {
  padding-right: 100px; }
  @media (max-width: 1199px) {
    .counceling-contact-content {
      padding-right: 0; } }

.contact-inner {
  padding: 0 38px; }
  @media (max-width: 767px) {
    .contact-inner {
      padding: 0; } }

.contact-form {
  background-color: var(--color-white);
  padding: 70px 54px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .contact-form {
      padding: 70px 30px; } }
  @media (max-width: 767px) {
    .contact-form {
      padding: 50px 30px; } }
  .contact-form .xb-item--item {
    margin-bottom: 40px; }
    .contact-form .xb-item--item input,
    .contact-form .xb-item--item textarea {
      border-bottom: 1.5px solid rgba(48, 64, 73, 0.4);
      background-color: transparent;
      padding: 18px 0;
      height: 64px; }
      .contact-form .xb-item--item input:focus, .contact-form .xb-item--item input:hover,
      .contact-form .xb-item--item textarea:focus,
      .contact-form .xb-item--item textarea:hover {
        border-color: var(--color-primary); }
      .contact-form .xb-item--item input::placeholder,
      .contact-form .xb-item--item textarea::placeholder {
        color: rgba(48, 64, 73, 0.4); }
    .contact-form .xb-item--item textarea {
      min-height: 100px; }
    .contact-form .xb-item--item label {
      font-weight: 500;
      font-size: 22px;
      color: #304049; }
  .contact-form button {
    width: 100%; }

.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary); }

.form-check-input:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(160, 68, 68, 0.25); }

.google-map {
  height: 663px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .google-map {
      height: 400px; } }
  .google-map iframe {
    width: 100%;
    height: 100%; }

.contact-info-inner {
  margin-top: 30px;
  padding: 75px 31px 46px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 767px) {
    .contact-info-inner {
      padding: 45px 25px 40px; } }

.contact-info-title h3 {
  font-weight: 500;
  font-size: 30px;
  color: #304049;
  margin-bottom: 10px; }
.contact-info-title p {
  font-weight: 400;
  font-size: 18px;
  color: #304049; }

.contact-info li {
  font-weight: 400;
  font-size: 20px;
  color: #304049;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 30px 20px; }
  .contact-info li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px dashed var(--color-dark);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
  .contact-info li .label {
    font-weight: 400;
    font-size: 20px;
    color: rgba(48, 64, 73, 0.4); }

.counceling-marquee {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color-primary);
  display: inline-block;
  background: linear-gradient(270deg, #ffe0e0 0%, #fff4f4 100%);
  padding: 27px 0;
  font-family: var(--font-heading); }
  @media (max-width: 767px) {
    .counceling-marquee {
      font-size: 30px; } }
  .counceling-marquee img {
    margin: 0 10px; }

.page-title {
  position: relative;
  z-index: 1;
  min-height: 533px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-primary);
  padding-top: 210px;
  padding-bottom: 110px; }
  @media (max-width: 1199px) {
    .page-title {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      min-height: 480px; } }
  @media (max-width: 767px) {
    .page-title {
      min-height: 380px; } }

.breadcrumb-title {
  font-size: 65px;
  line-height: 1.13;
  color: var(--color-white);
  margin-bottom: 35px; }
  @media (max-width: 1199px) {
    .breadcrumb-title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .breadcrumb-title {
      font-size: 38px; } }

.bread-crumb .breadcrumb-item {
  color: var(--color-white);
  position: relative;
  font-size: 20px; }
  .bread-crumb .breadcrumb-item::before {
    display: none; }
  .bread-crumb .breadcrumb-item:not(:last-child) {
    margin-right: 10px;
    padding-right: 21px; }
  .bread-crumb .breadcrumb-item a {
    color: var(--color-white); }
  .bread-crumb .breadcrumb-item .divider {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.page-title-shape .shape {
  position: absolute; }
  .page-title-shape .shape--1 {
    bottom: 0;
    left: 0;
    z-index: -1; }
  .page-title-shape .shape--2 {
    bottom: 15%;
    right: 0;
    z-index: -1; }

.philosophy-inner {
  padding: 0 25px; }

.philosophy-item {
  background-color: var(--color-white);
  padding: 75px 29px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  min-height: 511px; }
  @media (max-width: 1199px) {
    .philosophy-item {
      min-height: 400px; } }
  .philosophy-item .xb-item--subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 24px; }
  .philosophy-item .xb-item--title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .philosophy-item .xb-item--title {
        font-size: 30px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .philosophy-item .xb-item--title {
        font-size: 30px;
        line-height: 38px; } }
  .philosophy-item .xb-item--content {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #304049; }

.philosophy-btn .thm-btn {
  min-width: 245px; }

.team-inner {
  padding: 0 35px; }
  @media (max-width: 1199px) {
    .team-inner {
      padding: 0px; } }

.team-single .xb-item--image {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 27px; }
  .team-single .xb-item--image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.team-single .xb-item--name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 7px; }
  .team-single .xb-item--name a {
    color: currentColor; }
.team-single .xb-item--desig {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #304049; }
.team-single:hover .xb-item--image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.team-single-inner {
  padding: 0 35px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .team-single-inner {
      padding: 0 15px; } }
  @media (max-width: 991px) {
    .team-single-inner {
      padding: 0px 15px; } }
  @media (max-width: 767px) {
    .team-single-inner {
      padding: 0; } }

.team-single-img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .team-single-img {
      margin-bottom: 30px; } }

.team-single-info {
  padding-right: 60px; }
  @media (max-width: 991px) {
    .team-single-info {
      padding-right: 0; } }
  .team-single-info .xb-item--name {
    font-weight: 500;
    font-size: 40px;
    line-height: 125%;
    color: #304049;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .team-single-info .xb-item--name {
        font-size: 30px; } }
  .team-single-info .xb-item--desig {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #304049;
    margin-bottom: 42px; }
    .team-single-info .xb-item--desig span {
      font-weight: 500; }
  .team-single-info .xb-item--desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #304049;
    margin-bottom: 46px; }
    .team-single-info .xb-item--desc span {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 5px;
      display: inline-block; }

.skill-wrap {
  max-width: 390px; }
  @media (max-width: 767px) {
    .skill-wrap {
      padding-right: 50px; } }

.skill-item:not(:last-child) {
  margin-bottom: 38px; }
.skill-item h4 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #304049;
  margin-bottom: 2px; }
.skill-item .progress {
  height: 5px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  background-color: transparent; }
.skill-item .progress span {
  right: -56px;
  top: -11px;
  font-weight: 400;
  font-size: 18px;
  color: #304049;
  position: absolute; }
.skill-item .progress-bar {
  width: 0;
  top: 0px;
  float: left;
  height: 5px;
  position: relative;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  overflow: visible;
  background: linear-gradient(-221deg, rgba(254, 116, 12, 0.6) 0%, rgba(204, 58, 6, 0.6) 50%, rgba(160, 68, 68, 0.6) 100%); }

.team-single-social {
  margin-top: 66px;
  background: rgba(255, 166, 166, 0.2);
  display: inline-flex;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 0 20px; }
  .team-single-social li a {
    font-size: 20px;
    color: #304049;
    padding: 13px 19px;
    display: inline-block; }
    .team-single-social li a:hover {
      color: var(--color-primary); }
      .team-single-social li a:hover svg path {
        fill: var(--color-primary); }
    .team-single-social li a svg {
      width: 20px; }
      .team-single-social li a svg path {
        fill: #304049;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

.team-single-form-inner {
  background-color: var(--color-white);
  padding: 68px;
  padding-right: 92px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-left: -24px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .team-single-form-inner {
      padding: 60px 30px; } }
  @media (max-width: 1199px) {
    .team-single-form-inner {
      padding: 40px 25px;
      margin-left: -55px; } }
  @media (max-width: 991px) {
    .team-single-form-inner {
      padding: 40px;
      margin-left: 0; } }

.team-single-form-title .xb-item--title {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .team-single-form-title .xb-item--title {
      font-size: 30px; } }
  @media (max-width: 1199px) {
    .team-single-form-title .xb-item--title {
      font-size: 28px; } }
.team-single-form-title .xb-item--content {
  font-weight: 400;
  font-size: 18px;
  color: #304049; }

.team-single-form input,
.team-single-form textarea,
.team-single-form select,
.team-single-form .nice-select {
  background-color: var(--color-white);
  border-bottom: 1px solid rgba(48, 64, 73, 0.5);
  padding: 10px 0; }
.team-single-form .nice-select {
  padding: 0;
  margin-top: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
.team-single-form .thm-btn {
  min-width: 240px; }

.faq-inner {
  padding: 0 212px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .faq-inner {
      padding: 0 50px; } }
  @media (max-width: 1199px) {
    .faq-inner {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .faq-inner {
      padding: 0; } }

@media (max-width: 991px) {
  .faq-form-inner .sec-title {
    margin-bottom: 50px; } }
@media (max-width: 767px) {
  .faq-form-inner .sec-title {
    margin-bottom: 30px; } }

.xb-faq {
  position: relative; }
  .xb-faq .accordion_box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #fff;
    padding: 38px 0;
    padding-bottom: 30px; }
    .xb-faq .accordion_box .block {
      position: relative;
      overflow: hidden;
      border-bottom: 1px solid rgba(48, 64, 73, 0.3); }
      .xb-faq .accordion_box .block:last-child {
        border-bottom: 0; }
        .xb-faq .accordion_box .block:last-child .content {
          border-bottom: 0; }
      .xb-faq .accordion_box .block.active-block {
        border-bottom: none; }
        .xb-faq .accordion_box .block.active-block .acc-btn .number {
          color: var(--color-white); }
        .xb-faq .accordion_box .block.active-block .acc-btn .arrow::before {
          content: "\f068";
          transform: rotate(180deg);
          color: var(--color-dark); }
        .xb-faq .accordion_box .block.active-block .acc-btn .arrow::after {
          opacity: 1; }
      .xb-faq .accordion_box .block .acc-btn {
        padding: 40px 82px;
        line-height: 1.3;
        font-weight: 500;
        position: relative;
        cursor: pointer;
        font-family: var(--font-heading);
        font-weight: 400;
        font-size: 32px;
        color: #304049; }
        @media (max-width: 991px) {
          .xb-faq .accordion_box .block .acc-btn {
            font-size: 25px;
            padding: 30px 40px;
            padding-right: 70px; } }
        @media (max-width: 767px) {
          .xb-faq .accordion_box .block .acc-btn {
            font-size: 20px;
            padding: 25px;
            padding-right: 50px; } }
        .xb-faq .accordion_box .block .acc-btn .arrow {
          position: absolute;
          z-index: 1;
          top: 50%;
          right: 40px;
          transform: translateY(-50%); }
          @media (max-width: 767px) {
            .xb-faq .accordion_box .block .acc-btn .arrow {
              right: 25px; } }
          .xb-faq .accordion_box .block .acc-btn .arrow span {
            width: 100%;
            height: 100%;
            z-index: -1;
            position: absolute; }
          .xb-faq .accordion_box .block .acc-btn .arrow::before {
            position: absolute;
            top: -18px;
            right: 0;
            font-size: 14px;
            font-size: 27px;
            font-weight: 500;
            content: "\f067";
            font-family: "Font Awesome 5 Pro";
            color: var(--color-dark);
            transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            @media (max-width: 991px) {
              .xb-faq .accordion_box .block .acc-btn .arrow::before {
                font-size: 20px; } }
        .xb-faq .accordion_box .block .acc-btn .number {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: rgba(255, 255, 255, 0.5); }
      .xb-faq .accordion_box .block .acc_body {
        position: relative;
        display: none; }
        .xb-faq .accordion_box .block .acc_body.current {
          display: block; }
      .xb-faq .accordion_box .block .content {
        padding: 0 255px 50px 80px;
        border-bottom: 1px solid rgba(48, 64, 73, 0.3);
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #304049; }
        @media (max-width: 991px) {
          .xb-faq .accordion_box .block .content {
            padding: 0 109px 40px 40px; } }
        @media (max-width: 767px) {
          .xb-faq .accordion_box .block .content {
            padding: 25px;
            padding-top: 0;
            font-size: 16px;
            line-height: 28px; } }
        .xb-faq .accordion_box .block .content p {
          margin-bottom: 15px; }
        .xb-faq .accordion_box .block .content ul li:not(:last-child) {
          margin-bottom: 5px; }
        .xb-faq .accordion_box .block .content ul li i {
          margin-right: 10px;
          font-size: 16px;
          color: var(--color-primary-two); }

.faq-form {
  background-color: var(--color-white);
  padding: 110px 81px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 991px) {
    .faq-form {
      padding: 80px 50px; } }
  @media (max-width: 767px) {
    .faq-form {
      padding: 40px 25px; } }
  .faq-form .xb-item--item {
    margin-bottom: 54px; }
    @media (max-width: 991px) {
      .faq-form .xb-item--item {
        margin-bottom: 30px; } }
    .faq-form .xb-item--item input,
    .faq-form .xb-item--item textarea {
      height: 101px;
      border: 2px solid rgba(48, 64, 73, 0.2);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      background-color: var(--color-white);
      font-size: 20px;
      padding: 20px; }
      .faq-form .xb-item--item input:focus, .faq-form .xb-item--item input:hover,
      .faq-form .xb-item--item textarea:focus,
      .faq-form .xb-item--item textarea:hover {
        border-color: var(--color-primary); }
      @media (max-width: 991px) {
        .faq-form .xb-item--item input,
        .faq-form .xb-item--item textarea {
          height: 70px; } }
    .faq-form .xb-item--item textarea {
      min-height: 300px; }
      @media (max-width: 991px) {
        .faq-form .xb-item--item textarea {
          min-height: 150px; } }
    .faq-form .xb-item--item label {
      font-weight: 400;
      font-size: 20px;
      color: #304049;
      margin-bottom: 11px; }
    .faq-form .xb-item--item p {
      font-weight: 400;
      font-size: 18px;
      color: rgba(48, 64, 73, 0.3);
      margin-top: 10px; }

.faq-form-btn .thm-btn {
  min-width: 280px; }

.history-slider-nav {
  margin-left: -60px;
  position: relative; }
  .history-slider-nav::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    background: rgba(10, 9, 9, 0.5);
    content: "";
    height: 100%; }
  .history-slider-nav .swiper-slide-thumb-active .history-slider-thumb::before {
    opacity: 0; }
  .history-slider-nav .swiper-wrapper {
    -webkit-animation: marqueeX 16s linear infinite;
    animation: marqueeX 16s linear infinite;
    background-repeat: repeat-x;
    background-size: contain;
    position: relative; }
    .history-slider-nav .swiper-wrapper::before, .history-slider-nav .swiper-wrapper::after {
      position: absolute;
      top: -40px;
      left: 0;
      width: 300%;
      height: 40px;
      background-image: url(../img/shape/history_slider_shape.svg);
      content: "";
      background-repeat: repeat-x;
      background-size: contain;
      will-change: transform;
      backface-visibility: hidden;
      transform: translateZ(0); }
    .history-slider-nav .swiper-wrapper::after {
      top: auto;
      bottom: -40px; }

.history-slider-thumb {
  height: 171px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .history-slider-thumb {
      height: 120px; } }
  .history-slider-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(154, 154, 154, 0.4);
    content: "";
    transition: .3s; }
  .history-slider-thumb img {
    height: 100%;
    object-fit: cover; }

.history-slider-content {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #304049; }

.history-slider-inner {
  margin-left: -50px; }
  @media (max-width: 1199px) {
    .history-slider-inner {
      margin-left: 0; } }

.history-content {
  padding-right: 100px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .history-content {
      padding-right: 70px; } }
  @media (max-width: 1199px) {
    .history-content {
      padding-right: 0; } }
  .history-content .sec-title .xb-item--content {
    padding-right: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .history-content .sec-title .xb-item--content {
        padding-right: 0; } }
    @media (max-width: 1199px) {
      .history-content .sec-title .xb-item--content {
        padding-right: 0; } }

.history-slider-image {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden; }

.woocommerce-content-wrap {
  margin-right: -64px; }
  @media (max-width: 991px) {
    .woocommerce-content-wrap {
      margin-right: 0; } }

.woocommerce-toolbar-top {
  margin-bottom: 50px;
  z-index: 1;
  position: relative; }
  @media (max-width: 767px) {
    .woocommerce-toolbar-top {
      justify-content: center;
      margin-top: 10px; } }
  .woocommerce-toolbar-top .woocommerce-ordering {
    margin-left: 20px; }
    .woocommerce-toolbar-top .woocommerce-ordering .nice-select {
      background-color: transparent;
      width: auto;
      margin: 0;
      padding: 0;
      height: 50px;
      border: 0;
      cursor: pointer;
      color: #818181;
      background-position: calc(100% - 0px) 50%;
      min-width: 270px; }
      .woocommerce-toolbar-top .woocommerce-ordering .nice-select option {
        color: #191B1E; }
      .woocommerce-toolbar-top .woocommerce-ordering .nice-select::after {
        right: 0; }

@media (max-width: 767px) {
  .woocommerce-toolbar-top-right {
    justify-content: center; } }

.products {
  margin-top: -130px; }
  @media (max-width: 767px) {
    .products {
      margin-top: -80px; } }

@media (max-width: 767px) {
  .product {
    margin-top: 50px; } }
.product:hover .xb-item--image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.product .thm-btn {
  min-width: 100%;
  padding: 10px 20px;
  font-size: 16px; }
  .product .thm-btn span::before, .product .thm-btn span::after {
    top: 50%;
    width: 25px;
    height: 25px;
    background-image: url(../img/icon/shopping-bag.svg); }
.product .xb-item--image {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative; }
  .product .xb-item--image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.product .xb-item--title {
  color: var(--color-heading);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #304049;
  margin-bottom: 15px; }
  .product .xb-item--title a {
    color: currentColor; }
.product .xb-item--price {
  font-weight: 400;
  font-size: 18px;
  color: #304049;
  display: inline-block;
  margin-bottom: 20px; }
.product .xb-item--wishlist {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-white);
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product .xb-item--wishlist svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .product .xb-item--wishlist:hover {
    background-color: var(--color-primary); }
    .product .xb-item--wishlist:hover svg path {
      fill: var(--color-white); }

.shop-sidebar {
  padding-right: 0;
  padding-left: 100px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .shop-sidebar {
      padding-left: 75px; } }
  @media (max-width: 991px) {
    .shop-sidebar {
      padding-left: 0; } }

.widget-product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 10px; }
  .widget-product-item:not(:last-child) {
    margin-bottom: 47px; }
  .widget-product-item:hover .xb-item--image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .widget-product-item .xb-item--content {
    width: 50%; }
  .widget-product-item .xb-item--title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #304049; }
    .widget-product-item .xb-item--title a {
      color: currentColor; }
  .widget-product-item .xb-item--rating {
    gap: 7px;
    margin-bottom: 2px; }
    .widget-product-item .xb-item--rating li {
      font-size: 14px;
      color: var(--color-primary); }
  .widget-product-item .xb-item--image {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    width: 158px; }
    .widget-product-item .xb-item--image img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 100%;
      object-fit: cover; }

.product-details-info .xb-item--title {
  font-weight: 500;
  font-size: 42px;
  color: #304049;
  margin-bottom: 8px; }
  @media (max-width: 991px) {
    .product-details-info .xb-item--title {
      font-size: 35px; } }
.product-details-info .xb-item--author {
  font-weight: 500;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 9px; }
.product-details-info .xb-item--rating {
  gap: 7px;
  margin-bottom: 15px; }
  .product-details-info .xb-item--rating li {
    font-size: 14px;
    color: var(--color-primary); }
.product-details-info .xb-item--price {
  font-weight: 600;
  font-size: 22px;
  color: #304049;
  display: inline-block;
  margin-bottom: 26px; }

.product-desctiption-list li:not(:last-child) {
  margin-bottom: 5px; }

.book-option {
  gap: 30px;
  margin-bottom: 30px; }

.product-details-image {
  margin-right: -18px; }
  @media (max-width: 767px) {
    .product-details-image {
      margin-right: 0; } }

.product-details-info {
  padding-left: 54px;
  padding-right: 45px; }
  @media (max-width: 1199px) {
    .product-details-info {
      padding-right: 0; } }
  @media (max-width: 991px) {
    .product-details-info {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .product-details-info {
      padding-left: 0; } }

.book-option-item {
  border: 1.50px solid #304049;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 22px 8px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .book-option-item.active {
    opacity: 1; }
  .book-option-item span {
    font-weight: 400;
    font-size: 14px;
    color: #304049;
    line-height: 1.3; }
  .book-option-item .xb-item--label {
    display: flex;
    align-items: center;
    gap: 8px; }

.product-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; }
  .product-btns .thm-btn {
    font-size: 16px;
    padding: 12px 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 240px; }
    .product-btns .thm-btn--primary span::before, .product-btns .thm-btn--primary span::after {
      top: 50%;
      width: 26px;
      height: 26px;
      background-image: url(../img/icon/shopping-bag.svg); }
    .product-btns .thm-btn--transprant {
      border: 2px solid var(--color-primary);
      color: var(--color-primary); }
      .product-btns .thm-btn--transprant span::before, .product-btns .thm-btn--transprant span::after {
        width: 24px;
        height: 22px;
        background-image: url(../img/icon/wishlist-icon.svg); }
      .product-btns .thm-btn--transprant:hover {
        background-color: var(--color-primary) !important; }

.product-desc-title {
  font-weight: 500;
  font-size: 20px;
  color: #304049;
  margin-bottom: 15px;
  font-family: var(--color-body); }

.shop-details-widget {
  background: linear-gradient(181deg, #eaeef1 0%, #e9fbff 100%);
  padding: 70px 55px 74px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-left: -4px; }
  @media (max-width: 767px) {
    .shop-details-widget {
      padding: 40px 25px 45px; } }
  .shop-details-widget .widget-product-item:not(:last-child) {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .shop-details-widget .widget-product-item:not(:last-child) {
        margin-bottom: 30px; } }

.woocommerce-cart .grop-page-content_warp .woocommerce {
  margin-top: 20px;
  margin-bottom: 41px; }

.woocommerce .quantity {
  width: 76px; }

.woocommerce-cart .woocommerce table.shop_table th {
  padding: 15px 19px 13px;
  text-transform: uppercase;
  color: #191B1E;
  font-weight: 500; }

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0; }

.shop_table tfoot tr th {
  font-weight: normal; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500; }

.shop_table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }

.shop_table thead tr th:first-child {
  text-align: left; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table th, .shop_table td {
  padding: 25px 0; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table tbody tr td {
  padding-right: 25px; }

.shop_table th,
.shop_table td {
  padding: 25px 0; }

.add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f5f5f5;
  border-radius: 0;
  padding: 25px; }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e6e6e6; }

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid rgba(22, 29, 57, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-left: 0; }

.woocommerce-checkout #payment div.form-row button {
  min-width: 250px; }

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(22, 29, 57, 0.1); }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: right; }

.woocommerce-cart .woocommerce table.shop_table td.actions button {
  min-width: 200px;
  font-size: 18px; }

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  font-size: 15px;
  font-size: 1rem;
  padding: 17px 19px 15px;
  color: #191B1E; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name, .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a {
  color: var(--color-default); }

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left; }

.woocommerce table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .woocommerce table.cart td.actions .coupon {
      display: unset; } }

.widget_products .product-list-widget > li {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.widget_products .product-list-widget > li:last-child {
  margin-bottom: 0; }

.widget_products .product-thumb {
  width: 80px;
  margin-right: 15px; }

.rating_star li {
  font-size: 12px;
  color: #ffab50;
  margin-right: 2px; }

.widget_products .rating_star {
  margin-bottom: 6px; }

.widget_products .procuct-title {
  font-size: 16px;
  margin-bottom: 7px; }

.widget_products .woocommerce-Price-amount.amount {
  font-size: 14px; }

.widget_products .prodcut-content del {
  font-size: 15px;
  padding-left: 5px;
  color: var(--color-default); }

.widget_products .prodcut-content ins {
  text-decoration: none;
  color: var(--color-black); }

.woocommerce-cart .woocommerce table.shop_table td.actions .coupon label:first-child {
  display: none; }

.woocommerce-cart .woocommerce table.shop_table td.actions #coupon_code {
  height: 60px;
  padding-left: 18px;
  width: 227px;
  box-shadow: none;
  border: 1px solid rgba(48, 64, 73, 0.3);
  color: var(--color-dark);
  margin: 0;
  margin-right: 20px;
  padding: 10px 20px;
  background: transparent; }

.woocommerce-cart .woocommerce table.shop_table td.actions input:focus {
  border-color: var(--color-primary) !important; }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal] {
  color: var(--color-black); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce-cart .woocommerce table.shop_table tr.shipping th,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td,
.woocommerce-cart .woocommerce table.shop_table tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td {
  padding: 16px 15px 14px; }

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--color-black);
  margin-top: 6px;
  display: block;
  margin-bottom: 12px; }

.woocommerce-cart .shipping-calculator-form .form-row {
  margin: 0 0 13px; }

.woocommerce-cart .shipping-calculator-form button.button {
  background-color: #000 !important;
  color: #ffffff !important;
  height: 45px;
  line-height: 45px;
  padding: 1px 27px 0;
  margin-top: 4px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px;
  height: 77px;
  object-fit: cover; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 17px;
  color: #fff;
  border-radius: 50%;
  background: #dbdbdb; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove:hover {
  background-color: #000; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding-top: 0;
  padding-bottom: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  margin-top: 80px; }

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 1.3em; }

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-default);
  font-size: 14px;
  height: 50px;
  width: 100%; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
  text-align: right; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  margin-top: 16px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 20px 50px; }

.woocommerce-cart .input-text.qty.text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media (max-width: 600px) {
  .woocommerce-cart thead {
    display: none; }

  .woocommerce-cart table,
  .woocommerce-cart th,
  .woocommerce-cart td,
  .woocommerce-cart tr,
  .woocommerce-cart tbody {
    width: 100%;
    display: block;
    border: 0;
    text-align: center; }

  .woocommerce table.shop_table {
    border: 1px solid rgba(22, 29, 57, 0.1); }

  .quantity {
    margin: 0 auto; }

  .woocommerce table.shop_table td {
    border: 0; }

  .woocommerce-cart tbody > tr {
    position: relative; }

  .woocommerce-cart tbody > tr + tr {
    border-top: 1px solid rgba(22, 29, 57, 0.1); }

  .woocommerce-cart tbody > tr {
    padding: 30px 20px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td {
    padding: 8px 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    border-right: 0;
    width: auto; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    position: absolute;
    right: 15px;
    top: 15px; }

  .woocommerce-cart .woocommerce table.shop_table td.actions {
    text-align: center; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: block;
    float: none; }

  .woocommerce-cart .coupon {
    float: none !important; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: inline-block;
    float: none;
    margin-top: 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td a {
    font-weight: 500; } }
@media (max-width: 767px) {
  .cart-section .container {
    max-width: 100%; } }
@media (max-width: 600px) {
  .cart-section .wc-proceed-to-checkout {
    text-align: center; } }
.cart-section .btn {
  padding: 7px 4px 7px 6px;
  font-size: 8px;
  font-weight: normal;
  position: relative; }

.cart-section .btn:hover {
  background-color: #000 !important; }

.cart-section .bootstrap-touchspin {
  border: 1px solid rgba(22, 29, 57, 0.1);
  width: 100px; }

.cart-section .bootstrap-touchspin button {
  text-decoration: none;
  border: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default); }

.cart-section .bootstrap-touchspin input {
  border: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default);
  background: transparent; }

.cart-section .bootstrap-touchspin-up {
  right: 10px; }

.cart-section .bootstrap-touchspin-up:hover {
  background: transparent !important; }

.cart-section .bootstrap-touchspin-down {
  left: 10px; }

.cart-section .bootstrap-touchspin-down:hover {
  background: transparent !important; }

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

.woocommerce strong {
  font-weight: 500; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0; }

.checkout-section .checkout.woocommerce-checkout {
  overflow: hidden;
  clear: both; }

@media screen and (min-width: 992px) {
  .checkout-section .checkout.woocommerce-checkout .col2-set {
    width: 70%;
    float: left;
    padding-right: 85px; }

  .checkout-section .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 30%;
    float: right; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    width: 50%;
    float: left; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first {
    padding-right: 15px; }

  .checkout-section .checkout.woocommerce-checkout .form-row label,
  .woocommerce .form-row label {
    color: #191B1E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    padding-left: 15px; } }
.checkout-section .checkout.woocommerce-checkout .form-row label.checkbox,
.checkout-section .checkout.woocommerce-checkout .woocommerce-shipping-fields label.checkbox {
  display: inline-block; }

.checkout-section .checkout.woocommerce-checkout .form-row textarea {
  height: 180px;
  padding: 15px 20px; }

.woocommerce-cart .actions .xb-btn {
  border: 0;
  height: 52px;
  padding: 10px 50px; }

.woocommerce table.shop_table {
  border: 1px solid #E7E9EE;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #E7E9EE; }

.woocommerce-Button,
.woocommerce-button {
  background: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  font-weight: 500;
  padding: 12px 30px;
  color: #fff;
  margin-top: 20px;
  color: white;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0; }

.woocommerce-Button:hover,
.woocommerce-button:hover {
  background: #000; }

.woocommerce-info:before {
  display: none; }

.woocommerce-privacy-policy-text a {
  font-weight: 500;
  color: #E0A500;
  text-decoration: underline; }

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.lost_password a {
  color: #191B1E; }

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.lost_password a:hover {
  text-decoration: underline; }

.woocommerce-error, .woocommerce-info,
.woocommerce-message {
  width: auto;
  padding: 15px 15px 15px 35px;
  margin: 0 0 2em;
  position: relative;
  color: #191B1E;
  list-style: none;
  word-wrap: break-word;
  background: rgba(255, 166, 166, 0.2); }

@media (max-width: 767px) {
  .woocommerce-error, .woocommerce-info,
  .woocommerce-message {
    padding: 15px; } }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 34px 35px 33px;
  border: 1px solid var(--color-border);
  margin: 19px 0;
  text-align: left;
  border-radius: 0; }

.woocommerce form.checkout_coupon .thm-btn {
  min-width: 220px; }

.checkout-section .checkout.woocommerce-checkout {
  margin-top: 53px; }

.woocommerce .login p {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 34px 20px 33px; } }
.woocommerce form .form-row .required {
  color: red;
  font-weight: 600;
  border: 0; }

.woocommerce form.login > p:not(.form-row) {
  margin-bottom: 2em; }

#customer_login form.login > p:not(.form-row) {
  margin-top: 2em;
  margin-bottom: 0; }

.woocommerce form.login input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 0;
  outline: 0;
  min-width: 150px; }

.woocommerce .checkout_coupon input[type="submit"] {
  padding: 18px 30px;
  border: 0;
  margin-top: 10px; }

.woocommerce form.login input[type=submit]:hover, .woocommerce form.login input[type=submit]:focus, .woocommerce form.login input[type=submit]:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active {
  background-color: #304049;
  color: #fff; }

.woocommerce form .form-row label.inline {
  display: inline;
  padding-left: 15px; }

.woocommerce h3 {
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin: 1em 0 1.5em; }

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

@media (max-width: 767px) {
  .woocommerce form .form-row label.inline {
    padding-left: 5px; } }
.checkout-section input[type="text"],
.checkout-section input[type="password"],
.checkout-section input[type="email"],
.checkout-section input[type="tel"],
.checkout-section select,
.checkout-section textarea {
  height: 55px;
  box-shadow: none;
  padding: 10px 20px;
  border: 2px solid transparent; }
  .checkout-section input[type="text"]:focus,
  .checkout-section input[type="password"]:focus,
  .checkout-section input[type="email"]:focus,
  .checkout-section input[type="tel"]:focus,
  .checkout-section select:focus,
  .checkout-section textarea:focus {
    border-color: var(--color-primary); }

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e6e6e6;
  color: var(--color-default); }

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none; }

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle; }

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  color: var(--color-default);
  margin-left: 10px; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 5px 0 0; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #e6e6e6;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e6e6e6;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0; }

.woocommerce-billing-fields p {
  margin-bottom: 15px; }

.thm-btn {
  padding: 17px 20px;
  min-width: 334px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #304049;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  overflow: hidden; }
  .thm-btn span {
    position: relative;
    margin-left: -34px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .thm-btn span::before, .thm-btn span::after {
      position: absolute;
      content: '';
      left: -17px;
      top: 55%;
      height: 16px;
      width: 24px;
      transform: translateY(-50%);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background-image: url(../img/icon/arrow_right.svg);
      background-repeat: no-repeat; }
    .thm-btn span::before {
      left: auto;
      right: -40px;
      opacity: 1; }
    .thm-btn span::after {
      opacity: 0;
      transform: translate(-20px, -50%);
      filter: brightness(100); }
  .thm-btn:hover {
    background: var(--color-primary);
    color: var(--color-white); }
    .thm-btn:hover span {
      margin-left: 12px;
      padding-left: 22px; }
      .thm-btn:hover span::before {
        opacity: 0;
        right: -50px; }
      .thm-btn:hover span::after {
        opacity: 1;
        transform: translate(0, -50%); }
  .thm-btn.hover-dark:hover {
    background-color: var(--color-dark);
    color: var(--color-white); }
    .thm-btn.hover-dark:hover span:after {
      filter: brightness(100); }
  .thm-btn.mw-238 {
    min-width: 238px; }
  .thm-btn--primary {
    background-color: var(--color-primary);
    color: var(--color-white); }
    .thm-btn--primary span::before {
      filter: brightness(100); }
    .thm-btn--primary span::after {
      opacity: 0;
      transform: translate(-20px, -50%);
      filter: brightness(0); }
    .thm-btn--primary:hover {
      background-color: var(--color-white);
      color: #304049; }
  .thm-btn--dark {
    background-color: #304049;
    color: var(--color-white); }
    .thm-btn--dark span::before {
      filter: brightness(100); }
    .thm-btn--dark span::after {
      opacity: 0;
      transform: translate(-20px, -50%);
      filter: brightness(0); }
    .thm-btn--dark:hover {
      background-color: var(--color-white);
      color: #304049; }
  .thm-btn--sm {
    font-size: 16px;
    padding: 16px 20px;
    font-weight: 600; }
    .thm-btn--sm:hover span {
      padding-left: 15px; }
    .thm-btn--sm span::before, .thm-btn--sm span::after {
      background-image: url(../img/icon/arrow_right2.svg); }
  .thm-btn--cirlce {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 16px;
    padding: 16px 20px;
    font-weight: 500; }
    .thm-btn--cirlce:hover span {
      padding-left: 20px;
      margin-left: 40px; }
    .thm-btn--cirlce span {
      margin-left: -50px; }
      .thm-btn--cirlce span::before, .thm-btn--cirlce span::after {
        top: 50%;
        width: 38px;
        background-image: url(../img/icon/arrow_right4.svg); }
      .thm-btn--cirlce span::before {
        right: -60px; }
      .thm-btn--cirlce span::after {
        left: -40px; }

.anim-btn {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  letter-spacing: 0.7px;
  padding: 10px 37px;
  background-color: var(--color-white);
  color: #03080B;
  font-weight: 600;
  font-family: var(--font-heading);
  display: inline-block;
  overflow: hidden;
  font-size: 16px; }
  .anim-btn .btn-anim-wrap {
    transition: opacity .6s,transform .8s;
    transition-timing-function: ease, ease;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: inline-block; }
    .anim-btn .btn-anim-wrap .button-text {
      transition: opacity .6s,transform .8s;
      transition-timing-function: ease, ease;
      transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
      flex-grow: 1;
      order: 10;
      display: inline-block;
      color: currentColor; }
      .anim-btn .btn-anim-wrap .button-text:nth-child(2) {
        display: inline-block;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 80%);
        opacity: 0;
        color: currentColor; }
  .anim-btn:hover {
    background-color: var(--color-secondary);
    color: #fff; }
    .anim-btn:hover .button-text:nth-child(1) {
      opacity: 0; }
    .anim-btn:hover .button-text:nth-child(2) {
      transform: translate(-50%, 100%);
      opacity: 1; }
    .anim-btn:hover .btn-anim-wrap {
      transform: translateY(-150%); }
  .anim-btn.btn-dark {
    background-color: #222528;
    color: var(--color-white);
    position: relative; }
    .anim-btn.btn-dark::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border-radius: inherit;
      padding: 1px;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask-composite: add, add;
      -webkit-mask-composite: source-out;
      mask-composite: exclude;
      background: var(--Linear, linear-gradient(316deg, #121212 15.47%, #333 84.34%)); }
    .anim-btn.btn-dark:hover {
      color: #03080B;
      background-color: var(--color-white); }

.xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible; }
  .xb-backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--color-primary); }
    .xb-backtotop .scroll:hover {
      margin-bottom: 4px; }
  .xb-backtotop.style-two .scroll {
    color: var(--color-white); }
  .xb-backtotop.style-three .scroll {
    color: var(--color-black); }

.xb-hamburger-menu {
  display: none; }
  @media (max-width: 991px) {
    .xb-hamburger-menu {
      display: block; } }

.xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  color: var(--color-dark); }

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden; }

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background-color: #fff; }

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.xb-header-menu.active + .xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible; }

.xb-header-menu-scroll {
  padding: 50px 25px 40px; }

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li {
  padding-left: 0;
  padding-right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
  margin-right: 4px; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
  max-width: 100%; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
  margin: 10px 0 !important; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu, .xb-header-menu-scroll .xb-menu-primary > li .children {
  padding-left: 15px; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu a, .xb-header-menu-scroll .xb-menu-primary > li .children a {
  padding-left: 0; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu, .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
  padding-left: 0; }

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-heading);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block; }

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.xb-menu-toggle.active:before {
  content: "\f106"; }

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary li {
  position: relative; }

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.xb-menu-primary li > a:hover, .xb-menu-primary li > a.current, .xb-menu-primary li.current_page_item > a, .xb-menu-primary li.current-menu-item > a, .xb-menu-primary li.current_page_ancestor > a, .xb-menu-primary li.current-menu-ancestor > a {
  color: var(--color-secondary); }

.xb-menu-primary .sub-menu, .xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary .sub-menu li a, .xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px; }

.xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
  padding-left: 0px; }

.xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
  width: 100%; }

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important; }

.xb-menu-primary .xb-megamenu .xb-link li {
  margin: 0; }

.xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px; }

.xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-widget-heading > .elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap; }

.xb-menu-primary .xb-menu-toggle:hover {
  color: var(--color-secondary); }

.xb-logo-mobile {
  margin-bottom: 40px; }

.xb-logo-mobile img {
  height: 40px; }

.xb-header-mobile-search {
  margin-bottom: 20px; }

.xb-header-mobile-search form {
  position: relative; }

.xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--color-dark);
  padding: 12px 35px 13px 15px;
  background-color: transparent;
  border: 2px solid rgba(150, 144, 162, 0.09); }

.xb-header-mobile-search .search-field:focus {
  border-color: var(--color-primary); }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-primary); }

.xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-dark); }

.xb-nav-mobile {
  color: var(--color-white);
  height: 40px;
  width: 40px;
  border-radius: 6px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .xb-nav-mobile {
      height: 35px;
      width: 35px; } }
  .xb-nav-mobile:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary); }

.header-bar-mobile {
  margin-left: auto; }

#preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999; }

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #ebebec;
  border-radius: 50%; }

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid #0b3948;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite linear;
  -webkit-animation: loaderspin 1.8s infinite linear; }

.preloader-two .loader .loader-container:before {
  border-color: var(--color-yellow); }

.preloader-three .loader .loader-container:before {
  border-color: #304049; }

.preloader-four .loader .loader-container:before {
  border-color: #304049; }

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center; }

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px; }

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes loaderpulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
.footer-wrap {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden; }

.footer-inner {
  padding: 80px 50px;
  padding-bottom: 70px;
  padding-right: 132px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-inner {
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .footer-inner {
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .footer-inner {
      padding: 80px 15px; } }

.footer-subscribe-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 40px; }

.footer-subscribe-form {
  display: flex;
  align-items: center;
  gap: 15px; }
  @media (max-width: 1199px) {
    .footer-subscribe-form {
      flex-wrap: wrap; } }
  .footer-subscribe-form .xb-input-field {
    position: relative;
    display: block;
    max-width: 322px;
    width: 100%; }
    @media (max-width: 1199px) {
      .footer-subscribe-form .xb-input-field {
        max-width: 300px; } }
    @media (max-width: 767px) {
      .footer-subscribe-form .xb-input-field {
        max-width: 100%; } }
    .footer-subscribe-form .xb-input-field input,
    .footer-subscribe-form .xb-input-field textarea {
      height: 80px;
      outline: none;
      font-size: 20px;
      padding: 10px 30px;
      transition: all 0.3s ease;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      background: #8D3939;
      color: var(--color-white);
      max-width: 322px; }
      .footer-subscribe-form .xb-input-field input::placeholder,
      .footer-subscribe-form .xb-input-field textarea::placeholder {
        color: rgba(255, 255, 255, 0.5); }
      @media (max-width: 767px) {
        .footer-subscribe-form .xb-input-field input,
        .footer-subscribe-form .xb-input-field textarea {
          max-width: 100%; } }
    .footer-subscribe-form .xb-input-field label {
      position: absolute;
      left: 30px;
      top: 50%;
      font-size: 20px;
      white-space: nowrap;
      pointer-events: none;
      display: inline-block;
      transition: all 0.3s ease;
      transform: translateY(-50%);
      text-transform: capitalize;
      color: rgba(255, 255, 255, 0.5); }
    .footer-subscribe-form .xb-input-field input:focus + label,
    .footer-subscribe-form .xb-input-field input:valid + label,
    .footer-subscribe-form .xb-input-field textarea:focus + label,
    .footer-subscribe-form .xb-input-field textarea:valid + label {
      transform: translate(15px, -50%);
      opacity: 0; }
  .footer-subscribe-form .thm-btn {
    height: 80px;
    min-width: 190px; }
    .footer-subscribe-form .thm-btn:hover {
      background-color: var(--color-dark); }

.footer-title {
  font-weight: 500;
  font-size: 120px;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.03;
  margin-right: -60px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-title {
      font-size: 75px;
      margin-right: -30px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-title {
      font-size: 60px; } }
  @media (max-width: 1199px) {
    .footer-title {
      font-size: 50px;
      line-height: 1.1;
      margin-right: 0; } }
  .footer-title span {
    color: #E6A9A9; }

.footer-widget {
  height: 100%;
  z-index: 1;
  margin-left: -40px;
  position: relative; }
  @media (max-width: 991px) {
    .footer-widget {
      margin-left: 0; } }

.footer-links {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%; }
  .footer-links li:not(:last-child) a {
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.16); }
  .footer-links li a {
    background-color: #8D3939;
    display: block;
    padding: 46px 53px;
    color: rgba(255, 255, 255, 0.67);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .footer-links li a {
        padding: 42px 35px; } }
    @media (max-width: 1199px) {
      .footer-links li a {
        padding: 46px 25px; } }
    @media (max-width: 991px) {
      .footer-links li a {
        padding: 30px 40px; } }
    .footer-links li a span svg {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .footer-links li a span svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .footer-links li a:hover {
      color: var(--color-white); }
      .footer-links li a:hover span svg {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg); }
        .footer-links li a:hover span svg path {
          fill: white;
          fill-opacity: 1; }

.footer-shape {
  position: absolute;
  top: 53px;
  right: 72px;
  z-index: -1; }

.footer-bottom {
  gap: 20px 50px;
  padding: 12px 70px; }
  @media (max-width: 991px) {
    .footer-bottom {
      justify-content: center; } }

.footer-copyright {
  font-size: 16px; }
  @media (max-width: 767px) {
    .footer-copyright {
      text-align: center; } }

.social-links {
  gap: 11px; }
  .social-links li a {
    color: #304049;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #DDEBF2;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social-links li a:hover {
      color: var(--color-white);
      border-color: var(--color-primary);
      background-color: var(--color-primary); }
      .social-links li a:hover svg path {
        fill: var(--color-white); }
    .social-links li a svg {
      width: 20px; }
      .social-links li a svg path {
        fill: #304049;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

@media (max-width: 767px) {
  .footer-nav-links {
    justify-content: center; } }
.footer-nav-links li {
  position: relative; }
  .footer-nav-links li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px; }
    .footer-nav-links li:not(:last-child)::before {
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 21px;
      background-color: #304049;
      content: "";
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .footer-nav-links li a {
    color: #304049;
    font-size: 18px;
    position: relative; }
    .footer-nav-links li a::before {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 1px;
      background-color: currentColor;
      content: "";
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .footer-nav-links li a:hover::before {
      width: 100%;
      right: auto;
      left: 0; }
    .footer-nav-links li a:hover {
      color: var(--color-primary); }

.mh-footer-content {
  padding-left: 117px;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 1199px) {
    .mh-footer-content {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .mh-footer-content {
      padding: 40px 15px; } }

.mh-newsletter {
  padding-right: 70px; }

.mh-newsletter-title {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin-bottom: 28px; }

.mh-newsletter-from {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px; }
  @media (max-width: 767px) {
    .mh-newsletter-from {
      flex-wrap: wrap; } }
  .mh-newsletter-from .xb-input-field {
    position: relative;
    display: block;
    width: 100%; }
    .mh-newsletter-from .xb-input-field input {
      height: 60px;
      outline: none;
      font-size: 16px;
      font-weight: 400;
      padding: 10px 20px;
      transition: all 0.3s ease;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      background: #fff;
      color: var(--color-dark); }
      .mh-newsletter-from .xb-input-field input::placeholder {
        color: rgba(255, 255, 255, 0.5); }
    .mh-newsletter-from .xb-input-field label {
      position: absolute;
      left: 20px;
      top: 50%;
      white-space: nowrap;
      pointer-events: none;
      display: inline-block;
      transition: all 0.3s ease;
      transform: translateY(-50%);
      text-transform: capitalize;
      font-weight: 400;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.3); }
    .mh-newsletter-from .xb-input-field input:focus + label,
    .mh-newsletter-from .xb-input-field input:valid + label,
    .mh-newsletter-from .xb-input-field textarea:focus + label,
    .mh-newsletter-from .xb-input-field textarea:valid + label {
      transform: translate(15px, -50%);
      opacity: 0; }
  .mh-newsletter-from button {
    min-width: 166px;
    color: var(--color-primary); }
    .mh-newsletter-from button span:before {
      background-image: url(../img/icon/arrow_right3.svg); }

.footer-nav {
  padding-left: 54px; }
  @media (max-width: 1199px) {
    .footer-nav {
      padding-left: 0; } }
  @media (max-width: 991px) {
    .footer-nav {
      padding-left: 30px;
      margin-bottom: 30px; } }
  .footer-nav li:not(:last-child) {
    margin-bottom: 16px; }
  .footer-nav li a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    position: relative; }
    .footer-nav li a::before {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 1px;
      background-color: currentColor;
      content: "";
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .footer-nav li a:hover::before {
      width: 100%;
      right: auto;
      left: 0; }

.mh-footer-bottom .social-links {
  margin-right: 172px; }
  .mh-footer-bottom .social-links li a {
    background-color: var(--color-white);
    border-color: var(--color-white);
    width: 50px;
    height: 50px;
    font-size: 29px; }
    .mh-footer-bottom .social-links li a:hover {
      background-color: var(--color-primary);
      border-color: var(--color-primary); }

.mh-footer-address {
  gap: 9px; }
  .mh-footer-address .xb-item--icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white); }
  .mh-footer-address .xb-item--title {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-family: var(--font-body);
    line-height: 1.3; }

.footer-service-list {
  margin-right: 60px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.16);
  border-left: 1.5px solid rgba(255, 255, 255, 0.16); }
  @media (max-width: 1199px) {
    .footer-service-list {
      margin-right: 30px; } }
  @media (max-width: 991px) {
    .footer-service-list {
      margin-left: 30px; } }
  .footer-service-list li a {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
    min-height: 72px;
    padding: 20px 50px;
    display: block;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.16);
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.3; }
    .footer-service-list li a:last-child {
      border-bottom: none; }
    .footer-service-list li a:first-child {
      border-top: 1.5px solid rgba(255, 255, 255, 0.16); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .footer-service-list li a {
        height: 100px; } }
    @media (max-width: 1199px) {
      .footer-service-list li a {
        font-size: 16px;
        min-height: 97px;
        padding: 29px 27px; } }
    @media (max-width: 767px) {
      .footer-service-list li a {
        min-height: 70px; } }
    .footer-service-list li a span svg {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .footer-service-list li a span svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .footer-service-list li a:hover {
      color: var(--color-white); }
      .footer-service-list li a:hover::before {
        opacity: 1; }
      .footer-service-list li a:hover span svg {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg); }
        .footer-service-list li a:hover span svg path {
          fill-opacity: 1; }
    .footer-service-list li a:last-child::before {
      border: none; }
    .footer-service-list li a::before {
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: calc(100% + 3px);
      background-color: var(--color-primary);
      content: "";
      z-index: -1;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.mh-footer-inner {
  border-top: 1.5px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.16); }

.mh-footer-marquee {
  font-weight: 500;
  font-size: 120px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: var(--font-heading);
  display: flex;
  line-height: 1.2;
  display: inline-block; }
  @media (max-width: 767px) {
    .mh-footer-marquee {
      font-size: 50px; }
      .mh-footer-marquee img {
        width: 60px; } }

.footer-style-two .footer-bottom {
  padding: 15px 117px;
  background-color: #000;
  color: #fff; }
  @media (max-width: 767px) {
    .footer-style-two .footer-bottom {
      padding: 25px 15px; } }
.footer-style-two .footer-nav-links li::before {
  background-color: var(--color-white); }
.footer-style-two .footer-nav-links li a {
  color: #fff; }
  .footer-style-two .footer-nav-links li a:hover {
    color: var(--color-primary); }

.counceling-footer-content .xb-item--title {
  font-weight: 500;
  font-size: 150px;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .counceling-footer-content .xb-item--title {
      font-size: 80px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .counceling-footer-content .xb-item--title {
      font-size: 40px; } }
.counceling-footer-content .xb-item--image {
  width: 147px;
  height: 147px;
  margin: 0 auto;
  margin-bottom: 40px; }
  .counceling-footer-content .xb-item--image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
.counceling-footer-content .xb-item--cricle-text {
  position: absolute;
  top: -16px;
  left: -22px;
  width: 190px; }
  .counceling-footer-content .xb-item--cricle-text img {
    animation: spin 70s linear infinite; }
.counceling-footer-content .xb-item--desc {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px;
  line-height: 1.2; }
.counceling-footer-content .xb-item--btn .anim-btn {
  font-weight: 500;
  font-size: 30px;
  padding: 30px 167px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px; }
  @media (max-width: 991px) {
    .counceling-footer-content .xb-item--btn .anim-btn {
      padding: 30px 100px; } }
  @media (max-width: 767px) {
    .counceling-footer-content .xb-item--btn .anim-btn {
      padding: 15px 40px;
      font-size: 18px; } }

.counceling-footer-nav {
  gap: 20px 50px; }
  @media (max-width: 1199px) {
    .counceling-footer-nav {
      gap: 20px 30px; } }
  @media (max-width: 991px) {
    .counceling-footer-nav {
      justify-content: center; } }
  .counceling-footer-nav li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    position: relative; }
    .counceling-footer-nav li a::before {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 1px;
      background-color: currentColor;
      content: "";
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .counceling-footer-nav li a:hover::before {
      width: 100%;
      right: auto;
      left: 0; }

.counceling-footer-social {
  gap: 20px 45px; }
  @media (max-width: 991px) {
    .counceling-footer-social {
      justify-content: center; } }
  .counceling-footer-social li a {
    font-size: 30px;
    color: var(--color-white);
    display: inline-block; }
    .counceling-footer-social li a:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }

.counceling-footer-bottom {
  margin-top: 52px;
  padding: 19px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  gap: 10px; }
  @media (max-width: 767px) {
    .counceling-footer-bottom {
      justify-content: center; } }
  .counceling-footer-bottom .footer-nav-links li::before {
    background-color: var(--color-white); }
  .counceling-footer-bottom .footer-nav-links li a {
    color: var(--color-white); }

.counceling-footer-logo {
  max-width: 143px;
  margin: 0 auto; }

.counceling-footer-shape {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  text-align: center; }

