@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@500;600&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: #042656;
  font-family: "Roboto Slab", 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: #1e90ff;
}

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;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  margin-top: -3px;
  font-weight: 500;
}

p {
  margin-top: -8px;
}

p:last-child {
  margin-bottom: -7px !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 70px;
    margin-top: -16px;
  }

  h2 {
    font-size: 48px;
    margin-top: -7px;
  }

  h3 {
    font-size: 36px;
    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;
}

.bg--overlay::after,
.bg--overlay-2::after,
.banner-section::after {
  position: absolute;
  content: "";
}

.social-icons,
.footer-links,
.footer-links li,
.menu,
.banner__wrapper,
.banner--list,
.dashboard-header,
.dashboard__item .dashboard__header,
.dashboard__item,
.deposit-information-group,
.deposit-preview,
.deposit-item,
.team__item,
.team__item .team__social,
.profile-wrapper,
.post__item .post__content .post__date,
.widget.widget__tags ul,
.widget__post,
.post__tag,
.post__share,
.message__chatbox__header,
.reply-item,
.button-area {
  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;
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }

  .pb-120 {
    padding-bottom: 120px;
  }

  .mw-lg-100 {
    max-width: 100%;
  }
}

/*Section Header*/
.mb-30-none {
  margin-bottom: -30px !important;
}

.mb-40-none {
  margin-bottom: -40px !important;
}

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: #000;
}

body *::-webkit-scrollbar-button {
  background-color: #000;
}

body *::-webkit-scrollbar-thumb {
  background-color: #000000;
}

*::selection {
  background-color: #1e90ff;
  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: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.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: #1e90ff;
}

.social-icons li a:hover i {
  color: #fff;
}

.section__header {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section__header {
    margin-bottom: 40px;
  }
}

.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: #1e90ff;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

.section__cate::before,
.section__cate::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #1e90ff;
  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;
}

.section__header .progress-bar-striped {
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.4) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.4) 75%,
      transparent 75%,
      transparent);
  background-size: 0.4rem 0.4rem;
}

.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);
}

[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;
}

.bg--body {
  background-color: #fff !important;
}

.bg--section {
  background-color: #f1f5f8 !important;
}

.btn--base,
.badge--base,
.bg--base {
  background-color: #1e90ff !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
  background-color: hsl(var(--base)) !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: #1e90ff !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: #1e90ff !important;
}

.text--title {
  color: #042656 !important;
}

.text--star {
  color: #e9ba17 !important;
}

.text--1 {
  color: #1e90ff !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.bg--none {
  background: none !important;
}

.bg--section .form--control,
.bg--section .reply-item {
  background: #fff;
}

.bg--body .form--control,
.bg--body .reply-item {
  background: #f1f5f8;
}

/*Footer Section*/
.footer-logo {
  max-width: 285px;
  margin: 0 auto 40px;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  width: 100%;
}

.footer-links {
  justify-content: center;
}

.footer-links li {
  padding: 0px 5px;
  align-items: center;
}

.footer-links li a {
  padding: 5px 10px;
  color: #fff;
}

.footer-links li::after {
  content: "|";
  color: #1e90ff;
  font-size: 12px;
}

.footer-links li:last-child::after {
  display: none;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom {
  margin: 0 -5px;
}

.footer-bottom .copyright {
  padding: 5px;
  max-width: 600px;
}

.footer-bottom .social-icons {
  margin: 0;
  font-size: 18px;
}

.footer-bottom .social-icons li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
}

@media (max-width: 575px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .social-icons,
  .footer-bottom .copyright {
    width: 100%;
    justify-content: center;
  }
}

.footer--text {
  max-width: 640px;
  margin: 0 auto 30px;
  text-align: center;
  color: #ddd;
}

footer.bg--overlay::after {
  background: linear-gradient(0deg, rgba(4, 38, 86, 0.5), #042656);
}

.copyright .footer-links li a {
  color: #042656;
}

.copyright .footer-links li a::after {
  color: #1e90ff;
}

.menu {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
}

.menu li {
  padding: 0;
}

.menu li a {
  font-size: 16px;
  padding: 5px 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .menu li .submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #fff;
    -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(4, 38, 86, 0.1);
    font-weight: 700;
    color: rgba(4, 38, 86, 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: #1e90ff;
    color: #fff;
    padding-left: 22px;
  }

  .menu li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #042656;
    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;
  }

  .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(4, 38, 86, 0.09) !important;
    font-size: 14px;
    line-height: 40px;
    justify-content: center;
  }
}

@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: 700;
  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;
  }
}

.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: #fff;
  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;
  background: rgba(30, 144, 255, 0.1);
  padding-top: 17px;
  padding-bottom: 17px;
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header.active .header-bottom,
header.inActive .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #042656;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 575px) {

  header.active .header-bottom,
  header.inActive .header-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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;
}

@media (max-width:424px) {
  .header-top-item {
    padding: 0px;
    font-size: 15px;
  }
}

.header-top-item a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-top-item a i {
  margin-right: 5px;
}

@media screen and (max-width: 480px) {
  .meta-list {
    text-align: center;
    justify-content: center;
    gap: 8px;
  }

  .meta-list a {
    justify-content: center;
  }
}

.header-wrapper {
  align-items: center;
}

.header-wrapper .logo {
  width: 220px;
}

.header-wrapper .logo a {
  display: block;
  height: 60px;
}

.header-wrapper .logo img {
  width: 100%;
  max-height: 75px;
  object-fit: contain;
  object-position: left;
}

.lightbox-container {
  z-index: 999;
}

/*Banner Section Starts Here*/
.banner-section {
  padding: 300px 0 200px;
  position: relative;
  overflow: hidden;
  background-position-y: top;
}

.banner-section::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, black, rgba(0, 0, 0, 0.3));
}

.banner-section>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .banner-section {
    padding: 230px 0 100px;
  }
}

@media (max-width: 575px) {
  .banner-section {
    padding: 250px 0 100px;
  }
}

.banner__wrapper {
  justify-content: space-between;
  align-items: center;
}

.banner__wrapper .banner__left {
  width: 100%;
  max-width: 620px;
}

.banner__wrapper .banner__left .banner__left__title {
  margin-bottom: 30px;
}

.banner__wrapper .banner--list {
  margin-bottom: 30px;
}

.banner__wrapper .banner__right {
  width: calc(100% - 620px);
  max-width: 350px;
}

@media (max-width: 1199px) {
  .banner__wrapper .banner__left {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {

  .banner__wrapper .banner__left,
  .banner__wrapper .banner__right {
    width: 100%;
  }

  .banner__wrapper .banner__left {
    margin-bottom: 50px;
  }

  .banner__wrapper .banner__left .banner__left__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .banner__wrapper .banner__left .banner--list li {
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) and (max-width: 400px) {
  .banner__wrapper .banner__left .banner--list li {
    font-size: 16px;
  }
}

.banner--list li {
  width: 100%;
  max-width: 250px;
  display: flex;
}

.banner--list li i {
  color: #1e90ff;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 3px;
}

.banner-hot-plan {
  padding: 60px 40px 40px;
  background: rgba(30, 144, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  color: #ddd;
}

.banner-hot-plan .hot__plan__subtitle {
  position: absolute;
  margin: 0;
  right: 30px;
  top: 30px;
  padding: 7px 25px;
  font-size: 16px;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 450px) {
  .banner-hot-plan .hot__plan__subtitle {
    font-size: 14px;
  }
}

.banner-hot-plan .hot__plan__price {
  margin: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 1;
}

.banner-hot-plan .hot__plan__price sup {
  font-size: 50%;
  top: -30px;
}

.banner-hot-plan .hot__plan__info {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.banner-hot-plan .cmn--btn {
  margin-top: 40px;
}

.banner-hot-plan .check__icon {
  position: absolute;
  right: 40px;
  top: 40px;
  line-height: 1;
  font-size: 70px;
  color: rgba(40, 199, 111, 0.41);
}

@media screen and (max-width: 400px) {
  .banner-hot-plan {
    padding: 40px 20px;
  }

  .banner-hot-plan .hot__plan__price {
    font-size: 44px;
  }
}

.hero-section {
  padding: 230px 0 65px;
}

.hero-section::after {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 500px) {
  .hero-section {
    padding: 260px 0px 65px;
  }
}

.hero__content .title {
  margin-bottom: 10px;
}

.breadcrumb li {
  color: #fff;
  font-weight: 400;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb li a:hover {
  color: #1e90ff;
}

.breadcrumb li a::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin: 0 10px;
  transform: rotate(-80deg) translate(3px, -3px);
}

.side-menu-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 115px;
  height: 100vh;
  background: #1e90ff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .side-menu-area {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .side-menu-area.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.side-menu {
  padding: 40px 0;
  overflow-y: auto;
  max-height: 100%;
}

.side-menu li {
  text-align: center;
  padding: 0;
}

.side-menu li a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  padding: 10px;
  margin: 0 5px;
}

.side-menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.side-menu li a i {
  font-size: 30px;
  line-height: 1;
}

.side-menu li a span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.side-menu li a.active {
  background: #fff;
  color: #042656;
}

.dashboard-header {
  width: 100%;
  left: 0;
  top: 0;
  background: #042656;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.dashboard-header .logo {
  padding: 10px 0;
  max-width: 200px;
}

.dashboard-header .logo a {
  display: block;
  height: 60px;
}

.dashboard-header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dashboard-area {
  padding-left: 115px;
}

@media (max-width: 767px) {
  .dashboard-area {
    padding-left: 0;
  }
}

.dashboard__item {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
  box-shadow: 0 0 10px rgba(30, 144, 255, 0.1);
  border: 1px solid rgba(4, 38, 86, 0.1);
  backdrop-filter: blur(10px);
  height: 100%;
  align-items: center;
  text-align: left;
}

.dashboard__item .dashboard__header {
  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: #042656;
  background: #1e90ff;
  display: block;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.dashboard__item a {
  margin: 0;
  color: rgba(4, 38, 86, 0.9);
}

@media (max-width: 575px) {
  .dashboard__item {
    max-width: 350px;
  }
}

.dashboard__item * {
  position: relative;
}

.dashboard__item .dashboard__icon {
  margin: 0;
}

.dashboard__item .cont {
  max-width: calc(100% - 60px);
  padding-left: 20px;
}

.dashboard__item .cont .dashboard-header {
  justify-content: space-between;
}

.dashboard__item .cont .dashboard-header .title {
  font-size: 28px;
  line-height: 1;
}

.dashboard__item:hover .dashboard__icon {
  background: #fff !important;
  color: #1e90ff;
}

div[class*="col"]:nth-of-type(6n + 2) .dashboard__item .dashboard__icon {
  background: #05bbc9;
}

div[class*="col"]:nth-of-type(6n + 1) .dashboard__item .dashboard__icon {
  background: #fe721c;
}

div[class*="col"]:nth-of-type(6n + 3) .dashboard__item .dashboard__icon {
  background: #ff4b4b;
}

div[class*="col"]:nth-of-type(6n + 4) .dashboard__item .dashboard__icon {
  background: #876cfe;
}

div[class*="col"]:nth-of-type(6n + 5) .dashboard__item .dashboard__icon {
  background: #8e3ff0;
}

div[class*="col"]:nth-of-type(6n + 6) .dashboard__item .dashboard__icon {
  background: #1e90ff;
}

.fixed-copyright {
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fixed-copyright {
    padding-left: 115px;
  }
}

.fixed-copyright .footer-links li a {
  color: #042656;
}

body {
  position: relative;
  min-height: 100vh;
}

.cmn--table {
  margin: 0;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(4, 38, 86, 0.1);
}

.cmn--table thead tr th {
  font-family: "Roboto Slab", sans-serif;
  padding: 10px;
  text-align: center;
  border: none;
  background: #1e90ff;
  color: #fff;
}

.cmn--table thead tr th:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.cmn--table thead tr th:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}

.cmn--table thead tr th:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.cmn--table tbody {
  text-align: center;
}

.cmn--table tbody tr td {
  vertical-align: middle;
  padding: 8px 5px;
  border-color: #e5e5e5;
}

.cmn--table tbody tr td .badge {
  text-transform: capitalize;
}

.cmn--table tbody tr td:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.cmn--table tbody tr td .date {
  font-size: 14px;
}

@media (min-width: 992px) {
  .cmn--table {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(30, 144, 255, 0.23);
  }

  .cmn--table .details {
    max-width: 260px;
    margin: 0 auto;
    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;
    text-align: right;
  }

  .cmn--table tbody tr td::before {
    content: attr(data-label);
    margin-right: 10px;
    text-align: left;
  }

  .cmn--table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
  }

  .cmn--table tbody tr:nth-child(even) {
    background: #f1f5f8;
  }
}

.dashboard-dashboard-icon {
  position: relative;
  padding: 5px;
}

.dashboard-dashboard-icon .avatar {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.dashboard-dashboard-icon .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom--card {
  height: 100%;
  box-shadow: 0 0 5px rgba(4, 38, 86, 0.1);
}

.custom--card .card-header {
  background: #042656;
  margin-left: -1px;
  margin-right: -1px;
  padding: 10px;
}

.custom--card .card-header .card-title {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.custom--card .card-footer {
  text-align: center;
  background: transparent;
}

.deposit-information-group {
  align-items: center;
  margin: 10px;
}

.deposit-information-group .invest-label {
  width: 180px;
  color: #042656;
  font-weight: 500;
  font-family: "Roboto Slab", sans-serif;
  text-transform: capitalize;
  text-align: right;
  margin: 0;
}

.deposit-information-group .deposit-inner-group {
  width: calc(100% - 180px);
  padding-left: 20px;
}

@media screen and (max-width: 540px) {

  .deposit-information-group .invest-label,
  .deposit-information-group .deposit-inner-group {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .deposit-information-group .deposit-inner-group {
    margin-bottom: 10px;
  }
}

.deposit-inner-group {
  position: relative;
}

.deposit-inner-group .input-group-addon {
  padding: 0 15px;
  background: #fff;
  color: #042656;
  font-weight: 500;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  line-height: 43px;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.deposit-inner-group input.form-control {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 45px;
}

.deposit-inner-group textarea.form-control {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 100px;
}

.deposit-modal .modal-header {
  background: #042656;
}

.deposit-modal .modal-header .modal-title {
  color: #fff;
}

.deposit-preview {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(30, 144, 255, 0.1);
  max-width: 720px;
  margin: 0 auto;
}

.deposit-preview-two {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(30, 144, 255, 0.1);
  max-width: 350px;
  margin: 0 auto;
}

.deposit-preview .deposit-thumb {
  width: 330px;
}

.deposit-preview .deposit-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deposit-preview .deposit-content {
  width: calc(100% - 330px);
  border: 1px solid rgba(4, 38, 86, 0.1);
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.deposit-preview .deposit-content ul {
  width: 100%;
}

.deposit-preview .deposit-content ul li {
  padding: 10px 0;
  font-size: 14px;
}

.deposit-preview .deposit-content ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {

  .deposit-preview .deposit-content,
  .deposit-preview .deposit-thumb {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .deposit-preview .deposit-thumb {
    width: 200px;
  }

  .deposit-preview .deposit-content {
    width: calc(100% - 200px);
  }
}

@media (max-width: 575px) {
  .deposit-preview {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .deposit-preview .deposit-thumb {
    width: 100%;
  }

  .deposit-preview .deposit-content {
    padding: 20px 25px;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e5e5e5;
  }
}

.price-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 340px;
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
}

.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-item {
  font-family: "Open Sans", sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 144, 255, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .price-wrapper .pricing-item {
    max-width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (max-width: 767px) {
  .price-wrapper .pricing-item {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

.price-wrapper {
  margin: -15px 0;
}

@media screen and (min-width: 1200px) {
  .pricing-item {
    margin: 30px -0.5em;
  }

  .price-wrapper {
    margin: -30px 0;
  }

  .pricing-item:nth-of-type(3n + 2) {
    margin: 15px 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(30, 144, 255, 0.23);
  }

  .pricing-item:nth-of-type(5n + 5):last-child {
    margin: 30px;
  }
}

.pricing-deco {
  border-radius: 10px 10px 0 0;
  background: rgba(30, 144, 255, 0.99);
  padding: 4em 0 9em;
  position: relative;
}

.pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}

.deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-item .icon {
  font-size: 2.5em;
}

.pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.pricing-currency {
  font-size: 0.45em !important;
  vertical-align: top;
}

.pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}

.pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing-feature-list {
  margin: 0;
  padding: 0.25em 5px 20px;
  list-style: none;
  text-align: center;
}

.pricing-feature {
  padding: 8px 0;
}

.pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #1e90ff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing-action:hover,
.pricing-action:focus {
  background-color: #f1f5f8;
  color: #042656;
}

.pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

.pricing-text {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  margin-bottom: 25px;
  margin-top: -15px;
}

.deposit-item {
  justify-content: space-between;
  background: #1e90ff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.deposit-item .deposit-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.deposit-item .deposit-thumb,
.deposit-item .deposit-content {
  width: calc(50% - 15px);
}

.deposit-item .deposit-thumb img,
.deposit-item .deposit-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deposit-item .deposit-content {
  align-self: center;
}

.deposit-item .deposit-content ul {
  margin: 0;
  margin-bottom: 30px;
}

.deposit-item .deposit-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.deposit-item .deposit-content ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 540px) {
  .deposit-item {
    padding: 15px;
  }

  .deposit-item .deposit-content,
  .deposit-item .deposit-thumb {
    width: 100%;
  }

  .deposit-item .deposit-content {
    padding: 20px 0 0 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .deposit-item .deposit-content,
  .deposit-item .deposit-thumb {
    width: 100%;
  }

  .deposit-item .deposit-content {
    padding: 30px 0 0 0;
  }
}

div[class*="col"]:nth-of-type(6n + 2) .deposit-item {
  background: #05bbc9;
}

div[class*="col"]:nth-of-type(6n + 3) .deposit-item {
  background: #ff4b4b;
}

div[class*="col"]:nth-of-type(6n + 4) .deposit-item {
  background: #042656;
}

div[class*="col"]:nth-of-type(6n + 5) .deposit-item {
  background: #fe721c;
}

div[class*="col"]:nth-of-type(6n + 6) .deposit-item {
  background: #876cfe;
}

.price__item__2 {
  padding: 30px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  box-shadow: 0 0 10px rgba(30, 144, 255, 0.23);
}

.price__item__2 .price__title {
  margin-bottom: 15px;
}

.price__item__2 .price__item__body {
  padding-bottom: 20px;
}

.price__item__2 .price__item__body .price {
  color: #28c76f;
}

.price__item__2 .price__item__body .cpm {
  font-size: 18px;
  color: #7367f0;
}

.price__item__2 .price__item__body .save-price {
  font-size: 18px;
  margin-top: 40px;
}

.two-factor-content {
  padding: 30px 0;
}

.two-factor-content .subtitle {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

/*About Section*/
.about__item {
  display: flex;
}

.about__item .icon {
  font-size: 40px;
  line-height: 1;
  color: #1e90ff;
}

.about__item .info {
  align-self: center;
  padding-left: 15px;
}

.about__item .info .subtitle {
  font-size: 16px;
}

.para__text {
  margin-bottom: 25px;
}

.about-thumb {
  margin-right: 50px;
  position: relative;
}

.about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-thumb .about__video {
  position: absolute;
  left: 100%;
  top: 150px;
}

@media (max-width:991px) {
  .about-thumb .about__video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.about-thumb .about-experience {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #1e90ff;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  max-width: 100%;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  background: rgba(30, 144, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.about-thumb .about-experience .years {
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif;
}


.about-thumb-wrapper {
  padding-left: 10px;
  border-left: 7px solid #1e90ff;
}

.service__card {
  background: rgba(30, 144, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #ddd;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service__card .service__icon {
  font-size: 24px;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.service__card .service__content .service__title {
  color: #fff;
  margin-bottom: 20px;
}

.service__card:hover .service__icon {
  background: #1e90ff;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.team__item {
  align-items: center;
  position: relative;
}

.team__item::after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f1f5f8;
  z-index: -1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.team__item .team__thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
}

.team__item .team__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.team__item .team__content {
  padding: 30px 30px 26px;
  width: calc(100% - 100px);
  font-size: 14px;
}

.team__item .team__content .team__title {
  margin: 0;
  font-size: 18px;
}

@media screen and (max-width: 420px) {
  .team__item .team__thumb {
    width: 80px;
    height: 80px;
  }

  .team__item .team__content {
    padding: 20px 20px 15px;
    width: calc(100% - 80px);
  }
}

.team__item .team__social {
  margin: -5px;
}

.team__item .team__social li a {
  font-size: 16px;
  padding: 5px;
  text-decoration: none !important;
  color: #555555;
}

.team__item .team__social li a i[class*="facebook"] {
  color: #3b5998;
}

.team__item .team__social li a i[class*="twitter"] {
  color: #55acee;
}

.team__item .team__social li a i[class*="instagram"] {
  color: #e4405f;
}

.team__item .team__social li a i[class*="linkedin"] {
  color: #007bb5;
}

.team__item .team__social li a i[class*="skype"] {
  color: #2fb7df;
}

.team__item .team__social li a i[class*="youtube"] {
  color: #cd201f;
}

.team__item .team__social li a i[class*="tumblr"] {
  color: #34465d;
}

.team__item .team__social li a i[class*="behance"] {
  color: #1769ff;
}

.team__item .team__social li a i[class*="pinterest"] {
  color: #007bb5;
}

.team__item .team__social li a i[class*="google"] {
  color: #dd4b39;
}

.team__item .team__social li a i[class*="futbol"] {
  color: #db3776;
}

.team__item .team__social li a i[class*="vimeo"] {
  color: #1ab7ea;
}

.team__item .team__social li a i[class*="whatsapp"] {
  color: #25d366;
}

.team__item .team__social li a i[class*="camera"] {
  color: #e4405f;
}

.team__item .team__social li a i[class*="facebook"] {
  color: #3b5998;
}

.team__item .team__social li a:hover {
  color: #1e90ff;
}

.team__item:hover::after {
  background: #1e90ff;
}

.team__item:hover .team__thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.team__item:hover .team__content {
  color: #ddd;
}

.team__item:hover .team__content .team__title {
  color: #fff;
}

.team__item:hover .team__content .team__social li a i {
  color: #fff;
}

.counter__item {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
  border: 1px solid rgba(30, 144, 255, 0.1);
  display: flex;
  align-items: center;
}

.counter__item .counter__header {
  display: flex;
}

.counter__item .counter__content {
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.counter__item .counter__icon {
  font-size: 50px;
  line-height: 1;
  color: #1e90ff;
}

.client__item {
  margin-top: 50px;
  background: rgba(30, 144, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.client__item .client__header {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 20px;
}

.client__item .client__header .thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: -30px;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.client__item .client__header .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client__item .client__header .name__area {
  margin-left: auto;
  max-width: calc(100% - 120px);
  padding-top: 15px;
}

.client__item .client__header .name__area .designation {
  font-size: 14px;
}

.client__item .client__content {
  padding: 0 30px 30px;
}

@media (max-width: 575px) {
  .client__item .client__header {
    padding: 0 20px;
  }

  .client__item .client__content {
    padding: 0 20px 30px;
  }
}

@media screen and (max-width: 410px) {
  .client__item .client__header {
    padding: 0 20px;
  }

  .client__item .client__header .name__area {
    width: 100%;
    max-width: 100%;
  }

  .client__item .client__header .thumb {
    margin-bottom: -40px;
  }

  .client__item .client__content {
    padding: 0 20px 30px;
  }
}

.owl-dots {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
  margin-top: 25px;
  justify-content: center;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1e90ff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
  background: #1e90ff;
}

.owl-dots .owl-dot span {
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1e90ff;
}

.partner-thumb {
  position: relative;
  height: 45px;
  overflow: hidden;
}

.partner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  -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: -45px;
  -webkit-filter: grayscale(0);
}

.partner-thumb:hover img {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
}

.partner-thumb:hover img:nth-child(2) {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact-wrapper {
  padding: 50px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .contact-wrapper {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper {
    padding: 40px 15px;
  }
}

.location-area {
  font-size: 16px;
}

.location-area .location-item {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.location-area .location-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.location-area .location-item .location-thumb i {
  font-size: 40px;
  color: #1e90ff;
}

.location-area .location-item .location-content {
  width: calc(100% - 60px);
  padding-left: 20px;
  color: #ddd;
}

@media screen and (min-width: 450px) {
  .location-area .location-item .location-content {
    padding-left: 40px;
  }
}

.location-area .location-item .location-content span {
  display: block;
}

@media (max-width: 991px) {
  .location-area {
    margin-top: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .location-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .location-area .location-item {
    width: calc(100% / 2 - 15px);
  }

  .location-area .location-item .location-content {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .location-area .location-item {
    padding: 20px 0;
  }
}

.custom--label,
.account--section .form-label {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 15px;
}

.form--control-2 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
}

.form--control-2::placeholder,
.form--control::placeholder {
  color: #fff;
}

textarea.form--control-2 {
  height: 140px;
}

.profile-wrapper {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-wrapper .profile-user {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
}

.profile-wrapper .profile-user .thumb {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
}

.profile-wrapper .profile-user .thumb img {
  max-width: 100%;
}

.profile-wrapper .profile-form-area {
  width: calc(100% - 300px);
}

@media (min-width: 992px) {
  .profile-wrapper .profile-form-area {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .profile-wrapper .profile-form-area {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .profile-wrapper .profile-form-area {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .profile-wrapper {
    padding: 30px 15px;
  }
}

.account-form .form--control-2 {
  height: 60px;
}

.custom--shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.ads-thumb {
  height: 200px;
}

.ads-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ads-content {
  padding: 25px 0 10px;
}

.ads-content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 10px;
}

.ads-content .credit {
  font-size: 14px;
}

.fadeInUpSm {
  animation: fadeInUpSm 1s;
  -webkit-animation: fadeInUpSm 1s;
  -moz-animation: fadeInUpSm 1s;
}

@keyframes fadeInUpSm {
  0% {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeInDownSm {
  animation: fadeInDownSm 1s;
  -webkit-animation: fadeInDownSm 1s;
  -moz-animation: fadeInDownSm 1s;
}

@keyframes fadeInDownSm {
  0% {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeInUp {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeInDown {
  animation: fadeInDown 1s;
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {

  .fadeInDown,
  .fadeInDownSm,
  .fadeInUp,
  .fadeInUpSm {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
  }
}

/*BLog Section*/
.post__item .post__thumb {
  height: 250px;
}

.post__item .post__thumb a {
  display: block;
  height: 100%;
}

.post__item .post__thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__item .post__content {
  padding: 30px 20px;
  background: #f1f5f8;
}

.post__item .post__content .post__title {
  margin-bottom: 15px;
}

.post__item .post__content .post__text {
  margin-bottom: 30px;
}

.post__item .post__content .post__tags {
  margin-bottom: 14px;
}

.post__item .post__content .post__tags a {
  font-size: 14px;
  text-decoration: none;
  color: #555555;
}

.post__item .post__content .post__tags a:not(:last-child)::after {
  content: ",";
}

.post__item .post__content .post__tags a:first-child::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #555555;
  display: inline-block;
  margin-right: 2px;
  transform: translateY(-5px);
}

.post__item .post__content .post__date {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.post__item .post__content .post__date a {
  color: #555555;
}

.post__item .post__content .post__date a[class*="cmn"] {
  color: #042656;
  background: #f1f5f8;
  border-color: #e5e5e5;
}

.post__item:hover .post__content .post__date a[class*="cmn"] {
  color: #fff;
  background: #1e90ff;
  border-color: #1e90ff;
}

.post__item:hover .link--hover {
  background-size: 100% 100%;
  background-position-x: 0%;
}

.link--hover {
  background-image: linear-gradient(transparent calc(100% - 2px), #042656 2px);
  background-size: 0 100%;
  background-position-x: 100%;
  background-repeat: no-repeat;
  transition: color, background-size 0.4s ease 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  text-decoration: none;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.link--hover:hover {
  background-image: linear-gradient(transparent calc(100% - 2px), #1e90ff 2px);
  background-size: 100% 100%;
  background-position-x: 0%;
}

/*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: #fff;
  font-size: 14px;
  text-decoration: none;
  color: #042656;
  border: 1px solid rgba(4, 38, 86, 0.1);
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
  background: #1e90ff;
  color: #fff;
}

.widget__post {
  text-decoration: none;
}

.widget__post .widget__post__thumb {
  width: 80px;
  height: 80px;
}

.widget__post .widget__post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget__post .widget__post__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.widget__post .widget__post__content span {
  font-size: 14px;
  color: #1e90ff;
}

/*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: 22px;
  line-height: 1.5;
  font-family: "Roboto Slab", sans-serif;
  color: #042656;
  font-style: italic;
  text-align: center;
  padding: 0 30px;
  border-left: 3px solid #1e90ff;
}

@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: #f1f5f8;
  color: #042656;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(4, 38, 86, 0.1);
  background: #fff;
}

.post__tag li a:hover,
.post__tag li a.active {
  background: #1e90ff;
  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: #1e90ff;
  -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;
}

.message__chatbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.message__chatbox__header {
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #042656;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.message__chatbox__header .title {
  color: #fff;
  margin: 0;
}

.message__chatbox__body {
  padding: 30px;
}

@media (max-width: 575px) {
  .message__chatbox__body {
    padding: 15px;
  }
}

.reply-item {
  padding: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  margin: 10px;
  background: #f1f5f8;
}

.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(4, 38, 86, 0.1);
}

.reply-item .content-area .meta-date {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 767px) {
  .reply-item {
    padding: 0;
  }

  .reply-item .name-area,
  .reply-item .content-area {
    width: 100%;
    border: none;
  }

  .reply-item .name-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.reply-message-area {
  margin: -10px;
}

.reply-message-area li {
  padding: 0;
}

.reply-message-area li ul {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .reply-message-area li ul {
    padding-left: 50px;
  }
}

.bg--shadow {
  box-shadow: 0 0 10px rgba(4, 38, 86, 0.1);
}

select.form--control {
  flex: 1 1 auto;
  width: 1%;
  color: #042656;
}

select.form--control option {
  color: #042656;
}

.form--control {
  height: 60px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f1f5f8;
  border-color: rgba(4, 38, 86, 0.2);
  color: #042656;
}

.bg--glass .form--control {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #346dff4d !important;
}

.form--control::placeholder {
  color: #042656;
}

.form--control:focus {
  border-color: rgba(30, 144, 255, 0.2);
  box-shadow: none;
  background: inherit;
}

.bg--glass .form--control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

@media (max-width: 575px) {
  .form--control {
    height: 50px;
  }
}

input[type="file"].form--control {
  padding: 17px 24px;
  height: unset;
}

@media (max-width: 575px) {
  input[type="file"].form--control {
    padding: 12px 18px;
  }
}

textarea.form--control {
  padding: 20px;
  height: 160px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.form--group {
  margin-bottom: 20px;
}

.cmn--btn.form--control {
  color: #fff;
}

.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: #1e90ff;
}

.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(30, 144, 255, 0.73);
  line-height: 75px;
  text-align: center;
}

@media (max-width:991px) {
  .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about-thumb {
    margin-right: 0;
  }
}

.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: #1e90ff;
  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: #1e90ff;
  border-radius: 5px;
  line-height: 24px;
  padding: 10px 22px;
  border: 1px solid rgba(30, 144, 255, 0.5);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  text-transform: capitalize;
  font-family: "Roboto Slab", sans-serif;
}

.cmn--outline--btn:hover {
  color: #fff;
  border-color: #1e90ff;
  background: #1e90ff;
  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;
  border-radius: 5px;
  line-height: 24px;
  padding: 17px 22px;
  background: #1e90ff;
  border: 1px solid transparent;
  font-size: 16px;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  font-family: "Roboto Slab", sans-serif;
}

.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: #1e90ff;
  text-decoration: underline;
}

.cmn--btn:focus {
  outline: none;
}

.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: 7px 20px;
  font-size: 14px;
}

.cmn--btn.btn--md {
  padding: 10px 25px;
}

.cmn--btn.btn--lg {
  padding: 13px 35px;
}

.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;
}

.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);
  }
}

.menu>li:last-child .submenu {
  left: unset;
  right: 0;
}

.pagination {
  margin: -3px;
  margin-top: 25px;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(30, 144, 255, 0.2);
  color: #042656;
  padding: 0;
  display: block;
  margin: 0;
  border: 1px solid rgba(4, 38, 86, 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: #1e90ff;
  color: #fff;
  border: 1px solid rgba(4, 38, 86, 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(30, 144, 255, 0.3);
  border: none;
  color: #042656;
}

a {
  text-decoration: none;
}

.loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}

.dot {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}

.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #32aacc;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}

.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}

.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}

.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}

@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

.preloader {
  background: #042656;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.option-cl--black option {
  color: #01141a;
}

.option-cl--black {
  border-color: rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 4px 0 0 4px;
}

#phoneInput .letter {
  max-width: calc(100% / 7) !important;
}

#phoneInput .field-wrapper {
  max-width: 450px;
  margin: 0 auto;
}

.langSel {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  height: 35px;
  color: #fff;
  padding: 0 5px;
  border-radius: 0px;
  font-size: 14px;
}

.langSel option {
  background: #192a56;
}

.langSel:focus {
  box-shadow: none;
}

/*Account Upgrade CSS*/
.account--section {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.account--section::after {
  height: 100vh !important;
  position: fixed !important;
}

.bg--glass {
  background: rgba(30, 144, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-wrapper .logo {
  max-width: 250px;
  margin: 0 auto 40px;
}

.contact-wrapper .logo a {
  display: block;
}

.contact-wrapper .logo a img {
  max-width: 100%;
}

.pricing--img {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.nav-link:hover {
  color: hsl(var(--base)) !important;
}

label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}

.modal {
  z-index: 99999;
}

.modal-open header {
  opacity: 0.5;
}

.btn--base:disabled {
  background-color: #1e90ff6e !important;
  border-color: none !important;
  color: #fff !important;
}

.button--group {
  margin: -5px -15px;
}

.button--group .btn,
.button--group a {
  margin: 2px 3px;
}

.mb-20 {
  margin-bottom: 20px;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}