@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&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: #f5f7fd;
}

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

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

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #05c46b;
}

h1 {
  font-size: 48px;
}

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

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

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

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

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

p {
  margin-top: -8px;
}

p:last-child {
  margin-bottom: -7px !important;
}

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

.base--overlay::after,
.bg--overlay::after,
.bg--overlay-2::after {
  position: absolute;
  content: "";
}

.button-area,
.post__tag,
.widget__post,
.widget.widget__tags ul,
.post__share,
.post__item .post__content .meta__date,
.contact__item,
.testimonial-item .testimonial-content .testimonial-header,
.header-top-right,
.header-top-wrapper,
.footer-social,
.social-icons {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
  .pb-120 {
    padding-bottom: 120px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .mw-lg-100 {
    max-width: 100%;
  }
}

/*Section Header*/

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

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

label,
button,
input[type="submit"] {
  cursor: pointer;
}

body *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body *::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #05c46b;
}

body *::-webkit-scrollbar-button {
  background-color: #05c46b;
}

body *::-webkit-scrollbar-thumb {
  background-color: #05c46b;
}

*::selection {
  background-color: #05c46b;
  color: #fff;
}

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(25, 42, 86, 0.7);
  z-index: 999;
  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;
}

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

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

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

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

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

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

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

.social-icons li a i {
  color: #192a56;
}

.social-icons li a:hover {
  background: #05c46b;
}

.social-icons li a:hover i {
  color: #fff;
}

.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: #05c46b;
  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: #05c46b;
  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;
}

.fs--14 {
  font-size: 14px;
}

.fs--16 {
  font-size: 16px;
}

.fs--18 {
  font-size: 18px;
}

a i {
  text-decoration: none !important;
}

.bg--overlay,
.bg--overlay-2 {
  position: relative;
}

.bg--overlay::after,
.bg--overlay-2::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, black, rgba(0, 0, 0, 0.3));
}

.bg--overlay > *,
.bg--overlay-2 > * {
  position: relative;
  z-index: 1;
}

.bg--overlay-2::after {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), black);
}

.base--overlay {
  position: relative;
}

.base--overlay::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #042656;
  opacity: 0.9;
}

.base--overlay > * {
  position: relative;
  z-index: 1;
}

[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;
}

.ratings i {
  color: #e9ba17;
}

.cursor {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #05c46b;
  pointer-events: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  transition-property: background, transform;
  transform: translate(-50%, -50%);
  transform-origin: 100% 100%;
  z-index: 999;
}

.link-grow {
  border-width: 1px;
  transform: scale(2);
  backdrop-filter: grayscale(50%);
}

.link-hovered {
  color: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

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

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

.btn--base,
.badge--base,
.bg--base {
  background-color: #05c46b !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: #192a56 !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: #042656;
}

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

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

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

.btn--1,
.badge--1,
.bg--1 {
  background-color: #0f2d92 !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: #192a56 !important;
}

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

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

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

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

.text--base {
  color: #05c46b !important;
}

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

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

.text--1 {
  color: #0f2d92 !important;
}

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

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

.footer-widget {
  width: 100%;
  max-width: 200px;
  padding: 0 12px 45px;
}

.footer-widget .title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.footer-widget .title:after,
.footer-widget .title::before {
  content: "";
  height: 2px;
  background: #05c46b;
  position: absolute;
  width: 70px;
  left: 0;
}

.footer-widget .title::after {
  top: 100%;
}

.footer-widget .title::before {
  width: 50px;
  top: calc(100% + 5px);
}

.footer-widget.widget-about {
  max-width: 300px;
}

.footer-widget.widget-about .txt {
  font-size: 14px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .widget-newsletter.footer-widget {
    max-width: 260px;
  }
}

@media (min-width: 1200px) {
  .footer-widget.widget-about {
    max-width: 400px;
  }
  .widget-newsletter.footer-widget {
    max-width: 290px;
  }
}

@media (max-width: 991px) {
  .footer-widget {
    max-width: 200px;
  }
  .widget-newsletter.footer-widget {
    max-width: 290px;
  }
  .footer-widget.widget-about {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .widget-newsletter.footer-widget {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .footer-widget {
    max-width: 200px;
  }
}

@media (min-width: 1400px) {
  .footer-widget.widget-newsletter {
    max-width: 360px;
  }
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px -45px;
}

.footer-wrapper .logo {
  max-width: 250px;
  margin-bottom: 30px;
}

.footer-wrapper .logo a {
  display: block;
}

.footer-wrapper .logo a img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.footer-links li {
  padding: 0;
}

.footer-links li:not(:last-child) {
  margin-bottom: 8px;
}

.footer-links li a {
  color: #555555;
  padding-left: 20px;
  position: relative;
}

.footer-links li a:hover {
  color: #05c46b;
}

.footer-links li a::before {
  background: #05c46b;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.footer-social {
  max-width: 300px;
  margin: -5px;
}

.footer-social li {
  padding: 5px;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #042656;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.footer-social li a:hover {
  color: #05c46b;
}

.footer-top {
  padding: 90px 0;
}

.partner-section {
  margin-top: 30px;
}

.cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  z-index: 99;
}

.cookie-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cookie-wrapper .cmn--btn {
  font-size: 12px;
}

.cookie-wrapper .cookie-cont {
  max-width: 650px;
}

@media (max-width: 991px) {
  .cookie-wrapper {
    text-align: center;
  }
  .cookie-wrapper .cmn--btn {
    margin-top: 30px;
  }
}

@media (min-width: 1400px) {
  footer .container {
    max-width: 1320px;
  }
}

.header-top {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

@media (min-width: 1200px) {
  .header-top {
    padding: 5px 15px;
  }
}

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

.header-top-wrapper .header-top-left {
  overflow: hidden;
  font-size: 12px;
  width: 100%;
  max-width: 720px;
}

.header-top-wrapper .header-top-left span:not(:last-child) {
  margin-right: 5px;
}

.header-top-wrapper .header-top-left .header-top-left-cont {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
  scroll-behavior: smooth;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}

.header-top-wrapper .header-top-left .header-top-left-cont::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.header-top-wrapper .header-top-left .header-top-left-cont span {
  white-space: nowrap;
}

.header-top-wrapper .header-top-left .header-top-left-cont a {
  color: #05c46b;
}

@media (max-width: 991px) {
  .header-top-wrapper .header-top-left {
    max-width: 500px;
  }
}

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

.header-top-right {
  align-items: center;
  font-size: 14px;
}

.header-top-right .select-bar {
  outline: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  outline: none;
  height: 30px;
  border-radius: 3px;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 14px;
  background: white;
  color: #042656;
}

.header-top-right .select-bar option {
  background: #fff;
}

.header-top-right .color-version {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #042656;
  font-size: 24px;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 8px;
}

.crypto-change-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  font-size: 12px;
  color: #042656;
}

.crypto-change-btn .img {
  border-radius: 50%;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background: red;
  margin-right: 5px;
}

.crypto-change-btn .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-top-left {
  position: relative;
}

.header-top-left .prev,
.header-top-left .next {
  position: absolute;
  top: 0;
  color: #fff;
  width: 25px;
  display: block;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  background: #05c46b;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .header-top-left .prev,
  .header-top-left .next {
    opacity: 0.1;
  }
}

.header-top-left:hover .prev,
.header-top-left:hover .next {
  opacity: 1;
}

.header-top-left .prev {
  left: 0;
}

.header-top-left .next {
  right: 0;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

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

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

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

.menu-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-area .close-menu {
  display: none;
  color: #ea5455;
  font-size: 28px;
  position: absolute;
  left: 20px;
  left: 20px;
  top: 20px;
}

@media (max-width: 991px) {
  .menu-area {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 999;
    max-width: 330px;
    background: #042656;
    height: 100%;
    overflow-y: auto;
    padding: 65px 5px 30px;
    justify-content: flex-start;
    flex-direction: column;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
  }
  .menu-area.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .menu-area .menu {
    width: 100%;
  }
  .menu-area .close-menu {
    display: block;
  }
  .menu-area .right-menus {
    justify-content: center;
    margin-top: 30px;
  }
  .menu-area .header-top-right {
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .menu-area .header-top-right .crypto-change-btn,
  .menu-area .header-top-right .color-version {
    color: #fff !important;
  }
  .menu-area .right-item-icon a {
    color: #fff !important;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .menu-area {
    padding-top: 20px;
  }
}

.right-menus {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 30px;
}

.right-menus .right-item-icon a {
  color: #042656;
}

.right-menus .right-item-icon:not(:last-child) {
  margin-right: 10px;
}

.header-bottom {
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 999;
}

@media (min-width: 1200px) {
  .header-bottom {
    padding: 5px 15px;
  }
}

.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;
  margin-right: 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-color: #042656;
  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;
    margin-right: 15px;
  }
  .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);
  }
}

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

@media (max-width: 991px) {
  .menu li {
    padding: 0;
  }
  .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 li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
  .menu li .submenu {
    display: none;
  }
  .menu li .submenu li {
    background: rgba(255, 255, 255, 0.1);
  }
  .menu li .submenu li:last-child {
    border: none;
  }
  .menu li .submenu li a {
    text-transform: capitalize;
    padding: 8px 15px 5px;
  }
  .menu li .submenu li a .cont .subtitle {
    color: #fff;
  }
  .menu li .submenu li a .cont .info {
    color: rgba(255, 255, 255, 0.9);
  }
  .menu li .submenu li:first-child {
    border-radius: 5px 5px 0 0;
  }
  .menu li .submenu li:last-child {
    border-radius: 0 0 5px 5px;
  }
  .menu li:hover,
  .menu li.open {
    border-color: #05c46b;
  }
  .menu li:hover > a,
  .menu li.open > a {
    background: #fff;
    color: #042656;
  }
  .menu li:hover > a::after,
  .menu li.open > a::after {
    color: #042656;
  }
  .menu > li:first-child > a {
    border-top: 1px solid rgba(5, 196, 107, 0.2);
  }
}

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

.menu .submenu li a .icon {
  font-size: 24px;
  color: #05c46b;
  width: 30px;
}

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

.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 .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 .submenu li:hover > a {
  background: #f5f7fd;
  color: #fff;
}

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

@media (min-width: 992px) {
  .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .menu li {
    padding: 0;
    position: relative;
  }
  .menu li .badge {
    font-size: 10px;
    padding: 2px 5px;
    margin-right: -7px;
  }
  .menu li a {
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    color: #042656;
  }
}

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

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

@media (min-width: 992px) {
  .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 #e5e5e5;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .menu li .submenu li {
    width: 100%;
    padding: 0;
    border-radius: 3px;
  }
  .menu li .submenu li a {
    padding: 10px;
    color: #042656;
    text-transform: capitalize;
  }
  .menu li .submenu li:last-child {
    border: none;
  }
  .menu li .submenu li .submenu {
    top: -1px;
    left: 100%;
  }
}

@media (min-width: 992px) {
  .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;
  }
}

.change-crpto-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  max-width: 820px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  z-index: 99999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.change-crpto-wrapper-header {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
}

.change-crpto-wrapper-header .title {
  margin: 0;
}

.change-crpto-wrapper-header .close-change-crpto {
  color: #ea5455;
  font-size: 24px;
}

.change-crpto-wrapper .change-crpto-area {
  overflow: hidden;
  margin: 30px 20px;
  overflow-y: auto;
  scroll-behavior: smooth;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}

.change-crpto-wrapper .change-crpto-area::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.change-crpto-wrapper .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.change-crpto-wrapper .wrapper .item {
  width: calc(100% / 3);
}

.change-crpto-wrapper .wrapper .item a {
  display: flex;
  align-items: center;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.change-crpto-wrapper .wrapper .item a:hover {
  background: #f5f7fd;
}

.change-crpto-wrapper .wrapper .item a .icon {
  font-size: 30px;
  color: #05c46b;
  width: 30px;
}

.change-crpto-wrapper .wrapper .item a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.change-crpto-wrapper .wrapper .item a .cont {
  padding-left: 15px;
  width: calc(100% - 30px);
}

.change-crpto-wrapper .wrapper .item a .cont .subtitle {
  margin: 0;
  margin-bottom: -5px;
  font-size: 16px;
}

.change-crpto-wrapper .wrapper .item a .cont .info {
  font-size: 14px;
}

@media (max-width: 767px) {
  .change-crpto-wrapper .wrapper .item {
    width: calc(100% / 2);
  }
}

@media (max-width: 575px) {
  .change-crpto-wrapper .wrapper .item {
    flex-grow: 1;
    width: 180px;
  }
  .change-crpto-wrapper .wrapper .item a .cont .subtitle {
    font-size: 13px;
  }
  .change-crpto-wrapper .wrapper .item a .cont .info {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .change-crpto-wrapper .change-crpto-area {
    margin: 30px 15px;
  }
  .change-crpto-wrapper .wrapper .item a .cont .subtitle {
    font-size: 15px;
    font-weight: 400;
  }
}

.notifications {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 300px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.notifications li {
  padding: 0;
}

.notifications li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 10px;
}

.notifications li a .icon {
  font-size: 24px;
  color: #05c46b;
  width: 30px;
}

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

.notifications 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;
}

.notifications 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;
}

.notifications li:hover > a {
  background: #f5f7fd;
  color: #fff;
}

.notifications li:hover > a::after {
  color: #fff;
}

.border {
  border: 1px solid #e5e5e5 !important;
}

.right-item-icon {
  position: relative;
}

.right-item-icon:hover .notifications {
  opacity: 1;
  visibility: visible;
}

.promo-banner {
  max-width: 250px;
}

.promo-banner .banner {
  display: block;
}

.promo-banner .banner img {
  width: 100%;
}

.promo-banner .banner:not(:last-child) {
  margin-bottom: 15px;
}

.sticky {
  position: sticky;
}

.main--body {
  padding: 30px 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.main--body .promo-banner {
  width: 250px;
}

.main--body .section--wrapper {
  width: calc(100% - 500px);
  padding: 0 30px;
}

@media (max-width: 1399px) {
  .main--body .promo-banner {
    width: 130px;
  }
  .main--body .section--wrapper {
    width: calc(100% - 260px);
    padding: 0 15px;
  }
}

@media screen and (max-width: 650px) {
  .main--body .promo-banner:not(:first-child) {
    display: none;
  }
  .main--body .section--wrapper {
    width: calc(100% - 130px);
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .main--body .promo-banner {
    display: none;
  }
  .main--body .section--wrapper {
    width: 100%;
    padding: 0;
  }
}

.market--table {
  color: #555555;
  font-size: 14px;
  text-align: center;
  counter-reset: serial-counter;
}

.market--table thead th {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px 5px 15px;
  color: #05c46b;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  font-size: 16px;
}

.market--table .crypto-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.market--table .crypto-name h6 {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 5px;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .market--table .crypto-name {
    max-width: 200px;
    margin: 0 auto;
  }
}

.market--table .thumb {
  width: 25px;
  height: 25px;
}

.market--table .thumb img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 50%;
}

.market--table .price {
  color: #28c76f;
}

.market--table tbody tr td {
  vertical-align: middle;
}

.market--table tbody tr:hover {
  background: #f5f7fd;
}

@media (min-width: 992px) {
  .market--table {
    background: #fff;
  }
  .market--table tbody tr {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .market--table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .market--table tbody tr td {
    border-bottom: none;
    border-top: none;
    padding: 20px 5px;
  }
  .market--table tbody tr td:last-child {
    border-right: none;
  }
  .market--table tbody tr td:first-child {
    border-left: none;
  }
}

@media (max-width: 991px) {
  .market--table thead {
    display: none;
  }
  .market--table tbody tr {
    font-size: 14px;
    display: block;
  }
  .market--table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: none;
  }
  .market--table tbody tr td:not(:last-child) {
    border-bottom: 1px dashed #e5e5e5;
  }
  .market--table tbody tr td::before {
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    color: #042656;
    content: attr(data-label);
  }
  .market--table tbody tr:nth-child(even) {
    border-bottom: none;
  }
  .market--table tbody tr:nth-of-type(odd) {
    background: #fff;
  }
  .market--table tbody tr.promotional-tr td {
    display: block;
  }
}

.market--table .promotional-tr td {
  padding: 10px;
}

.market--table .promotional-tr td a {
  display: block;
}

.market--table .promotional-tr td a img {
  width: 100%;
  max-height: 170px;
}

.partner-thumb {
  position: relative;
  height: 90px;
  overflow: hidden;
  display: block;
}

.partner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(0);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.partner-thumb img:nth-child(2) {
  position: absolute;
  left: 0;
  top: -90px;
  -webkit-filter: grayscale(100%);
}

@media (max-width: 575px) {
  .partner-thumb img {
    -webkit-filter: grayscale(0);
  }
}

.partner-thumb:hover img {
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
}

.partner-thumb:hover img:nth-child(2) {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hero-section {
  padding: 40px 0;
  background: #042656;
}

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

.privacy-item,
.faqs-item-2 {
  font-size: 14px;
}

.privacy-item .title,
.faqs-item-2 .title {
  margin-bottom: 12px;
}

.privacy-item:not(:last-child),
.faqs-item-2:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .privacy-item:not(:last-child),
  .faqs-item-2:not(:last-child) {
    margin-bottom: 30px;
  }
}

.privacy-list li,
.faqs-list li {
  padding: 0;
  padding-left: 30px;
  position: relative;
}

.privacy-list li:not(:last-child),
.faqs-list li:not(:last-child) {
  margin-bottom: 10px;
}

.privacy-list li::before,
.faqs-list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #05c46b;
  left: 10px;
  top: 9px;
}

.faq__item .faq__title {
  cursor: pointer;
  padding-right: 45px;
  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: 18px;
}

.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: #042656;
  -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) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.faq__item:not(:first-child) {
  padding-top: 20px;
}

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

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

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

.faq__item.open .faq__title .title {
  color: #05c46b;
}

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

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

.support__wrapper {
  padding: 30px;
}

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

.form--label {
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 5px;
  font-size: 14px;
}

.form--control {
  height: 50px;
  box-shadow: none !important;
  outline: none;
}

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

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

.support__wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

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

.counter-item {
  padding: 40px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  backdrop-filter: blur(6px);
  overflow: hidden;
  position: relative;
}

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

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

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

.counter-item .icon {
  font-size: 50px;
  line-height: 1;
  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);
}

.testimonial-item {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.testimonial-item .testimonial-thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(4, 38, 86, 0.1);
  margin-bottom: 25px;
}

.testimonial-item .testimonial-thumb img {
  width: 100%;
}

.testimonial-item .testimonial-content .testimonial-header {
  align-items: flex-end;
  justify-content: space-between;
  margin: -5px -5px 20px;
}

.testimonial-item .testimonial-content .testimonial-header .name {
  margin: 5px;
}

.testimonial-item .testimonial-content .testimonial-header .info {
  font-size: 14px;
}

.testimonial-item .testimonial-content .testimonial-header .ratings {
  margin: 5px;
}

.testimonial-item .quote {
  font-size: 100px;
  line-height: 1;
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 0.3;
  color: #05c46b;
}

.ratings {
  color: #e9ba17;
  font-size: 18px;
}

.coin__single-top {
  margin-bottom: 45px;
}

.coin__single-top-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.coin__single-top-header img {
  width: 35px;
}

.coin__single-top-header .info {
  font-size: 14px;
  color: #05c46b;
}

.coin__single-top-header .title {
  padding-left: 15px;
  margin-top: 7px;
}

.coin__single-top-header .title small {
  padding: 2px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(4, 38, 86, 0.1);
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.coin__single-top-header .title .wishlist {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #05c46b;
}

.coin__single-top-header .title .wishlist:hover {
  color: #fff;
  background: #05c46b;
  border-color: transparent;
}

.coin__single-top-header .title .badge {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.coin__single-top .ranks {
  margin: -5px;
}

.coin__single-top .ranks span {
  margin: 5px;
  padding: 2px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  background: rgba(4, 38, 86, 0.08);
}

.coin__single-top .ranks span:first-child {
  background: rgba(4, 38, 86, 0.2);
}

.coin__single-top .slideWrapper {
  max-width: 450px;
}

.coin__single-bottom .post__share__title {
  font-size: 16px;
}

.coin__single-bottom .post__tag li a {
  padding: 0px 10px;
  font-size: 12px;
}

.coin__single-bottom .post__tag li:last-child a {
  background: #05c46b;
  color: #fff;
}

.coin__single-bottom .coin__single-wrapper {
  margin: -5px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.coin__single-bottom .coin__single-wrapper a {
  margin: 5px;
  font-size: 12px;
  padding: 2px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(4, 38, 86, 0.1);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #042656;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.coin__single-bottom .coin__single-wrapper a i {
  color: #05c46b;
  font-size: 16px;
  margin-right: 3px;
}

.coin__exchange-item {
  padding: 20px;
  border-radius: 5px;
}

.coin__exchange-item-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.coin__exchange-item-header img {
  width: 110px;
}

.coin__exchange-item .thumb {
  height: 100px;
  overflow: hidden;
  margin-top: 15px;
}

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

@media (max-width: 991px) {
  .coin__exchange-item {
    font-size: 14px;
  }
}

.sliderContainer {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  height: 10px !important;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(5, 196, 107, 0.2);
  outline: none;
  margin-top: 25px;
  right: 0;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #05c46b;
  cursor: pointer;
  border: 3px solid #fff;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 3px solid #05c46b;
}

.output {
  color: #05c46b;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: calc(100% + 12px);
  transform: translateX(50%);
  right: 0;
}

.output-fill {
  height: 10px !important;
  border-radius: 10px;
  background-color: #05c46b;
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}

.min__max {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.market__stat span {
  display: block;
  font-size: 14px;
}

.market__stat span i {
  margin-right: 5px;
}

.market__stat .info {
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}

.btc__widget-title {
  margin-bottom: 10px;
}

.btc__widget:not(:last-child) {
  margin-bottom: 30px;
}

.btc__widget-body {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
}

.btc__widget-body .exchange__currency {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
}

.btc__widget-body .exchange__currency .item {
  display: flex;
  align-items: center;
}

.btc__widget-body .exchange__currency .item img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.btc__widget-body .exchange__currency .item .content span {
  display: block;
}

.btc__widget-body .exchange__currency .item .content .info {
  font-size: 12px;
  line-height: 1;
}

.btc__widget-body .exchange__currency .item .content .name {
  font-family: "Josefin Sans", sans-serif;
}

.btc__widget-body .exchange__currency input {
  flex-grow: 1;
  text-align: right;
  background: transparent;
  border: none;
  outline: none;
  color: #042656;
  font-size: 20px;
  padding: 0 20px;
  box-shadow: none;
}

.btc__widget-body .exchange__currency input::placeholder {
  color: #042656;
}

.btc__widget-body .exchange__currency:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .btc__widget-body .exchange__currency .item {
    width: 100%;
  }
  .btc__widget-body .exchange__currency input {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
  }
}

.statistics-item .info {
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.statistics-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 8px 0 5px;
}

.statistics-item ul li span {
  display: block;
}

.statistics-item ul li .name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.statistics-item ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.middle-chart {
  height: 480px;
}

.nav--tabs {
  margin: -5px;
  margin-bottom: 20px;
  border: none;
}

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

.nav--tabs li a {
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #042656;
  padding: 5px 25px;
}

.nav--tabs li a.active {
  background: #05c46b !important;
  color: #fff !important;
}

.contact__wrapper__1,
.contact__wrapper__2 .contact__wrapper__2_inner {
  padding: 50px 30px 30px;
  border: 1px dashed #e5e5e5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

@media screen and (max-width: 400px) {
  .contact__wrapper__1,
  .contact__wrapper__2 .contact__wrapper__2_inner {
    padding: 30px 15px 15px;
  }
}

.contact__wrapper__1 {
  width: 100%;
}

@media (min-width: 1200px) {
  .contact__wrapper__1 {
    max-width: 900px;
    padding-right: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .contact__wrapper__1 {
    max-width: 800px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .contact__wrapper__1 {
    padding-right: 450px;
  }
}

@media (max-width: 1199px) {
  .contact__wrapper__1 {
    margin-bottom: 40px;
  }
}

.contact__wrapper__1.contact--wrapper--full {
  padding: 50px 30px 30px;
  margin: 0 auto;
}

@media screen and (max-width: 400px) {
  .contact__wrapper__1.contact--wrapper--full {
    padding: 30px 15px 15px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .contact__wrapper__1 {
    max-width: 100%;
    padding-right: 30px;
  }
}

.contact__wrapper__2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .contact__wrapper__2 {
    position: relative;
    z-index: 1;
    width: calc(100% - 900px);
  }
  .contact__wrapper__2 .contact__wrapper__2_inner {
    margin-left: -270px;
    margin-top: 270px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .contact__wrapper__2 .contact__wrapper__2_inner {
    margin-left: -420px;
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .contact__wrapper__2 {
    width: calc(100% - 800px);
  }
}

@media (max-width: 1199px) {
  .contact__wrapper__2 .contact__wrapper__2_inner {
    background: #f5f7fd !important;
  }
  .contact__wrapper__2 .contact__wrapper__2_inner.bg--body {
    background: #fff !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .contact__wrapper__2 {
    width: 100%;
  }
  .contact__wrapper__2 .contact__wrapper__2_inner {
    margin: 0;
    margin-top: 40px;
  }
}

.maps {
  min-height: 300px;
}

.maps iframe {
  width: 100%;
  height: 380px;
}

.contact__item {
  height: 100%;
  padding: 32px 30px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  word-break: break-word;
}

.contact__item .contact__icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #f5f7fd;
  font-size: 24px;
  color: #05c46b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact__item .contact__body {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.contact__item .contact__body .contact__title {
  margin: 0;
  margin-bottom: 5px;
}

.contact__item .contact__body a {
  color: #05c46b;
}

.contact__item .contact__info li {
  padding: 0;
}

.contact__item .contact__info li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .contact__item {
    padding: 20px 15px;
  }
  .contact__item .contact__body .contact__title {
    margin-bottom: 4px;
  }
}

.contact__item:hover .contact__icon {
  background: #05c46b;
  color: #fff;
}

.preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #042656;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-circle img {
  width: 40%;
  height: 40%;
  object-fit: contain;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Blog Section Starts Here*/

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

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

.post__item .post__thumb a {
  display: block;
}

.post__item .post__thumb .category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 4px 15px;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  background: #05c46b;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.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__content {
  padding: 30px;
}

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

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

.post__item .post__content .meta__date {
  border-left: 5px solid #05c46b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  justify-content: space-between;
  padding: 5px;
}

.post__item .post__content .meta__date .meta__item {
  font-size: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
}

.post__item .post__content .meta__date .meta__item i {
  font-size: 20px;
  color: #05c46b;
  margin-right: 6px;
}

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

.post__item .post__read {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 25px;
  color: #05c46b;
}

@media (max-width: 991px) {
  .post__item .post__content {
    padding: 25px 15px 20px;
  }
}

.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: #05c46b;
  -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*="twitter"] {
  background: #55acee;
}

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

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

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

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

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

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

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

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

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

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

/*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;
}

/*Sidebar*/

.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: #042656;
  padding: 10px 0;
  border-bottom: 1px solid rgba(4, 38, 86, 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: #f5f7fd;
  font-size: 14px;
  text-decoration: none;
  color: #042656;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
  background: #05c46b;
  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;
}

.widget__post .widget__post__content span {
  font-size: 14px;
  color: #05c46b;
}

/*Blog Single*/

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

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

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

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

.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: 24px;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  color: #042656;
  font-style: italic;
  text-align: center;
  padding: 0 30px;
  border-left: 3px solid #05c46b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@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: #fff;
  color: #042656;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__tag li a:hover,
.post__tag li a.active {
  background: #05c46b;
  color: #fff;
}

.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: #05c46b;
  -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*="twitter"] {
  background: #55acee;
}

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

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

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

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

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

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

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

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

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

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

.bg--section .post__item {
  background: #f5f7fd;
}

.bg--section .post__item .meta__date {
  background: #fff;
}

.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: #05c46b;
}

.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: 70px;
  height: 70px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(5, 196, 107, 0.73);
  line-height: 75px;
  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: #05c46b;
  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--outline--btn {
  color: #05c46b;
  border-radius: 5px;
  line-height: 24px;
  padding: 10px 22px;
  border: 1px solid rgba(5, 196, 107, 0.5);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}

.cmn--outline--btn:hover {
  color: #fff;
  border-color: #05c46b;
  background: #05c46b;
  text-decoration: underline;
}

.cmn--outline--btn.btn--sm {
  padding: 7px 20px;
}

.cmn--outline--btn.btn--md {
  padding: 10px 25px;
}

.cmn--outline--btn.btn--lg {
  padding: 13px 35px;
}

.cmn--outline--btn.btn--block {
  padding: 10px 25px;
  display: block;
}

.cmn--outline--btn i {
  margin-left: 5px;
}

.cmn--btn {
  color: #fff;
  line-height: 24px;
  padding: 12px 22px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #05c46b;
  border: 1px solid transparent;
  font-size: 16px;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  font-family: "Josefin Sans", sans-serif;
  justify-content: center;
}

.cmn--btn::before,
.cmn--btn::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #042656;
  opacity: 0;
}

.cmn--btn:hover {
  color: #fff;
  border-color: #05c46b;
  text-decoration: underline;
}

.cmn--btn:hover::before,
.cmn--btn:hover::after {
  transition: all ease-out 0.5s;
  opacity: 1;
}

.cmn--btn:hover::before {
  right: 100%;
}

.cmn--btn:hover::after {
  left: 100%;
}

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

.cmn--btn.btn--md {
  padding: 10px 25px;
}

.cmn--btn.btn--lg {
  padding: 15px 35px 11px;
}

.cmn--btn.btn--block {
  text-align: center;
  display: block;
}

.cmn--btn i:last-child {
  margin-left: 5px;
}

.cmn--btn i:first-child {
  margin-right: 5px;
}

.cmn--btn.btn--white {
  color: #0f2d92;
  border: none;
}

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

.button-area {
  align-items: center;
  margin: -5px;
}

.button-area a {
  margin: 5px;
}

.button-area .video-button {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.dark-version {
  color: #93b4ca;
  background: #0a1227;
}

.dark-version .bg--body {
  background-color: #0a1227 !important;
}

.dark-version .preloader,
.dark-version .menu li .submenu,
.dark-version .bg--section {
  background-color: #0f1932 !important;
}

.dark-version.bg--body {
  background-color: #0a1227 !important;
}

.dark-version.bg--section {
  background-color: #0f1932 !important;
}

.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version .form--control,
.dark-version .text--title {
  color: #fff !important;
}

.dark-version h1 a,
.dark-version h2 a,
.dark-version h3 a,
.dark-version h4 a,
.dark-version h5 a,
.dark-version h6 a,
.dark-version .form--control a,
.dark-version .text--title a {
  color: #fff;
}

.dark-version h1 a:hover,
.dark-version h2 a:hover,
.dark-version h3 a:hover,
.dark-version h4 a:hover,
.dark-version h5 a:hover,
.dark-version h6 a:hover,
.dark-version .form--control a:hover,
.dark-version .text--title a:hover {
  color: #05c46b;
}

.dark-version .crypto-change-btn,
.dark-version .color-version {
  color: #93b4ca;
}

.dark-version .widget.widget__category ul li a,
.dark-version .post__quote,
.dark-version .right-menus .right-item-icon a {
  color: #fff;
}

.dark-version .contact__wrapper__1,
.dark-version .contact__wrapper__2 .contact__wrapper__2_inner,
.dark-version .widget.widget__category ul li a,
.dark-version .market--table tbody tr td:not(:last-child),
.dark-version .select-bar,
.dark-version .menu li .submenu,
.dark-version .header-top,
.dark-version .header-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-version .change-crpto-wrapper .wrapper .item a,
.dark-version .menu li .submenu a .info,
.dark-version .menu li a {
  color: #93b4ca;
}

@media (max-width: 991px) {
  .dark-version .menu li.open > a,
  .dark-version .menu li > a:hover {
    color: #192a56;
  }
}

.dark-version .menu li .submenu li:hover > a {
  background: rgba(255, 255, 255, 0.1);
}

.dark-version .header-bar span {
  background: #fff;
}

.dark-version .border {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark-version .change-crpto-wrapper .wrapper .item a:hover,
.dark-version .select-bar {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.dark-version .change-crpto-wrapper .wrapper .item a:hover option,
.dark-version .select-bar option {
  background: #0f1932;
}

.dark-version .market--table {
  background: #0f1932;
}

.dark-version .market--table thead th {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.dark-version .market--table tbody tr {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-version .market--table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {
  .dark-version .market--table tbody tr td::before {
    color: #fff;
  }
  .dark-version .market--table tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.05);
  }
}

.dark-version .coin__single-wrapper a,
.dark-version .notifications li a .info,
.dark-version .text--body {
  color: #93b4ca !important;
}

.dark-version .notifications li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dark-version .footer-links li a {
  color: #93b4ca;
}

.dark-version .footer-links li a:hover {
  color: #05c46b;
}

.dark-version .footer-social li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0f1932;
}

.dark-version .footer-social li a:hover {
  color: #05c46b;
}

.dark-version .faq__item .right--icon::after,
.dark-version .faq__item .right--icon:before {
  background: #93b4ca;
}

.dark-version .faq__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-version .coin__single-top-header .title small {
  background: rgba(255, 255, 255, 0.2);
}

.dark-version .ranks span {
  background: rgba(255, 255, 255, 0.08);
}

.dark-version .ranks span:first-child {
  background: rgba(255, 255, 255, 0.2);
}

.dark-version .post__tag li a {
  background: #0f1932;
  color: #fff;
}

.dark-version .post__tag li a:hover {
  background: #05c46b;
}

.dark-version .post__tag li:last-child a {
  background: #05c46b;
}

.dark-version .btc__widget-body .exchange__currency input {
  color: #fff;
}

.dark-version .btc__widget-body .exchange__currency input::placeholder {
  color: #fff;
}

.dark-version .btc__widget-body .exchange__currency:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-version .statistics-item .info,
.dark-version .statistics-item ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-version .contact__item .contact__icon {
  background: #0a1227;
}

.dark-version .contact__item:hover .contact__icon {
  background: #05c46b;
}

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

.pagination {
  margin: -3px;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.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(5, 196, 107, 0.2);
  color: #fff;
  padding: 0;
  display: block;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.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: #05c46b;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 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(5, 196, 107, 0.3);
  border: none;
  color: #fff;
}

a {
  text-decoration: none;
}

.input-group.right-style .form--control {
  border-radius: 6px 0 0 6px !important;
}

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