@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600&family=Open+Sans&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  background: #f7fbfe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4a4a4a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #5a5eff;
}

h1 {
  font-size: 48px;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  margin-top: -7px;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  margin-top: -6px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  margin-top: -5px;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
}

h6 {
  font-size: 18px;
  margin-top: -3px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 76px;
    line-height: 86px;
    margin-top: -16px;
  }

  h2 {
    font-size: 54px;
    line-height: 64px;
    margin-top: -7px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -4px;
  }

  h4 {
    font-size: 30px;
    margin-top: -5px;
  }

  h5 {
    font-size: 24px;
    margin-top: -4px;
  }

  h6 {
    font-size: 22px;
    margin-top: -3px;
  }
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 5px 0;
}

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

.bg_fixed {
  background-attachment: fixed;
}

.top__center {
  background-position: top center;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.33333em;
  height: 7.33333em;
  margin-left: -3.66667em;
  margin-top: -3.66667em;
}

.loader-block {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
  width: 2em;
  height: 2em;
  background: #fdfdfd;
  -webkit-animation: show 0.88s step-end infinite alternate,
    pulse 0.88s linear infinite alternate;
  animation: show 0.88s step-end infinite alternate,
    pulse 0.88s linear infinite alternate;
}

.loader-block:nth-child(1) {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation-delay: 0.065s;
  animation-delay: 0.065s;
}

.loader-block:nth-child(2) {
  -moz-transform: translate(2.66667em, 0);
  -ms-transform: translate(2.66667em, 0);
  -webkit-transform: translate(2.66667em, 0);
  transform: translate(2.66667em, 0);
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}

.loader-block:nth-child(3) {
  -moz-transform: translate(5.33333em, 0);
  -ms-transform: translate(5.33333em, 0);
  -webkit-transform: translate(5.33333em, 0);
  transform: translate(5.33333em, 0);
  -webkit-animation-delay: 0.195s;
  animation-delay: 0.195s;
}

.loader-block:nth-child(4) {
  -moz-transform: translate(0, 2.66667em);
  -ms-transform: translate(0, 2.66667em);
  -webkit-transform: translate(0, 2.66667em);
  transform: translate(0, 2.66667em);
  -webkit-animation-delay: 0.325s;
  animation-delay: 0.325s;
}

.loader-block:nth-child(5) {
  -moz-transform: translate(2.66667em, 2.66667em);
  -ms-transform: translate(2.66667em, 2.66667em);
  -webkit-transform: translate(2.66667em, 2.66667em);
  transform: translate(2.66667em, 2.66667em);
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}

.loader-block:nth-child(6) {
  -moz-transform: translate(5.33333em, 2.66667em);
  -ms-transform: translate(5.33333em, 2.66667em);
  -webkit-transform: translate(5.33333em, 2.66667em);
  transform: translate(5.33333em, 2.66667em);
  -webkit-animation-delay: 0.455s;
  animation-delay: 0.455s;
}

.loader-block:nth-child(7) {
  -moz-transform: translate(0, 5.33333em);
  -ms-transform: translate(0, 5.33333em);
  -webkit-transform: translate(0, 5.33333em);
  transform: translate(0, 5.33333em);
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

.loader-block:nth-child(8) {
  -moz-transform: translate(2.66667em, 5.33333em);
  -ms-transform: translate(2.66667em, 5.33333em);
  -webkit-transform: translate(2.66667em, 5.33333em);
  transform: translate(2.66667em, 5.33333em);
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}

.loader-block:nth-child(9) {
  -moz-transform: translate(5.33333em, 5.33333em);
  -ms-transform: translate(5.33333em, 5.33333em);
  -webkit-transform: translate(5.33333em, 5.33333em);
  transform: translate(5.33333em, 5.33333em);
}

@-webkit-keyframes pulse {
  from,
  40% {
    background: #fdfdfd;
  }

  to {
    background: #dadada;
  }
}

@-webkit-keyframes show {
  from,
  40% {
    opacity: 0;
  }

  41%,
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  from,
  40% {
    background: #fdfdfd;
  }

  to {
    background: #dadada;
  }
}

@keyframes show {
  from,
  40% {
    opacity: 0;
  }

  41%,
  to {
    opacity: 1;
  }
}

.preloader {
  background: #4a4a4a;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.feature__item::before,
.about__thumb .thumb::before {
  position: absolute;
  content: "";
}

.reply-item,
.message__chatbox__header,
.widget__post,
.widget.widget__tags ul,
.post__tag,
.post__share,
.team__item,
.header-wrapper,
.footer-links li,
.footer-links,
.social-icons {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

/*Section Header*/
button,
input[type="submit"] {
  cursor: pointer;
}

*::selection {
  background-color: #5a5eff;
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(3, 30, 68, 0.7);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

[class*="line--limit"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line--limit-1 {
  -webkit-line-clamp: 1;
}

.line--limit-2 {
  -webkit-line-clamp: 2;
}

.line--limit-3 {
  -webkit-line-clamp: 3;
}

.line--limit-4 {
  -webkit-line-clamp: 4;
}

.line--limit-5 {
  -webkit-line-clamp: 5;
}

strong,
b {
  font-family: "Josefin Sans", sans-serif;
}

.bg--overlay {
  position: relative;
}

.bg--overlay::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(18, 78, 88, 0.9);
}

.bg--overlay .container {
  position: relative;
  z-index: 1;
}

.social-icons {
  justify-content: center;
  margin: -3px;
}

.social-icons li {
  padding: 3px;
}

.social-icons li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #5a5eff;
  color: #fff;
}

@media (max-width: 576px) {
  .social-icons li a i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}

.social-icons li a i[class*="facebook"] {
  background: #3b5998;
}

.social-icons li a i[class*="whatsapp"] {
  background: #25d366;
}

.social-icons li a i[class*="twitter"] {
  background: #55acee;
}

.social-icons li a i[class*="linkedin"] {
  background: #007bb5;
}

.social-icons li a i[class*="instagram"] {
  background: #e4405f;
}

.social-icons li a i[class*="google"] {
  background: #dd4b39;
}

.social-icons li a i[class*="youtube"] {
  background: #cd201f;
}

.social-icons li a i[class*="camera"] {
  background: #e4405f;
}

.social-icons li a i[class*="pinterest"] {
  background: #007bb5;
}

.social-icons li a i[class*="tumblr"] {
  background: #34465d;
}

.social-icons li a i[class*="behance"] {
  background: #1769ff;
}

.social-icons li a i[class*="skype"] {
  background: #2fb7df;
}

.social-icons li a i[class*="vimeo"] {
  background: #1ab7ea;
}

.section__header {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section__header {
    margin-bottom: 50px;
  }
}

.section__header p {
  margin-top: 0;
}

.section__header__center {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section__header.text--white .section__title {
  color: #fff;
}

.section__cate {
  color: #5a5eff;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}

.section__cate::before,
.section__cate::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #5a5eff;
  vertical-align: middle;
}

.section__cate::after {
  margin-left: 20px;
}

.section__cate::before {
  margin-right: 20px;
}

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

.section__cate.bg--white::before {
  background: #fff;
}

.section__title {
  margin-bottom: 12px;
}

.bg--body {
  background-color: #f7fbfe !important;
}

.bg--section {
  background-color: #ffffff !important;
}

.btn--base,
.badge--base,
.bg--base {
  background-color: #5a5eff !important;
}

.btn--base:active {
  background-color: #5a5eff !important;
  border-color: #5a5eff !important;
  color: #fff !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
  background-color: #7367f0 !important;
}

.btn--secondary .badge--secondary .bg--secondary {
  background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
  background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
  background-color: #ea5455 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
  background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
  background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
  background-color: #031e44 !important;
}

.btn--white,
.badge--white,
.bg--white {
  background-color: #fff !important;
}

[class*="btn--"] {
  color: #fff;
  font-weight: 500;
}

[class*="btn--"]:hover {
  color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
  color: #4a4a4a;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
  color: #4a4a4a;
}

.btn--black,
.badge--black,
.bg--black {
  background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
  background-color: #4a4a4a !important;
}

.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #f99f0b !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #031e44 !important;
}

.text--white {
  color: #fff !important;
}

.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
  color: #d2e2ff;
}

.text--black {
  color: #000 !important;
}

.text--body {
  color: #555555 !important;
}

.text--base {
  color: #5a5eff !important;
}

.text--title {
  color: #4a4a4a !important;
}

.text--star {
  color: #ff9613 !important;
}

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

.bg--none {
  background: none !important;
}

.bg--base-2 {
  background-color: #48cd89 !important;
}

.bg--base-3 {
  background-color: #3268b9 !important;
}

.bg--base-4 {
  background-color: #3e5474 !important;
}

.text--base-2 {
  color: #48cd89 !important;
}

.text--base-3 {
  color: #3268b9 !important;
}

.text--base-4 {
  color: #3e5474 !important;
}

/*Footer Section*/
.footer-logo {
  max-width: 250px;
  max-height: 300px;
  margin: 0 auto 20px;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  width: 100%;
}

.footer-links {
  justify-content: center;
}

.footer-links li {
  padding: 0px 5px;
  align-items: center;
}

.footer-links li a {
  padding: 5px 10px;
  color: #fff;
}

.footer-links li::after {
  content: "|";
  color: #5a5eff;
  font-size: 12px;
}

.footer-links li:last-child::after {
  display: none;
}

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

.footer-bottom {
  margin: 0 -5px;
}

.footer-bottom .copyright {
  padding: 5px;
  max-width: 600px;
  color: #fff;
}

@media (max-width: 575px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .social-icons,
  .footer-bottom .copyright {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom .copyright {
    font-size: 14px;
    margin-top: 6px;
  }
}

.footer__txt {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 0 45px;
  color: #d2e2ff;
}

.change-language {
  display: flex;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.change-language span {
  color: #5a5eff;
  margin-right: 2px;
}

.change-language a {
  color: #4a4a4a;
}

.change-language a:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #4a4a4a;
}

.change-language .language {
  height: 32px;
  padding-left: 5px;
  border: 1px solid rgba(18, 78, 88, 0.1);
  border-radius: 4px;
  margin-left: 15px;
  outline: none;
  background: transparent;
  color: #4a4a4a;
}

.change-language .language option {
  color: #4a4a4a;
  background: #ffffff;
}

.change-language .language:focus {
  box-shadow: none;
}

.menu-item-has-children {
  position: relative;
  z-index: 999 !important;
}

.menu-item-has-children > a {
  align-items: center;
}

.menu-item-has-children > a::after {
  content: "\f107";
  font-weight: 700;
  font-family: "Line Awesome Free";
  margin-left: 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: inline-block;
}

@media (max-width: 991px) {
  .menu-item-has-children > a::after {
    margin-left: auto;
  }
}

.menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .menu-item-has-children.open .submenu {
    display: block !important;
  }

  .menu-item-has-children .submenu {
    display: block !important;
  }
}

.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
}

.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #4a4a4a;
  left: 0;
}

.header-bar span:first-child {
  top: 0;
}

.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.header-bar span:last-child {
  bottom: 0;
}

.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
  }

  .header-bar span {
    height: 2px;
    width: 20px;
  }

  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }

  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }

  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.header-bottom {
  position: sticky;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 9999;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-bottom.active {
  background: #ffffff !important;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .logo {
  width: 200px;
}

.header-wrapper .logo a {
  display: block;
  height: 60px;
}

.header-wrapper .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 767px) {
  .header-wrapper .logo {
    width: 150px;
  }

  .header-wrapper .logo a {
    height: 60px;
  }
}

@media screen and (max-width: 450px) {
  .header-wrapper .logo {
    width: 140px;
  }

  .header-wrapper .logo a {
    height: 60px;
  }
}

.menu-area .menu li a {
  color: #fff;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 991px) {
  .menu-area .menu li {
    padding: 0;
  }

  .menu-area .menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 15px 5px;
    color: #fff;
    display: block;
    border-radius: 3px;
  }

  .menu-area .menu li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }

  .menu-area .menu li .submenu {
    display: none;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-area .menu li .submenu li {
    background: rgba(255, 255, 255, 0.051);
  }

  .menu-area .menu li .submenu li:last-child {
    border: none;
  }

  .menu-area .menu li .submenu li a {
    text-transform: capitalize;
    padding: 8px 15px 5px;
  }

  .menu-area .menu li .submenu li a .subtitle {
    color: #fff;
  }

  .menu-area .menu li .submenu li a .info {
    color: #d2e2ff !important;
  }

  .menu-area .menu li .submenu li:first-child {
    border-radius: 5px 5px 0 0;
  }

  .menu-area .menu li .submenu li:last-child {
    border-radius: 0 0 5px 5px;
  }

  .menu-area .menu li:hover,
  .menu-area .menu li.open {
    border-color: #5a5eff;
  }

  .menu-area .menu li:hover > a,
  .menu-area .menu li.open > a {
    background: #5a5eff;
    color: #fff;
  }

  .menu-area .menu li:hover > a::after,
  .menu-area .menu li.open > a::after {
    color: #fff;
  }

  .menu-area .menu > li:first-child > a {
    border-top: 1px solid rgba(90, 94, 255, 0.2);
  }

  .menu-area .menu .login-reg-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .menu-area .menu .login-reg-btn > a {
    border-radius: 5px;
    margin: 0 5px;
    background: #5a5eff;
  }

  .menu-area .menu .login-reg-btn > a:nth-of-type(even) {
    background: #fff;
    color: #4a4a4a;
  }

  .menu-area .menu .login-reg-btn .logout--btn {
    border-radius: 5px;
    margin: 10px 10px 0;
    background: #5a5eff;
    width: unset;
    display: inline-block;
  }

  .menu-area .menu .login-reg-btn .logout--btn:nth-of-type(even) {
    background: #fff;
    color: #4a4a4a;
  }
}

.menu-area .menu .submenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
}

.menu-area .menu .submenu li a .icon {
  font-size: 24px;
  color: #5a5eff;
  width: 30px;
}

.menu-area .menu .submenu li a .cont {
  padding-left: 10px;
  width: calc(100% - 30px);
}

.menu-area .menu .submenu li a .cont .subtitle {
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-area .menu .submenu li a .cont .info {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555555;
}

.menu-area .menu .submenu li:hover > a {
  background: #5a5eff;
  color: #fff;
}

.menu-area .menu .submenu li:hover > a::after {
  color: #fff;
}

.menu-area .menu .submenu li:hover > a .subtitle,
.menu-area .menu .submenu li:hover > a .info,
.menu-area .menu .submenu li:hover > a .icon {
  color: #fff;
}

@media (min-width: 992px) {
  .menu-area .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .menu-area .menu li {
    padding: 5px;
    position: relative;
  }

  .menu-area .menu li .badge {
    font-size: 10px;
    padding: 2px 5px;
    margin-right: -7px;
  }

  .menu-area .menu li a {
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    color: #4a4a4a;
  }

  .menu-area .menu li a.active {
    color: #5a5eff;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .menu-area .menu li a {
    padding: 10px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .menu-area .menu li a {
    padding: 5px 10px;
  }
}

@media (min-width: 992px) {
  .menu-area .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    padding: 15px;
    border: 1px solid #e3e4ff;
    background: #f7fbfe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .menu-area .menu li .submenu li {
    width: 100%;
    padding: 0;
    border-radius: 3px;
  }

  .menu-area .menu li .submenu li a {
    padding: 10px;
    color: #4a4a4a;
    text-transform: capitalize;
  }

  .menu-area .menu li .submenu li:last-child {
    border: none;
  }

  .menu-area .menu li .submenu li .submenu {
    top: -1px;
    left: 100%;
  }
}

@media (min-width: 992px) {
  .menu-area .menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}

.menu-area .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .menu-area {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right;
    z-index: 99;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow-y: scroll;
    background: #4a4a4a;
    padding: 70px 20px 20px;
  }

  .menu-area::-webkit-scrollbar {
    display: none;
  }

  .menu-area .menu-close {
    color: #ea5455;
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 25px;
    display: block;
    z-index: 1;
  }

  .menu-area .badge {
    margin-left: 5px;
  }

  .menu-area.active {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .menu-area .mega-menu-icon {
    padding: 5px !important;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 5px;
    margin-bottom: 40px;
  }
}

.header__top__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__top__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.header__top__wrapper ul:not(.social-icons) {
  font-size: 14px;
}

.header__top__wrapper ul:not(.social-icons) li {
  position: relative;
}

.header__top__wrapper ul:not(.social-icons) li:not(:last-child) {
  padding-right: 20px;
}

.header__top__wrapper ul:not(.social-icons) li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.header__top__wrapper .name {
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 767px) {
  .header__top__wrapper {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .header__top__wrapper .social-icons {
    padding-bottom: 5px;
  }

  .header__top__wrapper ul {
    justify-content: center;
  }
}

.header__top__wrapper .social-icons li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.header-top {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  z-index: 9999;
  position: relative;
  background: #f7fbfe;
}

body.modal-open .header-top,
body.modal-open .header-bottom {
  opacity: 0 !important;
}

.banner__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.banner__wrapper-thumb {
  width: 520px;
}

.banner__wrapper-thumb img {
  max-width: 630px;
}

.banner__wrapper-content {
  width: calc(100% - 540px);
  max-width: 640px;
}

.banner__wrapper-content-title {
  color: #fff;
  margin-bottom: 25px;
}

.banner__wrapper-content-txt {
  color: #d2e2ff;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .banner__wrapper-content-title {
    font-size: 46px;
    line-height: 1.3;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .banner__wrapper-thumb img {
    max-width: 520px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .banner__wrapper-content {
    width: calc(100% - 450px);
  }

  .banner__wrapper-thumb {
    width: 450px;
  }
}

@media (max-width: 991px) {
  .banner__wrapper-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .banner__wrapper-content .btn__grp {
    justify-content: center;
  }

  .banner__wrapper-thumb {
    width: 100%;
    max-width: 450px;
    margin: 45px auto 0;
  }

  .banner__wrapper-thumb img {
    width: 100%;
    max-width: 100%;
  }
}

.banner-shape {
  position: absolute;
}

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

.banner-shape.shape1 {
  bottom: 220px;
  left: 200px;
  animation: zig-zag 4s alternate-reverse infinite;
}

.banner-shape.shape2 {
  bottom: 120px;
  left: 50%;
  animation: rotateZigZag 8s alternate-reverse infinite;
}

.banner-shape.shape3 {
  top: 120px;
  left: calc(50% + 600px);
  animation: zig-zag 4s alternate-reverse infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.banner-shape.shape4 {
  top: 220px;
  left: calc(50% + 700px);
  animation: zig-zag 4s alternate-reverse infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}

.banner-shape.shape5 {
  top: 30%;
  left: 50%;
}

.banner-shape.shape6 {
  top: 12%;
  left: 11%;
  animation: zig-zag 4s alternate-reverse infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.banner-shape.shape7 {
  bottom: 120px;
  right: 20px;
  animation: leftInOut 4s alternate infinite;
}

.banner-shape.shape8 {
  top: 120px;
  left: 20px;
  animation: rightInOut 4s alternate infinite;
}

.banner-shape.shape9 {
  top: 50%;
  left: calc(50% + 410px);
  animation: wobble 2s linear infinite;
}

@media (max-width: 1399px) {
  .banner-shape.shape9 {
    left: calc(50% + 270px);
  }
}

.banner-shape.shape10 {
  bottom: 140px;
  left: calc(50% - 410px);
  animation: updown 4s alternate infinite;
}

@keyframes zig-zag {
  0% {
    -webkit-transform: translate(100px) rotate(720deg);
    -ms-transform: translate(100px) rotate(720deg);
    transform: translate(100px) rotate(720deg);
  }

  50% {
    -webkit-transform: translate(100px, 100px) rotate(360deg);
    -ms-transform: translate(100px, 100px) rotate(360deg);
    transform: translate(100px, 100px) rotate(360deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0);
    -ms-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
}

@keyframes rotateZigZag {
  0% {
    -webkit-transform: rotate(1440deg);
    -ms-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes leftInOut {
  0% {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }

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

@keyframes rightInOut {
  0% {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }

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

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

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

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

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

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

.banner-section {
  padding: 150px 0;
}

@media (max-width: 575px) {
  .banner-section {
    padding: 100px 0;
  }
}

.shapes-container {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  .shapes-container {
    padding: 100px 0;
  }
}

.shapes-container::after,
.shapes-container::before {
  width: 100%;
  min-width: 1920px;
  height: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  position: absolute;
  mask: url(./img/banner-bottom-shape.png) no-repeat;
  -webkit-mask: url(./img/banner-bottom-shape.png) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background: #f7fbfe;
}

.shapes-container::before {
  bottom: unset;
  top: 0;
  mask: url(./img/banner-top-shape.png) no-repeat;
  -webkit-mask: url(./img/banner-top-shape.png) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.shapes-container.shapes-bg-top::before {
  background: #ffffff;
}

.shapes-container.shapes-bg-bottom::after {
  background: #ffffff;
}

.shapes-container.bottom-shape-0 {
  padding-bottom: 120px;
}

@media (max-width: 575px) {
  .shapes-container.bottom-shape-0 {
    padding-bottom: 80px;
  }
}

.shapes-container.bottom-shape-0::after {
  display: none;
}

.shapes-container.top-shape-0 {
  padding-top: 120px;
}

@media (max-width: 575px) {
  .shapes-container.top-shape-0 {
    padding-top: 80px;
  }
}

.shapes-container.top-shape-0::before {
  display: none;
}

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

/*Account Section*/
.account-section {
  height: 100vh;
  overflow-y: auto;
  background-color: #4a4a4a;
}

.account__section-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  justify-content: space-between;
}

.account__section-wrapper .account__section-content {
  background: #1c565f;
  width: 100%;
  max-width: 500px;
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.account__section-wrapper .account__section-content.sign-up {
  max-width: 740px;
}

@media (max-width: 991px) {
  .account__section-wrapper .account__section-content.sign-up {
    max-width: 100%;
  }

  .account__section-wrapper .account__section-content.sign-up .logo {
    margin: 0 auto;
  }

  .account__section-wrapper
    .account__section-content.sign-up
    .section__header
    .section__title {
    justify-content: center;
  }
}

.account__section-wrapper
  .account__section-content
  .section__header
  .section__title {
  display: flex;
  align-items: flex-end;
}

.account__section-wrapper
  .account__section-content
  .section__header
  .section__title::after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 40px;
  background: #5a5eff;
  margin-top: 10px;
}

@media screen and (max-width: 390px) {
  .account__section-wrapper .account__section-content {
    padding: 50px 20px;
  }
}

.account__section-wrapper
  .account__section-content.account__section-content-reg {
  max-width: 600px;
}

.account__section-wrapper .account__section-content .logo {
  max-width: 170px;
  height: 50px;
}

.account__section-wrapper .account__section-content .logo a {
  display: block;
  height: 50px;
}

@media (max-width: 767px) {
  .account__section-wrapper .account__section-content .logo a {
    width: 150px;
    margin: 0 auto;
  }
}

.account__section-wrapper .account__section-content .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

@media (max-width: 575px) {
  .account__section-wrapper .account__section-content .logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.account__section-wrapper .account__section-thumb {
  flex-grow: 1;
}

.account__section-wrapper .account__section-thumb .logo {
  margin: 0 auto;
  padding: 30px;
  max-width: 300px;
}

.account__section-wrapper .account__section-thumb .logo a {
  display: block;
  height: 60px;
}

.account__section-wrapper .account__section-thumb .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.or {
  margin: 35px 0;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.or::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
}

.or span {
  padding: 10px;
  position: relative;
  z-index: 1;
  background: #1c565f;
}

.form--label-2 {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

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

.form--control-2 {
  background: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 45px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form--control-2:focus {
  box-shadow: none;
  background: transparent;
  color: #fff;
}

textarea.form--control-2 {
  height: 120px;
}

select.form--control-2 option {
  color: #031e44;
  background-color: transparent !important;
}

.type-change {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}

.form--check {
  margin: 0;
  align-items: center;
}

.form--check label {
  padding-top: 1px;
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: #5a5eff;
  border-color: #5a5eff;
}

.form--check .form-check-input:checked:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 94, 255, 0.25);
}

.form--check label {
  display: flex;
  justify-content: space-between;
}

.form--control-2:-webkit-autofill,
.form--control-2:-webkit-autofill:hover,
.form--control-2:-webkit-autofill:focus,
.form--control-2:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

.form--control:disabled,
.form--control:read-only,
.form-control:read-only,
.form-control:read-only {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
}

/*About Section*/
.about__thumb {
  position: relative;
  height: 100%;
  padding: 30px 30px 0;
}

.about__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.about__thumb .thumb {
  height: 100%;
  position: relative;
}

.about__thumb .thumb::before {
  inset: -30px -30px 30px 30px;
  background: rgba(90, 94, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

@media (min-width: 768px) {
  .about-content .section__header {
    margin-bottom: 30px;
  }
}

.about-content .btn__grp {
  margin-top: 30px;
}

.about__item {
  display: flex;
}

.about__item .icon {
  font-size: 40px;
  line-height: 1;
  color: #5a5eff;
}

.about__item .info {
  align-self: center;
  padding-left: 15px;
}

.about__item .info .subtitle {
  font-size: 16px;
}

/*Feature Section*/
.feature__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 20px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e4ff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  height: 100%;
}

.feature__item::before {
  inset: 10px;
  background: #5a5eff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.feature__item-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(90, 94, 255, 0.1);
  font-size: 40px;
  color: #5a5eff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.feature__item-cont {
  width: calc(100% - 70px);
  padding-left: 20px;
  font-size: 14px;
}

.feature__item-cont-title {
  margin-bottom: 10px;
}

.feature__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.feature__item:hover .feature__item-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  position: relative;
  z-index: 1;
}

.feature__item:hover .feature__item-cont {
  position: relative;
  color: #d2e2ff;
  z-index: 1;
}

.feature__item:hover .feature__item-cont-title {
  color: #fff;
}

.feature__item:hover::before {
  opacity: 1;
}

@media (max-width: 1199px) {
  .feature__item-icon {
    width: 60px;
  }

  .feature__item-cont {
    width: calc(100% - 60px);
  }
}

.bg--section .feature__item {
  background: #f7fbfe;
}

/*How Section*/
.how__item {
  text-align: center;
  position: relative;
}

.how__item-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(90, 94, 255, 0.2);
  font-size: 40px;
  margin: 0 auto 30px;
  animation: pulseCustom 2s linear infinite;
  border: 1px dashed rgba(90, 94, 255, 0.4);
}

.how__item-title {
  color: #fff;
  font-size: 18px;
}

.how__item::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50px;
  border-top: 2px dashed rgba(255, 255, 255, 0.1);
}

.how__item:nth-child(2) .how__item-icon {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}

.how__item:nth-child(3) .how__item-icon {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.how__item:nth-child(4) .how__item-icon {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

@keyframes pulseCustom {
  50% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 10px rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 255, 255, 0.6),
      0 0 20px white;
  }
}

.how--wrapper {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto -30px;
}

.how--wrapper .how__item {
  padding: 0 12px 30px;
  width: 25%;
}

.how--wrapper .how__item:nth-of-type(4n)::before {
  display: none;
}

@media (max-width: 767px) {
  .how--wrapper .how__item {
    width: 50%;
  }

  .how--wrapper .how__item:nth-of-type(2n)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .how--wrapper .how__item {
    width: 50%;
  }
}

.price-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 340px;
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
}

.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-item {
  font-family: "Open Sans", sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(90, 94, 255, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .price-wrapper .pricing-item {
    max-width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (max-width: 767px) {
  .price-wrapper .pricing-item {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

.price-wrapper {
  margin: -15px 0;
}

@media screen and (min-width: 1200px) {
  .pricing-item {
    margin: 30px -0.5em;
  }

  .price-wrapper {
    margin: -30px 0;
  }

  .pricing-item:nth-of-type(3n + 2) {
    margin: 15px 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(90, 94, 255, 0.23);
  }

  .pricing-item:nth-of-type(5n + 5):last-child {
    margin: 30px;
  }
}

.pricing-deco {
  border-radius: 10px 10px 0 0;
  background: #4a4a4a;
  padding: 40px 0 80px;
  position: relative;
}

.pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}

.deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-item .icon {
  font-size: 2.5em;
}

.pricing-price {
  font-size: 3.8em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
  font-family: "Josefin Sans", sans-serif;
}

.pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}

.pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}

.pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing-feature-list {
  margin: 0;
  padding: 0.25em 5px 20px;
  list-style: none;
  text-align: center;
}

.pricing-feature {
  padding: 6px 0;
}

.pricing-feature span {
  color: #5a5eff;
  cursor: pointer;
}

.pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #5a5eff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.wave {
  height: 42px;
  width: 100%;
  background: url(./img/plan.png) no-repeat center top/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pricing-action:hover,
.pricing-action:focus {
  background-color: #ffffff;
  color: #4a4a4a;
}

.pricing-deco {
  padding: 50px 0 70px 0;
}

.pricing-text {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  margin-bottom: 25px;
  margin-top: -15px;
}

.modal {
  z-index: 9999;
  background: radial-gradient(transparent 55%, #4a4a4a 100%);
}

.cmn--modal .modal-title {
  margin: 0;
}

.cmn--modal .btn {
  box-shadow: none !important;
}

.team__item {
  align-items: center;
  position: relative;
}

.team__item::after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e4ff;
}

.team__item .team__thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50% 40%;
  -moz-border-radius: 50% 40%;
  border-radius: 50% 40%;
  border: 4px solid #5a5eff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  z-index: 1;
}

.team__item .team__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.team__item .team__content {
  padding: 30px 30px 26px;
  width: calc(100% - 100px);
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.team__item .team__content .team__title {
  margin: 0;
  font-size: 18px;
}

.team__item .team__content .total__invest {
  display: block;
}

.team__item .team__content .social__icons {
  margin-top: 10px;
}

@media screen and (max-width: 420px) {
  .team__item .team__thumb {
    width: 80px;
    height: 80px;
  }

  .team__item .team__content {
    padding: 20px 20px 15px;
    width: calc(100% - 80px);
  }
}

.team__item:hover::after {
  background: #5a5eff;
}

.team__item:hover .team__thumb {
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(90, 94, 255, 0.2), 0 0 0 8px rgba(90, 94, 255, 0.2),
    0 0 0 12px rgba(90, 94, 255, 0.2), 0 0 0 16px rgba(90, 94, 255, 0.2),
    0 0 0 20px rgba(90, 94, 255, 0.2);
}

.team__item:hover .team__content {
  color: #d2e2ff;
}

.team__item:hover .team__content .team__title {
  color: #fff;
}

.team__item:hover .team__content .social__icons li a i {
  color: #fff !important;
}

.social__icons {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.social__icons li {
  padding: 0;
}

.social__icons li a {
  padding: 5px;
}

.social__icons li a i {
  font-size: 20px;
  color: #4a4a4a;
}

.social__icons li a i[class*="facebook"] {
  color: #3b5998;
}

.social__icons li a i[class*="whatsapp"] {
  color: #25d366;
}

.social__icons li a i[class*="twitter"] {
  color: #55acee;
}

.social__icons li a i[class*="linkedin"] {
  color: #007bb5;
}

.social__icons li a i[class*="instagram"] {
  color: #e4405f;
}

.social__icons li a i[class*="google"] {
  color: #dd4b39;
}

.social__icons li a i[class*="youtube"] {
  color: #cd201f;
}

.social__icons li a i[class*="camera"] {
  color: #e4405f;
}

.social__icons li a i[class*="pinterest"] {
  color: #007bb5;
}

.social__icons li a i[class*="tumblr"] {
  color: #34465d;
}

.social__icons li a i[class*="behance"] {
  color: #1769ff;
}

.social__icons li a i[class*="skype"] {
  color: #2fb7df;
}

.social__icons li a i[class*="vimeo"] {
  color: #1ab7ea;
}

.counter-item {
  padding: 40px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.041);
  border: 1px solid rgba(255, 255, 255, 0.041);
  overflow: hidden;
  color: #fff;
  position: relative;
}

.counter-item .counter-header {
  display: flex;
  align-items: center;
}

.counter-item .counter-header .title {
  margin: 0;
  color: #fff;
}

.counter-item .counter-header .title i {
  font-size: 80%;
  line-height: 1;
}

.counter-item .icon {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.2;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.counter-item:hover .icon {
  opacity: 0.4;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.cmn--table {
  margin: 0;
  text-align: center;
}

.cmn--table thead {
  background: #5a5eff;
}

.cmn--table thead th {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  border: none;
  color: #fff;
  padding: 1.1rem 0.5rem 0.93rem;
  font-weight: 500;
  text-transform: capitalize;
}

.cmn--table thead th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.cmn--table .thumb img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.cmn--table tbody {
  font-size: 14px;
}

.cmn--table tbody tr td {
  vertical-align: middle;
  border: 1px solid #e3e4ff;
  padding: 10px 12px;
}

.cmn--table tbody tr:nth-of-type(even) {
  background: #fff;
}

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

  .cmn--table tbody tr {
    display: block;
  }

  .cmn--table tbody tr td {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
  }

  .cmn--table tbody tr td::before {
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #031e44;
    text-align: left;
    content: attr(data-label);
  }

  .cmn--table tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 1200px) {
  .cmn--table .details {
    max-width: 250px;
    margin: 0 auto;
  }
}

.cmn--table .td-date i {
  color: #5a5eff;
}

.cmn--table .badge {
  padding: 6px 10px 4px;
  min-width: 65px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

.nav--tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .nav--tabs {
    margin-bottom: 45px;
  }
}

.nav--tabs li {
  padding: 5px;
}

.nav--tabs li a {
  padding: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: #4a4a4a;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.nav--tabs li a.active {
  color: #5a5eff;
  border-bottom: 2px solid #5a5eff;
}

.lightbox-container {
  z-index: 99999;
}

.client__item {
  background: rgba(255, 255, 255, 0.1);
  color: #dae0ff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.client__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #f6f7f9;
}

.client__item-title .name {
  font-size: 16px;
  margin: 0;
}

.client__item-title .ratings {
  display: flex;
}

.client__item-body {
  padding: 20px 20px 18px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
}

.client__item-body p {
  margin: 0;
}

.client__item-body .date,
.client__item-body p {
  width: 100%;
}

.client__item-body .date {
  font-size: 14px;
  color: #ff9613;
  margin-top: auto;
  font-family: "Josefin Sans", sans-serif;
  text-align: right;
}

.ratings {
  color: #ff9613;
}

.clients-section {
  background: url(./img/client-bg.png) repeat center center/contain;
}

.payment__item img:not(:last-child) {
  margin-bottom: 20px;
}

.contact-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  position: relative;
  z-index: 5;
}

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

.contact-area .contact-content {
  width: 100%;
  max-width: 450px;
  padding-right: 45px;
}

.contact-area .contact-content .contact-content-top {
  margin-bottom: 35px;
}

.contact-area .contact-content .contact-content-top .title {
  margin: 0;
  margin-bottom: 20px;
}

.contact-area .contact-content .contact-content-top p {
  font-size: 18px;
}

.contact-area .contact-content .contact-content-botom .subtitle {
  color: #5a5eff;
  margin-bottom: 20px;
}

.contact-area .contact-content .contact-content-botom .contact-info li {
  display: flex;
}

.contact-area
  .contact-content
  .contact-content-botom
  .contact-info
  li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-area .contact-content .contact-content-botom .contact-info li .icon {
  font-size: 24px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #e3e4ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #5a5eff;
  background: #ffffff;
}

.contact-area .contact-content .contact-content-botom .contact-info li .cont {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.contact-area
  .contact-content
  .contact-content-botom
  .contact-info
  li
  .cont
  .name {
  margin: 0;
  font-size: 18px;
}

.contact-area .contact-content .contact-content-botom .contact-info li .cont a {
  color: #5a5eff;
}

.contact-area .contact-wrapper {
  max-width: 600px;
  padding: 50px 40px;
  border: 1px solid #e3e4ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .contact-area .contact-content {
    max-width: 400px;
    padding-right: 35px;
  }

  .contact-area .contact-wrapper {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .contact-area .contact-content,
  .contact-area .contact-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .contact-area .contact-content,
  .contact-area .contact-wrapper {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .contact-area .contact-content {
    margin-bottom: 45px;
  }
}

.contact-area .form-group {
  margin-bottom: 17px;
}

.contact-area .form--label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
}

.contact-area .form--control {
  border-color: #e3e4ff;
  color: #4a4a4a;
  background: #fff;
}

.contact-area .form--control::placeholder {
  color: #4a4a4a;
}

.contact-area .form--control:not(textarea) {
  height: 50px;
}

.contact-area .form--control:-webkit-autofill,
.contact-area .form--control:-webkit-autofill:hover,
.contact-area .form--control:-webkit-autofill:focus,
.contact-area .form--control:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #4a4a4a !important;
}

.faq__item {
  background: #ffffff;
  border: 1px solid #e3e4ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.faq__item .faq__title {
  cursor: pointer;
  padding: 20px;
  padding-right: 45px;
  margin-right: 20px;
  position: relative;
}

.faq__item .faq__title .title {
  line-height: 1.2;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 20px;
  font-weight: 400;
}

.faq__item .faq__title .right--icon {
  position: absolute;
  top: 50%;
  right: 0;
}

.faq__item .faq__title .right--icon::before,
.faq__item .faq__title .right--icon::after {
  right: 0;
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #4a4a4a;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq__item .faq__title .right--icon::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__item:not(:last-child) {
  margin-bottom: 10px;
}

.faq__item .faq__title .title {
  margin: 0;
}

.faq__item .faq__content {
  display: none;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 30px;
}

.faq__item .faq__content p:not(:last-child) {
  margin-bottom: 20px;
}

.faq__item.open .faq__title .title {
  color: #5a5eff;
}

.faq__item.open .faq__title .right--icon::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #5a5eff;
  z-index: 1;
}

.faq__item.active .faq__content {
  display: block;
}

.bg--section .faq__item {
  background: #f7fbfe;
}

.hero-section {
  padding: 120px 0;
}

.hero-section .hero-title {
  color: #fff;
  text-align: center;
}

.post__item .post__thumb {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}

.post__item .post__thumb a {
  display: block;
}

.post__item .post__thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.post__item .post__date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  text-align: center;
  background: #5a5eff;
  width: 100px;
  padding: 18px 5px 10px;
}

.post__item .post__date * {
  line-height: 1;
}

.post__item .post__date .date {
  margin: 0;
  margin-bottom: -5px;
}

.post__item .post__date * {
  color: #fff;
}

.post__item .post__content {
  padding: 25px 20px 30px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e3e4ff;
  border-top: none;
  background: #ffffff;
}

.post__item .post__content .post__meta {
  margin: -5px;
  margin-bottom: 5px;
}

.post__item .post__content .post__meta .item {
  padding: 5px;
  color: #4a4a4a;
}

.post__item .post__content .post__meta .item i {
  color: #5a5eff;
}

.post__item .post__content .post__title {
  margin-bottom: 15px;
}

.post__item .post__content .post__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post__item .post__content a {
  background-image: linear-gradient(transparent calc(100% - 2px), #5a5eff 2px);
  background-size: 0 100%;
  background-position-x: 100%;
  background-repeat: no-repeat;
  transition: color, background-size 0.4s ease 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  text-decoration: none;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post__item:hover .post__thumb a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post__item:hover .post__content a {
  background-size: 100% 100%;
  background-position-x: 0%;
}

.post__details .post__header {
  margin-bottom: 45px;
}

.post__details .post__header .post__title {
  margin-bottom: 25px;
}

.post__details p {
  margin-bottom: 30px;
}

.post__details .post__thumb {
  height: 420px;
  margin-bottom: 28px;
}

.post__details .post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__details .post__quote {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .post__details .post__thumb {
    height: unset;
  }
}

.post__quote {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  color: #4a4a4a;
  font-style: italic;
  text-align: center;
  padding: 0 30px;
  border-left: 3px solid #5a5eff;
}

@media (max-width: 575px) {
  .post__quote {
    padding: 0 15px;
    font-size: 20px;
  }
}

.post__tag,
.post__share {
  margin: -5px;
}

.post__tag li,
.post__share li {
  padding: 5px;
}

.post__share__title {
  margin-bottom: 10px;
}

.post__tag li a {
  font-size: 14px;
  padding: 5px 15px;
  background: #ffffff;
  color: #4a4a4a;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(18, 78, 88, 0.1);
  background: #f7fbfe;
}

.post__tag li a:hover,
.post__tag li a.active {
  background: #5a5eff;
  color: #fff;
}

.post__share {
  margin: -3px;
}

.post__share li {
  padding: 3px;
}

.post__share li a {
  text-decoration: none;
}

.post__share li a i {
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  background: #5a5eff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
  background: #3b5998;
}

.post__share li a i[class*="whatsapp"] {
  background: #25d366;
}

.post__share li a i[class*="twitter"] {
  background: #55acee;
}

.post__share li a i[class*="linkedin"] {
  background: #007bb5;
}

.post__share li a i[class*="pinterest"] {
  background: #007bb5;
}

.post__share li a i[class*="skype"] {
  background: #2fb7df;
}

.post__share li a i[class*="youtube"] {
  background: #cd201f;
}

.post__share li a i[class*="google"] {
  background: #dd4b39;
}

.post__share li a i[class*="camera"] {
  background: #e4405f;
}

.post__share li a i[class*="instagram"] {
  background: #e4405f;
}

.post__share li a i[class*="tumblr"] {
  background: #34465d;
}

.post__share li a i[class*="behance"] {
  background: #1769ff;
}

.post__share li a i[class*="futbol"] {
  background: #db3776;
}

.post__share li a i[class*="vimeo"] {
  background: #1ab7ea;
}

.blog-sidebar {
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 400px) {
  .blog-sidebar {
    padding: 30px 20px;
  }
}

.widget__title {
  margin-bottom: 10px;
}

.widget:not(:last-child) {
  margin-bottom: 40px;
}

.widget.widget__category ul li {
  padding: 0;
}

.widget.widget__category ul li a {
  text-decoration: none;
  color: #4a4a4a;
  padding: 10px 0;
  border-bottom: 1px solid rgba(18, 78, 88, 0.2);
  display: block;
}

.widget.widget__category ul li a:hover {
  padding-left: 10px;
}

.widget.widget__post__area ul li {
  padding: 10px 0;
}

.widget.widget__tags ul {
  margin: -5px;
}

.widget.widget__tags ul li {
  padding: 5px;
}

.widget.widget__tags ul li a {
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f7fbfe;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  color: #4a4a4a;
  border: 1px solid rgba(18, 78, 88, 0.1);
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
  background: #5a5eff;
  color: #fff;
}

.widget__post {
  text-decoration: none;
}

.widget__post .widget__post__thumb {
  width: 80px;
  height: 80px;
}

.widget__post .widget__post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget__post .widget__post__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.widget__post .widget__post__content span {
  font-size: 14px;
  color: #5a5eff;
}

/*Blog Section Starts Here*/
.read--more {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

[class*="line--limit"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line--limit-1 {
  -webkit-line-clamp: 1;
}

.line--limit-2 {
  -webkit-line-clamp: 2;
}

.line--limit-3 {
  -webkit-line-clamp: 3;
}

.line--limit-4 {
  -webkit-line-clamp: 4;
}

.line--limit-5 {
  -webkit-line-clamp: 5;
}

.message__chatbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.message__chatbox__header {
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #4a4a4a;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.message__chatbox__header .title {
  color: #fff;
  margin: 0;
}

.message__chatbox__body {
  padding: 30px;
}

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

.reply-item {
  padding: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  margin: 10px;
  background: #ffffff;
}

.reply-item .name-area {
  padding: 20px;
  width: 220px;
  text-align: center;
}

.reply-item .name-area .title {
  margin: 0;
  font-size: 18px;
}

.reply-item .name-area .reply-thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.reply-item .content-area {
  width: calc(100% - 220px);
  padding: 20px;
  border-left: 1px solid rgba(18, 78, 88, 0.1);
}

.reply-item .content-area .meta-date {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 767px) {
  .reply-item {
    padding: 0;
  }

  .reply-item .name-area,
  .reply-item .content-area {
    width: 100%;
    border: none;
  }

  .reply-item .name-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.reply-message-area {
  margin: -10px;
}

.reply-message-area li {
  padding: 0;
}

.reply-message-area li ul {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .reply-message-area li ul {
    padding-left: 50px;
  }
}

.bg--shadow {
  box-shadow: 0 0 10px rgba(18, 78, 88, 0.1);
}

select.form--control {
  flex: 1 1 auto;
  width: 1%;
  color: #fff;
  -webkit-appearance: button;
}

.form--control {
  height: 45px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border-color: rgba(18, 78, 88, 0.2);
  color: #4a4a4a;
}

.form--control[readonly] {
  background: #ffffff;
}

.form--control::placeholder {
  color: #124d58;
}

.account__section-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

.account__section-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

.account__section-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

.form--control:focus {
  border-color: rgba(90, 94, 255, 0.2);
  box-shadow: none;
  background: inherit;
}

@media (max-width: 575px) {
  .form--control {
    height: 50px;
  }
}

input[type="file"].form--control {
  padding: 12px 24px;
  height: unset;
}

@media (max-width: 575px) {
  input[type="file"].form--control {
    padding: 12px 18px;
  }
}

textarea.form--control {
  padding: 20px;
  height: 160px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.form--group {
  margin-bottom: 20px;
}

.cmn--btn.form--control {
  color: #fff;
}

.cmn--label {
  text-transform: capitalize;
  color: #4a4a4a;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 16px;
}

.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  display: block;
  text-align: center;
  background: #5a5eff;
}

.scrollToTop:hover {
  color: #fff;
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

.video-button {
  width: 80px;
  height: 80px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(90, 94, 255, 0.73);
  line-height: 85px;
  text-align: center;
}

.video-button img {
  width: 100%;
}

.video-button i {
  font-size: 24px;
  color: #fff;
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background: #5a5eff;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.cmn--btn {
  color: #fff;
  line-height: 24px;
  padding: 9px 25px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #5a5eff;
  border: 2px solid transparent;
  font-size: 16px;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.cmn--btn:not(button):hover {
  color: #5a5eff;
  border-color: #5a5eff;
  text-decoration: underline;
  background: #fff;
}

.cmn--btn.btn--sm {
  padding: 8px 20px 6px;
  font-size: 14px;
}

.cmn--btn.btn-capsule {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

button.cmn--btn {
  border-radius: 5px;
}

.btn__grp {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}

.btn__grp a {
  margin: 5px;
}

.btn__grp a:nth-of-type(2n) {
  background: #fff;
  color: #5a5eff;
  border-color: #5a5eff;
}

.btn__grp a:nth-of-type(2n):hover {
  background: #5a5eff;
  color: #fff !important;
}

.btn__grp.white-btns .cmn--btn {
  padding: 12px 30px 9px;
}

.btn__grp.white-btns .cmn--btn:nth-of-type(2n):not(:hover) {
  border-color: #fff;
}

@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 inner-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);
  }

  30% {
    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);
  }

  100% {
    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);
  }
}

.menu > li:last-child .submenu {
  left: unset;
  right: 0;
}

.pagination {
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(90, 94, 255, 0.2);
  color: #4a4a4a;
  padding: 0;
  display: block;
  margin: 0;
  border: 1px solid rgba(18, 78, 88, 0.2);
  box-shadow: none;
}

.pagination .page-item a span,
.pagination .page-item span span {
  border: none;
  line-height: 34px;
}

.pagination .page-item a.active,
.pagination .page-item a:hover,
.pagination .page-item span.active,
.pagination .page-item span:hover {
  background: #5a5eff;
  color: #fff;
  border: 1px solid rgba(18, 78, 88, 0.2);
}

.pagination .page-item a.active span,
.pagination .page-item a:hover span,
.pagination .page-item span.active span,
.pagination .page-item span:hover span {
  border: none;
}

.pagination .page-item.disabled span {
  background: rgba(90, 94, 255, 0.3);
  border: none;
  color: #4a4a4a;
}

a {
  text-decoration: none;
}

/* New Added Css */
.card-deposit .card-body {
  text-align: center;
}

.card-deposit .card-body img {
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto;
  object-fit: contain;
}

.deposit-preview-content {
  width: calc(100% - 180px);
  padding-left: 25px;
}

.deposit-preview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.deposit-preview .deposit-thumb {
  width: 350px;
}

.deposit-preview .deposit-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deposit-preview .deposit-content {
  width: calc(100% - 350px);
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1199px) {
  .deposit-preview .deposit-thumb {
    width: 215px;
  }

  .deposit-preview .deposit-content {
    width: calc(100% - 215px);
    padding-left: 20px;
  }

  .deposit-preview .deposit-content ul li {
    font-size: 14px !important;
  }

  .deposit-preview {
    padding: 30px 20px;
  }
}

.deposit-preview .deposit-content ul {
  width: 100%;
  text-align: center;
}

.deposit-preview .deposit-content ul li {
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.deposit-preview .deposit-content ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .deposit-preview .deposit-content,
  .deposit-preview .deposit-thumb {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .deposit-preview {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 20px;
  }

  .deposit-preview .deposit-thumb {
    width: 100%;
  }

  .deposit-preview .deposit-content {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
}

@media (max-width: 450px) {
  .deposit-preview {
    padding: 15px;
  }

  .deposit-preview .deposit-content li {
    font-size: 14px !important;
  }
}

/* Card Design */
.cmn--card .card-header,
.cmn--card .card-header {
  padding: 15px 25px;
}

.cmn--card .card-body {
  padding: 25px;
}

@media (max-width: 575px) {
  .cmn--card .card-header,
  .cmn--card .card-header {
    padding: 15px 15px;
  }

  .cmn--card .card-body {
    padding: 20px 15px;
  }
}

.card {
  border: none;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.05);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card[class*="border"] {
  border: 1px solid;
}

.card.text-white .card-title,
.card.text-white .card-text {
  color: #ffffff;
}

.card .card-img.style--horizontal {
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(140, 140, 140, 0.125);
}

.text-white p {
  color: #ffffff;
}

.code-body {
  margin-top: 30px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.code-body .card-body {
  background-color: #2d2d2d;
  padding: 0;
}

.card-img-overlay {
  z-index: 1;
}

.card-img-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.card-img {
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.card-img-overlay {
  overflow: hidden;
}

.card-footer {
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
}

.text-right {
  text-align: right;
}

.fs--13px {
  font-size: 13px !important;
}

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

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.input-popup {
  position: absolute;
  bottom: 70%;
  left: 50%;
  max-width: 310px;
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  z-index: 11;
}

.hover-input-popup {
  position: relative;
}

.hover-input-popup:hover .input-popup {
  opacity: 1;
  visibility: visible;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  position: relative;
  padding-left: 20px;
}

.input-popup p::before {
  position: absolute;
  content: "\f057";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 5px;
  line-height: 1;
  font-size: 16px;
}

.input-popup p.text--success::before {
  content: "\f058";
  color: #28c76f;
}

.header-area .logo img {
  max-width: 100%;
  max-height: 78px;
}

.form-check-label {
  color: #fff !important;
}

/* extra css */

/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ddd !important;
  border-radius: 4px;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 1px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 45px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: 0.375rem !important;
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: rgb(var(--main));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: rgb(var(--main));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: rgb(var(--main));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid rgb(var(--main));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid rgb(var(--main));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

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

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.custom--card .card-body {
  padding: 1.5rem;
}

.footer-area {
  margin-top: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area .shape-one {
  position: absolute;
  top: 0;
  left: 617px;
  width: 672px;
  height: 300px;
  z-index: -1;
  border-radius: 721px;
  background: linear-gradient(
    48deg,
    rgba(0, 56, 255, 0.4) 14.67%,
    rgba(0, 182, 255, 0.4) 74.83%
  );
  filter: blur(150px);
}

@media screen and (max-width: 1399px) {
  .footer-area .shape-one {
    left: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-area .shape-one {
    left: -50px;
  }
}

.footer-area .shape-two {
  position: absolute;
  top: 0;
  right: 300px;
  z-index: -1;
  width: 400px;
  height: 400px;
  z-index: -1;
  border-radius: 721px;
  background: linear-gradient(
    48deg,
    rgba(0, 56, 255, 0.4) 14.67%,
    rgba(0, 182, 255, 0.4) 74.83%
  );
  filter: blur(150px);
}

@media screen and (max-width: 1199px) {
  .footer-area .shape-two {
    top: 200px;
    right: 100px;
  }
}

.footer-area__wrapper {
  padding: 85px 0;
}

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

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

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

.footer-item__title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #fff;
  border-radius: 10px;
}

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

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

@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}
/* Footer List Item */
.footer-menu {
  display: flex;
  flex-direction: column;
}

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

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.footer-menu__link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.footer-menu__link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: flex;
  padding-bottom: 5px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 22px;
  background: #fff;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 1.25rem;
}

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

.footer-contact-menu__item-content .text {
  color: #fff;
  margin-bottom: 0px;
}
