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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  color: #41404e;
  font-family: "Jost", sans-serif;
}

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

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

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  margin-top: -16px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
  margin-top: -14px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  margin-top: -9px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  margin-top: -9px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  margin-top: -7px;
  font-weight: 500;
}

p a {
  color: #ff6a00;
}

p a:hover {
  color: #ff6a00;
}

@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 80px;
  }

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

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

  h4 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
  }
}

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;
  background-size: cover;
  background-repeat: no-repeat;
}

.right_center {
  background-position: right center;
}

.left_center {
  background-position: left center;
}

.bottom_center {
  background-position: bottom center;
}

.bottom_left {
  background-position: bottom left;
}

.bottom_right {
  background-position: bottom right;
}

.top_center {
  background-position: top center;
}

.top_left {
  background-position: top left;
}

.top_right {
  background-position: top right;
}

.bg_contain {
  background-size: contain;
}

.bg--overlay::before,
.counter-section::before {
  position: absolute;
  content: "";
}

.social-icons,
.menu,
.social-icon,
.contact__item,
.reply-item,
.dashboard-item .dashboard-header,
.dashboard-item,
.custom--card .meta-info {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

/*Section Header*/
.mb-30-none {
  margin-bottom: -30px !important;
}

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

*::selection {
  background-color: #ff6a00;
  color: #ffffffff;
}

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

.bg--overlay {
  position: relative;
}

.bg--overlay::before {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}

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

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

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

.social-icons li a i {
  color: #211e38;
}

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

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

.section__header {
  margin-bottom: 30px;
}

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

  .section__header .section__category {
    font-size: 18px;
  }
}

.section__header p {
  margin-top: 0;
}

@media (min-width: 576px) {
  .section__header p {
    font-size: 18px;
  }
}

.section__header .section__category {
  display: inline-block;
  font-family: "Jost", sans-serif;
  margin-bottom: 26px;
  text-transform: uppercase;
  background: #ff6a00;
  position: relative;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.section__header .section__category::before,
.section__header .section__category::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ff6a00;
  transform: translateY(-5px);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
}

.section__header .section__category::before {
  margin-right: 5px;
}

.section__header .section__category::after {
  margin-left: 5px;
}

.section__header .section__title {
  text-transform: capitalize;
}

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

.section__header__center .section__category {
  margin-left: auto;
  margin-right: auto;
}

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

.section__header:not(.section__header__center) .section__category::after {
  display: none;
}

.section__title {
  margin-bottom: 15px;
}

.word--nobreak {
  white-space: nowrap;
}

.word--break {
  white-space: break-all;
}

a {
  text-decoration: none;
}

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

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

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

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

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

.btn--base,
.badge--base,
.bg--base {
  background-color: #ff6a00 !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: #211e38 !important;
}

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

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

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

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

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

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

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

.btn--1,
.badge--1,
.bg--1 {
  background-color: #ff6a00 !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: #211e38 !important;
}

.text--white {
  color: #ffffffff !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: #ff6a00 !important;
}

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

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

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

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

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

.shorten-form-area {
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

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

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

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

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

.footer-wrapper .quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

.footer-wrapper .quick-links li {
  padding: 6px 0;
}

.footer-wrapper .quick-links li a {
  color: #ffffffff;
  padding: 0px 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrapper .quick-links li a:hover {
  color: #ff6a00;
}

.footer-wrapper .quick-links li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .social-icon li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  transition: all ease 0.3s;
}

.footer-bottom .social-icon li a:hover i {
  color: #fff;
  background: #ff6a00;
}

.footer-section {
  position: relative;
  background: #211e38;
}

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

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

.menu {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.menu li {
  padding: 0;
}

.menu li a {
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffffff;
}

@media (min-width: 992px) {
  .menu li .cmn--btn:hover {
    background: #ffffffff;
  }

  .menu li .submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #ffffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    border-bottom: none;
  }

  .menu li .submenu li a {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(6, 22, 58, 0.1);
    color: rgba(6, 22, 58, 0.9);
  }

  .menu li .submenu li .submenu {
    left: 100%;
    top: 10px;
  }

  .menu li .submenu li:hover>.submenu {
    top: 0;
  }

  .menu li .submenu li:hover>a {
    background: #211e38;
    color: #ffffffff;
    padding-left: 22px;
  }

  .menu li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .menu li:last-child>a:not(.cmn--btn) {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #211e38;
    overflow: auto;
    max-height: calc(100vh - 100px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .menu li {
    padding: 0;
    border-bottom: 1px solid transparent;
  }

  .menu li.open ul li:last-child {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .menu li a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 20px;
    font-size: 16px;
  }

  .menu li:last-child>a {
    border: none;
  }

  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }

  .menu li .submenu li a {
    font-size: 14px;
  }

  .menu li .custom-button {
    border: 1px solid rgba(6, 22, 58, 0.09) !important;
    font-size: 14px;
    line-height: 40px;
    justify-content: center;
  }

  .menu .cmn--btn {
    margin: 15px 5px;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .menu {
    margin-left: auto;
  }
}

.header-section {
  position: fixed;
  width: 100%;
  left: 0;
  top: 5px;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-section.active {
  top: 0;
  background: -webkit-linear-gradient(90deg,
      #071a20 0%,
      #01141a 45%,
      #021013 100%);
  border: 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: 600;
  font-family: "Line Awesome Free";
  margin-left: 5px;
}

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

@media (min-width: 576px) {
  .header-bar {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .header-bar {
    display: none;
  }
}

.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: #ffffffff;
  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 {
    margin-right: 15px;
    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 {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-top: 17px;
  padding-bottom: 17px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

header.active .header-bottom,
header.inActive .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #211e38;
}

header.inActive .header-bottom {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

header.active .header-bottom {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-top-item {
  padding: 5px 10px;
  font-size: 16px;
}

.header-top-item i {
  color: #ff6a00;
}

.header-top-item a {
  color: #ffffffff;
  display: flex;
  align-items: center;
}

.header-top-item a i {
  margin-right: 5px;
}

.header-top-item .title {
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

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

.social-icon {
  margin: 0 -8px 0 10px;
}

.social-icon li {
  padding: 0;
}

.social-icon li a {
  padding: 3px 8px;
  color: #ffffffff;
}

@media screen and (max-width: 480px) {
  .meta-list {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .meta-list a {
    justify-content: center;
  }
}

.header-wrapper {
  align-items: center;
}

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

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

.header-wrapper .logo img {
  width: 200px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 99;
}

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

.header-top-item .select-bar {
  height: 30px;
  border-radius: 3px;
  border: none;
  outline: none;
  padding-left: 5px;
  background: transparent;
  color: #ffffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top-item .select-bar option {
  color: #404040;
}

.link-redirect-logo {
  width: 230px;
}

.link-redirect-logo a {
  display: block;
}

.link-redirect-logo a img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: left;
}

@media (max-width: 575px) {
  .link-redirect-logo {
    width: 150px;
  }
}

.link-redirect-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) -5%, #211e38 40%);
  padding: 15px 0;
}

.link-redirect-header .link-redirect-logo,
.link-redirect-header .skip-it {
  margin: 0 15px;
}

.link-redirect-header .skip-it a {
  display: block;
}

.link-redirect-header .skip-it a img {
  width: 100%;
}

.skip-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 20px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffffff;
}

.skip-btn:hover {
  color: #ffffffff;
}

.skip-btn i {
  position: relative;
  top: 1px;
  font-size: 16px;
}

@media (max-width: 575px) {
  .skip-btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.link-header-bottom {
  padding-left: 15px;
  padding-right: 15px;
}

.no-skip {
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 41px;
  background: rgba(234, 84, 85, 1);
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffffff;
}

@media (max-width: 575px) {
  .no-skip {
    line-height: 30px;
    font-size: 14px;
  }
}

.skip-it {
  position: relative;
}

.banner-section {
  padding: 290px 0 200px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner-section {
    padding: 220px 0 150px;
  }
}

.banner-bg {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  min-width: 2220px;
  overflow: hidden;
}

.hero-section::before,
.banner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #211e38;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) -5%, #211e38 40%);
  opacity: 0.96;
  z-index: 1;
}

.hero-section {
  padding: 228px 0 100px;
  position: relative;
}

.hero-section::before {
  opacity: 0.88;
}

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

@media (max-width: 991px) {
  .hero-section {
    padding-top: 200px;
  }
}

.hero-content {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  color: #ddd;
}

.hero-content .title {
  margin: 0;
  color: #ffffffff;
}

@media (min-width: 576px) {
  .hero-content p {
    font-size: 20px;
  }
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto;
}

.banner-content .banner-title {
  color: #ffffffff;
  margin-top: 50px;
  margin-bottom: 20px;
}

.banner-content .txt {
  font-size: 20px;
  color: #ddd;
}

.banner-content .cmn--btn:first-child:hover {
  color: #ffffffff;
}

.shorten-form-group {
  position: relative;
}

.shorten-form-group .form--control {
  background: #ff6a0026 !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: none;
  color: #111;
  height: 75px;
  padding-right: 190px;
  font-size: 22px;
  border-radius: 5px;
  padding-left: 20px;
}

@media screen and (max-width: 500px) {
  .shorten-form-area {
    background: transparent !important;
    padding: 0;
  }

  .shorten-form-group .form--control {
    background: rgba(255, 255, 255, 0.051) !important;
    border-color: rgba(255, 255, 255, 0.051) !important;
    color: #fff !important;
  }

  .shorten-form-group .form--control::placeholder {
    color: #fff !important;
  }
}

.shorten-form-group .form--control[readonly] {
  background: rgba(30, 144, 255, 0.05) !important;
}

.shorten-form-group .form--control::placeholder {
  color: #111;
}

.shorten-form-group .form--control:focus {
  border-color: rgba(30, 144, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ff6a00 0px 0px 0px 3px !important;
}

.shorten-form-group .cmn--btn {
  border: none;
  justify-content: center;
  width: 160px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 55px;
  border-radius: 5px;
}

.shorten-form-group .cmn--btn i {
  font-size: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 450px) {
  .shorten-form-group .form--control {
    height: 60px;
    padding-right: 135px;
    font-size: 16px;
  }

  .shorten-form-group .cmn--btn {
    bottom: 5px;
    right: 5px;
    height: 50px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    width: 110px;
  }

  .shorten-form-group .cmn--btn i {
    font-size: 16px;
  }
}

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

.how__wrapper {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.how__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px -25px;
}

.how__item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-bottom: 25px;
  text-align: center;
  display: block;
}

.how__item-inner {
  padding: 30px;
  background: #fff;
  /* box-shadow: 0 0 15px rgba(59, 54, 140, 0.2); */
  border-radius: 5px;
  height: 100%;
  position: relative;
  animation: shadowBase 1.5s linear infinite;
}

.how__item:nth-of-type(3n + 2) .how__item-inner {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}

.how__item:nth-of-type(3n + 3) .how__item-inner {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
}

@keyframes shadowBase {
  0% {
    box-shadow: 0 0 5px #ff6a0029;
  }

  50% {
    box-shadow: 0 0 25px #ff6a00;
  }

  100% {
    box-shadow: 0 0 5px #ff6a0029;
  }
}

@media screen and (max-width: 991px) {
  .how__item-inner {
    padding: 30px 23px;
  }
}

.how__item .icon {
  font-size: 60px;
  line-height: 1;
  color: #ff6a00;
  margin: 0 auto 20px;
  max-width: 80%;
}

.how__item .icon img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.how__item .cont .subtitle {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .how__item {
    margin: 0 auto 20px;
    width: 50%;
  }

  .how__item:nth-child(even) {
    border: none;
  }

  .how__item .cont .subtitle {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .how__item {
    width: 100%;
    max-width: 320px;
    border: none !important;
  }
}

.hero-redirect {
  padding: 228px 0 100px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-redirect {
    padding-top: 200px;
  }
}

.hero-redirect::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #211e38;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) -5%, #211e38 40%);
  opacity: 0.98;
  z-index: 1;
}

.hero-redirect .container,
.hero-redirect .container-fluid {
  position: relative;
  z-index: 1;
}

.hero-redirect .btn__grp {
  margin-top: 30px;
}

.hero-redirect .cmn--btn:hover {
  color: #ffffffff;
}

.hero-redirect .hero-content {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero-redirect .hero-content .content {
  width: 100%;
  max-width: 720px;
}

.service__item {
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  height: 100%;
}

.service__item .service__icon {
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  margin: 0 auto 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ff6a00;
}

.service__item .service__content {
  width: 100%;
}

.service__item .service__content .title {
  margin-bottom: 8px;
}

.service__item .service__content p {
  max-width: 360px;
  margin: 0 auto;
}

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

.service-wrapper {
  margin-bottom: -35px;
}

@media (max-width: 767px) {
  .service-wrapper {
    margin-bottom: -25px;
  }
}

.client-item {
  margin: 0 auto;
  text-align: center;
}

.client-item .subtitle {
  display: block;
}

.client-item blockquote {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  margin-bottom: 30px;
  position: relative;
}

.client-item blockquote::before {
  display: block;
  content: "\f10d";
  font-family: "Line Awesome Free";
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  z-index: -1;
  color: dodgerblue;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .client-item blockquote {
    font-size: 16px;
  }
}

.client--thumb {
  width: 100%;
}

@media (max-width: 991px) {
  .client--thumb {
    max-width: 450px;
    margin: 0 auto 20px;
    display: block;
  }
}

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

.owl-dots {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 6px;
  background: #ff6a00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 2px;
}

.owl-dots .owl-dot.active {
  width: 20px;
}

.video__wrapper {
  position: relative;
}

.video__wrapper .video__btn {
  position: absolute;
  left: 100px;
  top: 67px;
}

.video__wrapper img {
  width: 100%;
}

.counter__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px -30px;
}

.counter__item {
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.051);
}

.counter__item:hover .opacity-icon {
  transform: scale(1.3);
}

.counter__item .counter__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  background: #ff6a00;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 15px;
}

.opacity-icon {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.3;
  transition: all ease 0.3s;
  color: #111;
}

.counter__item .counter__header {
  display: flex;
  margin-bottom: 10px;
}

.counter__item .counter__header .title {
  line-height: 1;
  margin: 0;
  font-size: 24px;
}

.counter__item .subtitle {
  font-size: 16px;
}

.faq__item {
  background: #fff;
  margin-bottom: 20px;
}

.faq__item .faq__title {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq__item .faq__title .title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  width: calc(100% - 40px);
}

.faq__item .faq__title .right-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq__item .faq__title .right-icon::before,
.faq__item .faq__title .right-icon::after {
  position: absolute;
  content: "";
  background: #404040;
  top: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq__item .faq__title .right-icon::before {
  width: 2px;
  height: 20px;
}

.faq__item .faq__title .right-icon::after {
  width: 20px;
  height: 2px;
}

.faq__item .faq__content {
  padding: 25px 20px;
  display: none;
}

.faq__item .faq__content p {
  color: rgba(59, 54, 140, 0.7);
  margin-bottom: 25px;
  font-family: "Jost", sans-serif;
}

.faq__item .faq__content p b {
  font-weight: 600;
  color: #ff6a00;
}

.faq__item.open .faq__title {
  background: #ff6a00;
}

.faq__item.open .faq__title .title {
  color: #ffffffff;
}

.faq__item.open .faq__title .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item.open .faq__title .right-icon::before,
.faq__item.open .faq__title .right-icon::after {
  background: #ffffffff;
}

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

.bg--section .faq__wrapper .faq__item {
  background: #f7fbff;
}

.form--switch .form-check-input {
  height: 25px;
  width: 50px;
  box-shadow: none !important;
}

.form--switch .form-check-input:checked {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.form--switch-wrapper {
  align-items: center;
}

.form--switch-wrapper label {
  margin: 0;
  color: #404040;
  cursor: pointer;
}

.tab-contents .tab--pane {
  display: none;
}

.tab-contents .tab--pane:first-child {
  display: block;
}

.pricing__item {
  background: #fff;
  box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* padding-top: 20px; */
}

.pricing__item .pricing__body {
  max-width: 280px;
  margin: 0 auto;
}

.pricing__item .pricing__footer {
  padding: 0 30px 30px;
}

.pricing__item .pricing__footer .cmn--btn {
  width: 100%;
  justify-content: center;
}

.pricing__item .pricing__header {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.pricing__item .pricing__header .pricing__title {
  margin: 0 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  background: #ff6a00;
  padding: 5px;
  border-radius: 4px;
}

.pricing__item .pricing__price {
  padding: 15px 0 0;
}

.pricing__item .pricing__price .price {
  margin: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pricing__item .pricing__price .price sub {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  color: #555555;
  font-weight: 400;
  display: block;
  transform: translateY(-20px);
}

.pricing__item .pricing__price .cmn--btn {
  width: 100%;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing__item .pricing__footer .cmn--btn {
  border-radius: 30px;
}

.pricing__item .pricing__body {
  padding: 0 25px 30px;
  text-align: center;
}

.pricing__item .pricing__body .subtitle {
  margin-top: 20px;
  display: block;
}

.pricing__item .pricing__body ul {
  margin-top: 20px;
  text-align: left;
}

.pricing__item .pricing__body ul li {
  padding: 7px 0;
  display: flex;
  align-items: flex-start;
}

.pricing__item .pricing__body ul li:last-child {
  padding-bottom: 0;
}

.pricing__item .pricing__body ul li i {
  margin-top: 5px;
  margin-right: 7px;
  color: #28c76f;
}

.pricing__item .pricing__body ul li i[class*="times"] {
  color: #ea5455;
}

.sponsor-item {
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
}

.bg--section .sponsor-item {
  background: #f7fbff;
}

.sponsor-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.account-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .account-logo {
    margin-bottom: 40px;
  }
}

.account-section {
  padding: 50px;
  position: relative;
}

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

.account-section::before {
  inset: 0;
  position: absolute;
  content: "";
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) -5%, #211e38 80%);
  opacity: 0.8;
}

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

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

  .account-section .container {
    padding: 0;
  }
}

.account-wrapper {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ddd;
}

.account-wrapper .left-side {
  background: #211e38ec;
  padding: 60px 40px;
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
}

.account-wrapper .right-side {
  background: #211e38ec;
  padding: 60px 20px;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  border-radius: 0 40px 40px 0;
}

@media (min-width: 1400px) {
  .account-wrapper .right-side {
    padding: 60px 30px;
  }
}

@media (min-width: 992px) {
  .account-wrapper .row.flex-row-reverse .left-side {
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
  }

  .account-wrapper .row.flex-row-reverse .right-side {
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
  }
}

.account-wrapper .select-bar {
  height: 35px;
  padding: 0 5px;
  outline: none;
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.account-wrapper .select-bar option {
  background: #211e38;
}

@media (max-width: 991px) {
  .account-wrapper {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .account-wrapper .left-side {
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .account-wrapper .right-side {
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 575px) {
  .account-wrapper .left-side {
    padding: 35px 15px 40px;
  }

  .account-wrapper .right-side {
    padding: 45px 15px 40px;
  }
}

.account-wrapper .title {
  color: #ffffffff;
}

.account-logo {
  margin-bottom: 50px;
}

.account-logo .logo {
  max-width: calc(100% - 100px);
}

.account-logo .logo a {
  display: block;
}

.account-logo .logo img {
  height: 60px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.account-header {
  margin-bottom: 40px;
}

.account-header .title {
  font-weight: 500;
  margin-bottom: 20px;
}

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

.form--label {
  font-family: "Jost", sans-serif;
  color: #ffffffff;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}

.form--control-2 {
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  height: 35px;
  color: #ffffffff;
}

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

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

.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: #ff6a00;
  border-color: #ff6a00;
}

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

.recent__logins .item {
  text-align: center;
  padding: 12px;
}

.recent__logins .item .thumb {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ff6a00;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto 25px;
  position: relative;
  position: relative;
}

.recent__logins .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.recent__logins .item .thumb .hide-btn {
  position: absolute;
  right: 10px;
  top: 0;
  background: #ff6a00;
  color: #ffffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.recent__logins .item .name {
  font-weight: 500;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  color: #ffffffff;
}

.account-section {
  min-height: 100vh;
}

.social__media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.social__media li {
  padding: 3px;
}

.social__media li a i {
  width: 50px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  background: #ff6a00;
  color: #ffffffff;
}

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

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

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

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

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

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

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

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

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

.social__media li a i[class*="dribble"] {
  background: #ea4c89;
}

.social__media li a i[class*="basketball"] {
  background: #ea4c89;
}

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

.maps {
  height: 370px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.contact__item {
  padding: 25px 20px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

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

.contact__item-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff6a00;
  color: #ffffffff;
}

.contact__item-content {
  width: calc(100% - 60px);
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.contact__item-content .title {
  font-size: 22px;
  margin-bottom: 5px;
}

.contact__item-content li {
  padding: 0;
}

.contact__item-content a {
  color: #555555;
}

.contact__item-content a:hover {
  color: #ff6a00;
}

@media screen and (max-width: 400px) {
  .contact__item .contact__item-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .contact__item .contact__item-content {
    width: calc(100% - 50px);
    padding-left: 15px;
  }
}

.no-skip {
  cursor: no-drop;
}

.btn--grp-about {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px !important;
}

.counter-section {
  position: relative;
  background: #211e38;
}

.counter-section>div {
  position: relative;
}

.nav--tabs {
  border: none;
  margin: 0 0 25px;
}

.nav--tabs li {
  padding: 0;
}

.nav--tabs li a {
  text-decoration: underline;
  color: #404040;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav--tabs li a.active {
  background: #ff6a00;
  color: #ffffffff;
  text-decoration: none;
}

.redirect__item {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
  background: #fff;
}

.redirect__item .redirect__thumb {
  overflow: hidden;
  height: 250px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.redirect__item .redirect__thumb a {
  height: 100%;
  display: block;
}

.redirect__item .redirect__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;
}

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

.redirect__item .redirect__content a {
  margin: 7px;
  font-size: 20px;
  padding: 5px;
  color: #404040;
}

.redirect__item .redirect__content .price {
  font-size: 14px;
  background: rgba(30, 144, 255, 0.2);
  color: #ff6a00;
  border-radius: 5px;
  margin-right: auto;
  padding: 5px 10px;
  margin-left: 10px;
}

.redirect__item:hover .redirect__thumb img {
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}

.redirect__item:hover .redirect__content .price {
  color: #ffffffff;
  background: #ff6a00;
}

.banner__widget {
  background: #f7fbff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
}

.banner__widget-title {
  margin: 0;
  margin-bottom: 25px;
}

.banner__widget-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #ff6a00;
}

.banner__widget .track-form .form-control {
  height: 50px;
  box-shadow: none;
  padding: 0 15px;
  font-size: 14px;
}

.banner__widget .track-form .cmn--btn {
  height: 45px;
  width: 100%;
}

.banner__widget:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 450px) {
  .banner__widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.form--label {
  margin-bottom: 10px;
}

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

.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(59, 54, 140, 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--section .reply-item {
  background: #f7fbff;
}

.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7fbff;
}

.loader-inner {
  height: 24px;
  margin: 70px auto;
  position: relative;
}

.loader-inner .loader-dots {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff6a00;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.loader-inner .loader-dots:first-child {
  margin-left: -52px;
}

.loader-inner .loader-dots:last-child {
  margin-left: 28px;
}

.loader-inner .loader-dots:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.loader-inner .loader-dots:nth-child(1) {
  -webkit-animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(1):before {
  -webkit-animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2) {
  -webkit-animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2):before {
  -webkit-animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3) {
  -webkit-animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3):before {
  -webkit-animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@-webkit-keyframes loading-1 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-1 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading-2 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes loading-2 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes loading-3 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-3 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading-4 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes loading-4 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes loading-5 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-5 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading-6 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes loading-6 {

  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*Blog Section Starts Here*/
.post__item {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.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;
  height: 270px;
}

.post__item .post__thumb a {
  display: block;
  height: inherit;
}

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

.post__item .post__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;
}

.post__item .post__content {
  padding: 30px;
}

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

.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -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: #ff6a00;
  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: "Jost", sans-serif;
  margin-top: 10px;
  color: #ff6a00;
}

.post__item .content-content>* {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.post__item .content-content>*:not(:first-child) {
  display: none;
}

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

.post__share {
  display: flex;
  flex-wrap: wrap;
  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: #ffffffff;
  background: #ff6a00;
  -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: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*Sidebar*/
.blog-sidebar {
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

@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: #404040;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  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 {
  display: flex;
  flex-wrap: wrap;
  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: #f7fbff;
  font-size: 14px;
  text-decoration: none;
  color: #404040;
  border: 1px solid #e5e5e5;
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
  background: #ff6a00;
  color: #ffffffff;
}

.widget__post {
  display: flex;
  flex-wrap: wrap;
  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: #ff6a00;
}

/*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: "Jost", sans-serif;
  color: #404040;
  font-style: italic;
  text-align: center;
  padding: 0 30px;
  border-left: 3px solid #ff6a00;
}

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

.post__tag,
.post__share {
  display: flex;
  flex-wrap: wrap;
  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: #404040;
  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: #ff6a00;
  color: #ffffffff;
}

.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: #ffffffff;
  background: #ff6a00;
  -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;
}

.dashboard-menu {
  background: #fff;
  padding-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
  border: 1px solid #e5e5e5;
}

.dashboard-menu .user .title a {
  color: #404040;
}

.dashboard-menu ul li {
  padding: 0;
}

.dashboard-menu ul li a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-right: 3px solid transparent;
  color: #555555;
}

.dashboard-menu ul li a i {
  margin-right: 7px;
  color: #ff6a00;
  font-size: 20px;
}

.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
  background: rgba(59, 54, 140, 0.1);
  color: #404040;
  border-color: #ff6a00;
}

.dashboard-menu .side-sidebar-close-btn {
  right: 25px;
  top: 25px;
  display: none;
}

@media (max-width: 1199px) {
  .dashboard-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #211e38;
  }

  .dashboard-menu ul li a {
    color: #ddd;
  }

  .dashboard-menu ul li a:hover,
  .dashboard-menu ul li a.active {
    background: #ffffffff;
    color: #404040;
  }

  .dashboard-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .dashboard-menu .side-sidebar-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ea5455;
    font-size: 30px;
  }

  .dashboard-menu .user .title a {
    color: #ffffffff;
  }

  .dashboard-menu ul li a {
    color: #ffffffff;
  }

  .dashboard-menu ul li a:hover,
  .dashboard-menu ul li a.active {
    background: #ffffffff;
    color: #404040;
  }
}

.dashboard-menu .create-accounts {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffffff;
  display: flex;
  flex-wrap: wrap;
}

.dashboard-menu .create-accounts a {
  color: #ffffffff;
}

.user {
  text-align: center;
  padding: 25px;
}

.user .thumb {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.user .thumb a {
  display: block;
}

.user .thumb img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.user .content {
  text-transform: capitalize;
}

.dashboard-item {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #fff;
  box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
  text-align: center;
  border: 1px solid #e5e5e5;
  align-items: center;
  text-align: left;
  height: 100%;
  color: #021013;
}

.dashboard-item .opacity-icon {
  color: #111;
  font-size: 70px;
}

.dashboard-item:hover .opacity-icon {
  transform: scale(1.3);
}

.dashboard-item .dashboard-header {
  justify-content: center;
  align-items: center;
}

.dashboard-item .dashboard-header .title {
  margin: 0;
}

.dashboard-item .dashboard-icon {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #404040;
  background: #ff6a00;
  display: block;
  color: #ffffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 18px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.dashboard-item a {
  margin: 0;
  color: #021013;
}

@media (max-width: 575px) {
  .dashboard-item {
    margin: 0 auto;
    max-width: 350px;
  }
}

.dashboard-item *:not(.opacity-icon) {
  position: relative;
}

.dashboard-item .cont {
  width: 100%;
}

.dashboard-item .cont .dashboard-header {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.dashboard-item .cont .dashboard-header .title {
  font-size: 24px;
  line-height: 1;
}

.dashboard-item:hover {
  background: #ff6a00;
}

.dashboard-item:hover .title,
.dashboard-item:hover a,
.dashboard-item:hover .title,
.dashboard-item:hover span {
  color: #ffffffff;
}

.cmn--table td span {
  white-space: break-spaces;
  word-break: break-all;
}

.dashboard-item:hover .dashboard-icon {
  background: #ffffffff !important;
  color: #ff6a00;
}

.bg--section .cmn--table,
.bg--section .dashboard-item,
.bg--section .dashboard-menu {
  background: #f7fbff;
}

.bg--body .cmn--table,
.bg--body .dashboard-item,
.bg--body .dashboard-menu {
  background: #fff;
}

[class*="badge--"] {
  font-family: "Jost", sans-serif;
}

.cmn--table {
  margin: 0;
  border: none;
  background: #fff;
}

.cmn--table thead tr th {
  font-family: "Jost", sans-serif;
  padding: 15px 10px;
  text-align: center;
  color: #ffffffff;
  border: none;
  background: #ff6a00;
  border-right: 1px solid #e5e5e5;
}

.cmn--table thead tr th:first-child {
  border-left: 1px solid #e5e5e5;
}

.cmn--table thead tr th:last-child {
  border-right: 1px solid #e5e5e5;
}

.cmn--table tbody {
  text-align: center;
}

.cmn--table tbody tr td {
  vertical-align: middle;
  padding: 12px 5px;
  border-color: #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.cmn--table tbody tr td .td-wrapper {
  max-width: 80%;
  text-align: left;
}

@media (max-width: 991px) {
  .cmn--table tbody tr td .td-wrapper {
    max-width: 50%;
    text-align: right;
    word-break: break-all;
  }
}

@media (max-width: 767px) {
  .cmn--table tbody tr td .td-wrapper {
    max-width: 85%;
  }
}

/* @media (max-width: 575px) {
  .cmn--table tbody tr td .td-wrapper {
    max-width: 85%;
  }
} */

.cmn--table tbody tr td .badge {
  text-transform: capitalize;
}

.cmn--table tbody tr td:first-child {
  border-left: 1px solid #e5e5e5;
}

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

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

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

  .cmn--table tbody tr:first-child {
    border-top: 1px solid #e5e5e5;
  }

  .cmn--table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 10px 15px;
    gap: 12px;
  }

  .cmn--table tbody tr td::before {
    content: attr(data-label);
    white-space: nowrap;
    font-weight: bold;
  }

  .cmn--table tbody tr td:first-child {
    border-left: 1px solid #e5e5e5;
  }

  .cmn--table tbody tr:nth-child(even) {
    background: #F7FBFF;
    backdrop-filter: blur(15px);
  }
}

.d-title {
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 15px;
}

.user-profile {
  max-width: 350px;
}

@media (max-width: 991px) {
  .user-profile {
    margin: 0 auto 30px;
  }
}

.user-profile img {
  width: 100%;
}

.user-profile .thumb {
  position: relative;
  margin: 0 auto -50px;
  max-width: calc(100% - 30px);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.user-profile .thumb img {
  width: 100%;
}

.user-profile .content {
  background: #f7fbff;
  text-align: center;
  padding: 80px 15px 30px;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}

.user-profile .content .title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
}

.profile-area {
  padding: 30px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .profile-area {
    padding: 0;
    background: transparent;
    border: none;
  }
}

.bg--body .form--control {
  background: #fff;
}

.bg--body .form--control[readonly] {
  background: #fff;
}

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

.select-item-2 .select-bar {
  height: 50px;
}

.select-item-2 .select-bar .current {
  line-height: 50px;
}

.select-item-2 .list {
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}

.bg--section .custom--card {
  background: #f7fbff;
}

.bg--body .custom--card {
  background: #fff;
}

.custom--card {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.custom--card .card-header,
.custom--card .card-footer {
  border: none;
  background: rgba(59, 54, 140, 0.1);
  padding: 10px 15px;
  text-align: center;
}

.custom--card .card-header *,
.custom--card .card-footer * {
  margin: 0;
}

.custom--card .card-header {
  background: var(--main);
}

.custom--card .card-header .title {
  color: #ffffffff;
}

.custom--card .card-body {
  border: none;
}

.custom--card .card-body img {
  width: 100%;
}

.custom--card button.form--control {
  background: #ff6a00;
  border: none;
  color: #ffffffff !important;
}

.two-factor-content {
  padding: 20px;
}

.two-factor-content .two__fact__text {
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .two-factor-content {
    padding: 0;
  }
}

.subtitle--bordered {
  margin: 0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.chart--size {
  width: 100%;
  height: 400px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding-top: 30px;
  background: #fff;
}

@media (max-width: 1399px) {
  .chart--size {
    height: 350px;
  }
}

@media (max-width: 1199px) {
  .chart--size {
    height: 250px;
  }
}

.badge {
  font-weight: 400;
  padding: 4px 10px 6px;
  display: inline-block;
}

.dashboard-menu-open {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-left: auto;
  background: #ff6a00;
  color: #ffffffff;
  font-size: 30px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.custom--card .meta-info {
  justify-content: space-between;
  padding: 10px 10px 0;
}

.custom--card .meta-info .item {
  margin-bottom: 10px;
  color: #404040;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

.deposit-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.deposit-group .input-group {
  width: calc(100% - 200px);
}

.deposit-group .deposit--label {
  max-width: 200px;
  font-family: "Jost", sans-serif;
}

@media (max-width: 767px) {
  .deposit-group .input-group {
    width: calc(100% - 160px);
  }

  .deposit-group .deposit--label {
    max-width: 160px;
  }
}

@media (max-width: 575px) {

  .deposit-group .input-group,
  .deposit-group .deposit--label {
    width: 100%;
  }

  .deposit-group .deposit--label {
    margin-bottom: 10px;
  }
}

.form--control {
  background: #fff;
  height: 52px;
  box-shadow: none !important;
  outline: none !important;
}

.form--control[readonly] {
  background: #f7fbff !important;
}

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

.bg--section .form--control {
  background: #f7fbff;
}

.bg--section .form--control[readonly] {
  background: #f7fbff !important;
}

.input-group .input-group-text {
  color: #ffffffff;
  border: none;
}

.form--label-2 {
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}

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

.form--control[type="file"] {
  height: unset;
  line-height: 50px;
  padding: 0 10px;
}

.remove-image {
  position: absolute;
  right: 25px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ea5455;
  color: #ffffffff;
  border-radius: 3px;
  display: none;
  z-index: 9;
  cursor: pointer;
}

.user-profile {
  position: relative;
}

.two-factor-scan {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.change-wrapper {
  padding: 25px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .change-wrapper {
    padding: 20px;
  }
}

.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffffff;
  z-index: 9;
  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: #ff6a00;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.scrollToTop:hover {
  color: #ffffffff;
}

.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__btn {
  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: #ff6a00;
  line-height: 75px;
  text-align: center;
}

.video__btn img {
  width: 100%;
}

.video__btn i {
  font-size: 24px;
  color: #ffffffff;
}

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

.video__btn::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__btn::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

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

.cmn--btn {
  color: #ffffffff;
  border-radius: 5px;
  line-height: 24px;
  font-weight: 500;
  padding: 14px 30px 12px;
  background: #ff6a00;
  border: 1px solid rgba(30, 144, 255, 0.2);
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Jost", sans-serif;
}

.cmn--btn:hover {
  background: transparent;
  color: #404040;
}

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

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

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

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

.cmn--btn.txt__btn {
  padding: 0;
  text-transform: capitalize;
  font-weight: 600;
  border: none !important;
  text-decoration: underline;
  background: transparent !important;
}

.btn.fz--16 {
  font-size: 16px;
}

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

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

button.cmn--btn:hover {
  background: #ff6a00;
  color: #ffffffff;
}

.btn__grp {
  margin: -5px;
}

.btn__grp .cmn--btn {
  margin: 5px;
}

.btn__grp .cmn--btn:nth-of-type(2n) {
  background: transparent;
  color: #ffffffff;
  border-color: rgba(255, 255, 255, 0.404);
}

.btn__grp .cmn--btn:nth-of-type(2n):hover {
  background: #ff6a00;
  color: #ffffffff !important;
}

@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:nth-last-of-type(1) .submenu,
.menu>li:nth-last-of-type(2) .submenu {
  left: unset;
  right: 0;
}

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

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

.pagination .page-item a,
.pagination .page-item span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  color: #404040;
  padding: 0;
  line-height: 40px;
  display: block;
  margin: 0;
  border: 1px solid rgba(59, 54, 140, 0.2);
  background: #fff;
}

.pagination .page-item a.active,
.pagination .page-item span.active {
  background: #ff6a00;
}

.pagination .page-item span {
  border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #ff6a00;
  color: #ffffffff;
  border-color: rgba(59, 54, 140, 0.2);
}

.pagination .page-item.disabled span {
  background: rgba(30, 144, 255, 0.3);
  border: none;
  color: #ffffffff;
}

.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #211e38;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
  color: #ddd;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
}

.map-area iframe {
  width: 100%;
  height: 485px;
}

@media (max-width: 1199px) {
  .map-area iframe {
    height: 450px;
  }
}

@media (max-width: 500px) {
  .map-area iframe {
    height: 450px;
  }
}

.form--control.style--trans {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.form--control.style--trans::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

select.form--control.style--trans option {
  color: #363636;
}

.account-wrapper .left-side.auth {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 1199px) {
  .dashboard-menu .user .content .title {
    color: #fff;
  }
}

@media screen and (min-width: 576px) {

  .shorten-form-group .cmn--btn.copy,
  .shorten-form-group .cmn--btn.new {
    width: 80px;
    max-width: 45%;
  }

  .shorten-form-group .cmn--btn.new {
    right: 10px;
  }

  .shorten-form-group .cmn--btn.copy {
    right: 100px;
  }
}

@media screen and (max-width: 575px) {
  .short__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 0;
  }

  .shorten-form-group .cmn--btn.copy,
  .shorten-form-group .cmn--btn.new {
    position: relative;
    width: 60px;
    flex-grow: 1;
    max-width: calc(50% - 5px);
    right: 0;
    bottom: unset;
  }

  .short__group-wrap .form--control[readonly] {
    padding: 0 15px !important;
  }
}

.banner__img {
  position: absolute;
  bottom: 30px;
  left: calc(50% + 150px);
}

@media screen and (max-width: 1199px) {
  .banner__img {
    left: calc(50% + 250px);
  }
}

@media screen and (max-width: 991px) {
  .client-slider {
    padding-bottom: 0;
  }

  .client--img {
    max-width: 450px;
    margin: 0 auto;
  }

  .client--img img {
    width: 100%;
  }

  .banner__img {
    display: none;
  }
}

.btn--base:disabled {
  background-color: var(--base);
  border-color: var(--main);
  color: #fff;
}

.payment-item__btn-text {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
  height: 52px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

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



.input-group-text {
  background: var(--main);
}

.form-control:disabled {
  background-color: #e9ecef !important;
}

/* language */
.language-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 12px;
  border-radius: 4px;
  width: 130px;
  background-color: rgb(255 255 255 / 3%);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: 38px;
}

.language_flag {
  flex-shrink: 0;
}

.language_flag img {
  height: 20px;
  width: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.language-wrapper.show .collapse-icon {
  transform: rotate(180deg);
}

.collapse-icon {
  font-size: 14px;
  display: flex;
  transition: all linear 0.2s;
  color: white;
}

.language_text_select {
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin: 0;
}

.language-content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.language_text {
  color: #ffffff;
  margin: 0;
}

.language-list {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  cursor: pointer;
}

.language .dropdown-menu {
  position: absolute;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  display: unset;
  background: #211e38;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  min-width: 150px;
  padding: 7px 0 !important;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 10%);
}

.language .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

/* language */

.modal-header .close {
  border: none;
  background: transparent;
}

hr {
  border-top: 1px solid #b3b3b3;
}

.card {
  border-color: #e5e5e5;
}

.form--control {
  border-color: #e5e5e5 !important;
}