/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variables
# Utility
# Common
# Hero Section
# Feature Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
:root {
  --procounsel-font: "Plus Jakarta Sans", sans-serif;
  --procounsel-heading-font: "Marcellus", serif;
  --procounsel-special-font: "Whisper", cursive;
  --procounsel-text: #838790;
  --procounsel-text-rgb: 131, 135, 144;
  --procounsel-text-dark: #7782A0;
  --procounsel-text-dark-rgb: 119, 130, 160;
  --procounsel-text-gray: #89868d;
  --procounsel-text-gray-rgb: 137, 134, 141;
  --procounsel-base: #c7954a;
  --procounsel-base-rgb: 199, 149, 74;
  --procounsel-primary: #19223a;
  --procounsel-primary-rgb: 25, 34, 58;
  --procounsel-gray: #f1fcf9;
  --procounsel-gray-rgb: 241, 252, 249;
  --procounsel-gray2: #ededed;
  --procounsel-gray2-rgb: 237, 237, 237;
  --procounsel-white: #fff;
  --procounsel-white-rgb: 255, 255, 255;
  --procounsel-black: #0e0b06;
  --procounsel-black-rgb: 14, 11, 6;
  --procounsel-black2: #405f58;
  --procounsel-black2-rgb: 64, 95, 88;
  --procounsel-black3: #000;
  --procounsel-black3-rgb: 0, 0, 0;
  --procounsel-border-color: #d9d9d9;
  --procounsel-border-color-rgb: 217, 217, 217;
  --procounsel-letter-space: 0.1em;
  --procounsel-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--procounsel-font, "Plus Jakarta Sans", sans-serif);
  color: var(--procounsel-text, #838790);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--procounsel-base, #c7954a);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--procounsel-heading-font, "Marcellus", serif);
  color: var(--procounsel-black, #0e0b06);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--procounsel-base, #c7954a);
}

.background-gray {
  background-color: var(--procounsel-gray, #f1fcf9);
}

.background-black {
  background-color: var(--procounsel-black, #0e0b06);
}

.background-black-2 {
  background-color: var(--procounsel-black2, #405f58);
}

.procounsel-text-dark {
  color: var(--procounsel-text-dark, #7782A0);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.procounsel-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--procounsel-base, #c7954a);
  color: var(--procounsel-white, #fff);
  font-size: 16px;
  font-weight: 600;
  transition: 500ms;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.procounsel-btn > i {
  padding: 13px 40px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.procounsel-btn:hover > i {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}
.procounsel-btn > span {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 700ms ease, top 700ms ease;
  background-color: var(--procounsel-primary, #19223a);
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
}
.procounsel-btn:hover > span {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--procounsel-base, #c7954a);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--procounsel-text, #838790);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--procounsel-text, #838790);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--procounsel-black, #0e0b06);
  font-family: var(--procounsel-special-font, "Whisper", cursive);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--procounsel-black, #0e0b06);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--procounsel-base, #c7954a);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--procounsel-black, #0e0b06);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--procounsel-base, #c7954a);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--procounsel-black, #0e0b06);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.post-pagination.text-center {
  justify-content: center;
}
.post-pagination.text-end {
  justify-content: flex-end;
}
.post-pagination--mt0 {
  margin-top: 0px;
}
.post-pagination a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--procounsel-white, #fff);
  border: 1px solid var(--procounsel-border-color, #d9d9d9);
  align-items: center;
  justify-content: center;
  color: var(--procounsel-primary, #19223a);
  font-family: var(--procounsel-heading-font, "Marcellus", serif);
  font-size: 20px;
  font-weight: 400;
  border-radius: 50%;
  transition: all 400ms ease;
}
.post-pagination a.active, .post-pagination a:hover {
  background-color: var(--procounsel-base, #c7954a);
  color: var(--procounsel-white, #fff);
  border-color: var(--procounsel-base, #c7954a);
}
.post-pagination .dots {
  color: var(--procounsel-black, #0e0b06);
  font-size: 16px;
  font-weight: 500;
  margin: 0 13px;
}

.blog-list .post-pagination,
.blog-grid-left .post-pagination,
.blog-grid-right .post-pagination {
  justify-content: flex-start;
}

.procounsel-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.procounsel-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.procounsel-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.procounsel-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--procounsel-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: var(--procounsel-white, #fff);
  transition: all 500ms ease;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--procounsel-white, #fff);
  background-color: var(--procounsel-base, #c7954a);
  border-color: var(--procounsel-base, #c7954a);
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 50px;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--procounsel-gray2, #ededed);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  transition: all 300ms ease;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--procounsel-base, #c7954a);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--procounsel-base, #c7954a);
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  transform: scale(1);
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.procounsel-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.sec-title {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 48px;
    margin-top: -2px;
  }
}
.sec-title__tagline {
  margin: 0;
  color: var(--procounsel-text, #838790);
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.sec-title.text-left .sec-title__tagline__border:last-of-type {
  display: none;
}
.sec-title__title {
  margin: 0;
  font-family: var(--procounsel-heading-font, "Marcellus", serif);
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
}
@media (max-width: 991px) {
  .sec-title__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 36px;
    line-height: 40px;
  }
}
.sec-title__title span {
  color: var(--procounsel-base, #c7954a);
}
.sec-title__title--white {
  color: var(--procounsel-white, #fff);
}
@media (max-width: 767px) {
  .sec-title__title br {
    display: none;
  }
}

.hammer {
  width: 22px;
  height: 22px;
  fill: var(--procounsel-base, #c7954a);
}

.hammer path:nth-child(1),
.hammer path:nth-child(2) {
  animation: hammerBounce 3s ease-in-out infinite;
}

.hammer path:nth-child(3),
.hammer path:nth-child(4),
.hammer path:nth-child(5),
.hammer path:nth-child(6) {
  transform-origin: center;
  animation: hammerStrike 3s ease-in-out infinite;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--procounsel-black, #0e0b06);
  color: var(--procounsel-white, #fff);
  font-family: var(--procounsel-font, "Plus Jakarta Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--procounsel-font, "Plus Jakarta Sans", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--procounsel-gray, #f1fcf9);
  background-image: none;
  font-family: var(--procounsel-font, "Plus Jakarta Sans", sans-serif);
  color: var(--procounsel-text, #838790);
}
.ui-datepicker-calendar td a {
  border-color: var(--procounsel-border-color, #d9d9d9);
  background-color: var(--procounsel-gray, #f1fcf9);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--procounsel-border-color, #d9d9d9);
  background-color: var(--procounsel-gray, #f1fcf9);
  background-image: none;
  color: var(--procounsel-text, #838790);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--procounsel-white, #fff);
  background-color: var(--procounsel-base, #c7954a);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--procounsel-white, #fff);
  background-color: var(--procounsel-base, #c7954a);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--procounsel-white, #fff);
  color: var(--procounsel-black, #0e0b06);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--procounsel-base, #c7954a);
  color: var(--procounsel-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/* progress bar */
.progress-box + .progress-box {
  margin-top: 28px;
}

.progress-box__title {
  margin-bottom: 7px;
  font-family: var(--procounsel-heading-font, "Marcellus", serif);
  font-weight: 400;
  font-size: 14px;
  color: var(--procounsel-primary, #19223a);
}

.progress-box__bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: var(--procounsel-gray2, #ededed);
}

.progress-box__bar__inner {
  position: relative;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--procounsel-base, #c7954a);
  border-radius: inherit;
  transition: all 800ms linear;
}

.progress-box__number {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  font-family: var(--procounsel-heading-font, "Marcellus", serif);
  font-weight: 400;
  font-size: 14px;
  color: var(--procounsel-primary, #19223a);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 84px 70px;
}
@media (max-width: 1199px) {
  .main-header {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.main-header .procounsel-btn {
  text-transform: uppercase;
}
.main-header .procounsel-btn > i {
  border: none;
  background-color: var(--procounsel-base, #c7954a);
  padding: 10px 30px;
}

.hero-section {
  background-color: var(--procounsel-primary, #19223a);
  position: relative;
  padding-top: 75px;
  padding-bottom: 0px;
  min-height: 828px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hero-section {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.hero-section .procounsel-btn > span {
  background-color: var(--procounsel-white, #fff);
  color: var(--procounsel-primary, #19223a);
}
.hero-section__bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section .container {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .hero-section .container {
    margin-top: 0px;
  }
}
.hero-section__images {
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__images {
    display: block;
  }
}
.hero-section__images img {
  position: absolute;
  z-index: 1;
}
.hero-section__images img:nth-child(1) {
  top: 85px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1550px) {
  .hero-section__images img:nth-child(1) {
    right: -130px;
  }
}
@media (max-width: 1399px) {
  .hero-section__images img:nth-child(1) {
    right: -180px;
  }
}
.hero-section__images img:nth-child(2) {
  top: 160px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1550px) {
  .hero-section__images img:nth-child(2) {
    right: -130px;
  }
}
@media (max-width: 1399px) {
  .hero-section__images img:nth-child(2) {
    right: -180px;
  }
}
.hero-section__images img:nth-child(3) {
  bottom: 216px;
  right: 0;
  z-index: 3;
}
@media (max-width: 1550px) {
  .hero-section__images img:nth-child(3) {
    right: -130px;
  }
}
@media (max-width: 1399px) {
  .hero-section__images img:nth-child(3) {
    right: -180px;
  }
}
.hero-section__images img:nth-child(4) {
  bottom: 0;
  right: 0;
  z-index: 4;
}
@media (max-width: 1550px) {
  .hero-section__images img:nth-child(4) {
    right: -130px;
  }
}
@media (max-width: 1399px) {
  .hero-section__images img:nth-child(4) {
    right: -180px;
  }
}
.hero-section__arrow {
  width: 180px;
  height: 84px;
  background-image: url(../images/procounsel-landing/demo-hero-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 180px;
  left: 35.5%;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: none;
}
@media (min-width: 1500px) {
  .hero-section__arrow {
    display: block;
  }
}
.hero-section__badge {
  width: 133px;
  height: 133px;
  background-image: url(../images/procounsel-landing/hero-badge-1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  left: 47.3%;
  animation: sunMove 10s linear infinite;
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__badge {
    display: block;
  }
}
.hero-section__arrow-one {
  width: 44px;
  height: 43px;
  background-repeat: no-repeat;
  position: absolute;
  top: 430px;
  left: 10%;
  animation: float-bob-y-2 4s infinite alternate;
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__arrow-one {
    display: block;
  }
}
.hero-section__arrow-two {
  width: 72px;
  height: 95px;
  background-repeat: no-repeat;
  position: absolute;
  top: 300px;
  right: 12%;
  animation: float-bob-y-2 4s infinite alternate;
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__arrow-two {
    display: block;
  }
}
.hero-section__content {
  position: relative;
}
.hero-section__shape {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2px;
  margin: 0 0 29px;
}
.hero-section__shape::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: var(--procounsel-white, #fff);
  animation: squareSshapeYellow 1.5s infinite alternate;
}
.hero-section__shape::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--procounsel-base, #c7954a);
  margin-top: -20px;
  animation: squareSshapeGreen 1.5s infinite alternate;
}
@keyframes squareSshapeYellow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes squareSshapeGreen {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.hero-section__title {
  margin: 0;
  font-size: 35px;
  line-height: 45px;
  color: var(--procounsel-white, #fff);
  font-weight: 700;
  margin-bottom: 15px;
  font-family: var(--procounsel-heading-font, "Marcellus", serif);
}
@media (min-width: 1200px) {
  .hero-section__title {
    font-size: 60px;
    line-height: 77px;
  }
}
.hero-section__text {
  color: var(--procounsel-text-dark, #7782A0);
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 50px;
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.hero-banner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background-color: transparent;
  margin: 0 -26px;
  margin-top: -469px;
}
@media (max-width: 1199px) {
  .hero-banner {
    display: none;
  }
}
.hero-banner__one {
  position: relative;
  top: 150px;
}
@media (max-width: 1600px) {
  .hero-banner__one {
    display: none;
  }
}
.hero-banner__one img {
  border-radius: 20px;
  filter: drop-shadow(0 0 17.5px rgba(131, 134, 137, 0.35));
}
.hero-banner__two {
  position: relative;
  top: 105px;
  left: 30px;
  z-index: 2;
}
.hero-banner__two img {
  border-radius: 20px;
  filter: drop-shadow(0 0 17.5px rgba(131, 134, 137, 0.35));
}
.hero-banner__four {
  position: relative;
  top: 105px;
  left: -30px;
}
.hero-banner__four img {
  border-radius: 20px;
  filter: drop-shadow(0 0 17.5px rgba(131, 134, 137, 0.35));
}
.hero-banner__five {
  position: relative;
  top: 150px;
}
@media (max-width: 1600px) {
  .hero-banner__five {
    display: none;
  }
}
.hero-banner__five img {
  border-radius: 20px;
  filter: drop-shadow(0 0 17.5px rgba(131, 134, 137, 0.35));
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.features-two {
  background-color: #ededed;
  padding: 75px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .features-two {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .features-two__box {
    margin-bottom: 30px;
  }
}
.features-two__title {
  font-size: 20px;
  line-height: 30px;
  color: var(--procounsel-primary, #19223a);
  margin: 22px 0 0;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Demo Section
--------------------------------------------------------------*/
.demos-one {
  position: relative;
  padding: 105px 0 90px;
}
@media (max-width: 767px) {
  .demos-one {
    padding: 80px 0 50px;
  }
}
.demos-one__title {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .demos-one__title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 42px;
  }
}
.demos-one__single {
  margin: 0 0 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-align: center;
  background-color: var(--procounsel-white, #fff);
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.1019607843);
}
.demos-one__single:hover {
  transform: translateY(-10px);
}
.demos-one__single:hover .demos-one__buttons {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demos-one__single:hover .demos-one__image img {
  filter: blur(2px);
}
.demos-one__image {
  position: relative;
  border-radius: 4px;
}
.demos-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demos-one__buttons {
  background-color: rgba(var(--procounsel-black-rgb, 14, 11, 6), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demos-one__buttons .procounsel-btn {
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
.demos-one__buttons .procounsel-btn > i {
  border: none;
  background-color: var(--procounsel-base, #c7954a);
  padding: 5px 15px;
  width: 140px;
}
.demos-one__text {
  text-align: center;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.1019607843);
}
.demos-one__text__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--procounsel-primary, #19223a);
}

/*--------------------------------------------------------------
#  Feature Section 02
--------------------------------------------------------------*/
.features-one {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 0 90px;
  background-color: var(--procounsel-gray2, #ededed);
}
@media (max-width: 767px) {
  .features-one {
    padding: 75px 0 50px;
  }
}
.features-one__title {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .features-one__title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 42px;
  }
}
.features-one__grid {
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1199px) {
  .features-one__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .features-one__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .features-one__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 329px) {
  .features-one__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features-one__box {
  text-align: center;
  position: relative;
  margin: 0 0 46px;
}
@media (max-width: 767px) {
  .features-one__box {
    margin-left: auto;
    margin-right: auto;
  }
}
.features-one__box__image {
  width: 131px;
  height: 135px;
  background-color: var(--procounsel-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-one__box__image img {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(1);
}
.features-one__box__title {
  max-width: 131px;
  margin: 27px 0 0;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: var(--procounsel-primary, #19223a);
}
.features-one__box:hover .features-one__box__image img {
  transform: scale(0.9);
}

/*--------------------------------------------------------------
#  Footer Section
--------------------------------------------------------------*/
.main-footer {
  background-color: var(--procounsel-primary, #19223a);
  position: relative;
  padding-top: 120px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-size: cover;
  background-position: center center;
}
.main-footer__shape-one {
  left: 12%;
  top: 185px;
  background-repeat: no-repeat;
  position: absolute;
  width: 58px;
  height: 58px;
  z-index: 1;
  animation: startIconOne 1.8s infinite alternate;
  display: none;
}
@media (min-width: 1200px) {
  .main-footer__shape-one {
    display: block;
  }
}
.main-footer__shape-two {
  right: 23%;
  top: 62px;
  background-repeat: no-repeat;
  position: absolute;
  width: 41px;
  height: 114px;
  z-index: 1;
  animation: footerEffec1_Rotate 12s linear infinite alternate;
  display: none;
}
@media (max-width: 1500px) {
  .main-footer__shape-two {
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .main-footer__shape-two {
    display: block;
  }
}
.main-footer__shape-three {
  right: 12%;
  bottom: 100px;
  background-repeat: no-repeat;
  position: absolute;
  width: 78px;
  height: 78px;
  z-index: 1;
  animation: startIconTwo 1.8s infinite alternate;
  display: none;
}
@media (min-width: 1200px) {
  .main-footer__shape-three {
    display: block;
  }
}
@keyframes footerEffec1_Rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.main-footer .container {
  position: relative;
  z-index: 2;
}
.main-footer__title {
  margin: 0 0 22px;
  font-weight: 400;
  font-size: 50px;
  line-height: 36px;
  text-align: center;
  color: var(--procounsel-white, #fff);
}
@media (max-width: 992px) {
  .main-footer__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.main-footer__text {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 20px;
  color: var(--procounsel-white, #fff);
}
@media (min-width: 992px) {
  .main-footer__text {
    margin: 0 0 48px;
    font-family: var(--procounsel-heading-font, "Marcellus", serif);
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
}
.main-footer .main-footer__btn {
  padding-bottom: 104px;
  border-bottom: 1px solid #394871;
}
.main-footer__copyright {
  padding: 35px 0;
}
.main-footer__copyright p {
  margin-bottom: 0;
}
.main-footer .procounsel-btn {
  text-transform: capitalize;
}
.main-footer .procounsel-btn > i {
  border: none;
  background-color: var(--procounsel-base, #c7954a);
  padding: 12.5px 31px;
}
.main-footer .procounsel-btn > span {
  background-color: var(--procounsel-white, #fff);
  color: var(--procounsel-primary, #19223a);
}
/*# sourceMappingURL=procounsel-landing.css.map */
