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

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  h6 {
    font-size: 20px;
    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;
}

.color-tooltip::before {
  position: absolute;
  content: "";
}

.widget__post,
.widget.widget__tags ul,
.post__tag,
.post__share,
.review-item .content .entry-meta,
.review-item,
.widget-check-group,
.contact__item,
.deposit-item,
.deposit-preview,
.social--icons,
.dashboard__header-top-right,
.dashboard__header-top,
.profile-wrapper,
.reply-item,
.header-wrapper,
.social-icons {
  display: flex;
  flex-wrap: wrap;
}

.video-button,
.widget-check-color input:checked + label::before,
.widget-check-color label img,
.widget-check-color label,
.about-thumb .video__btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body *::-webkit-scrollbar-button {
  background-color: #4fc4f7;
}

body *::-webkit-scrollbar-thumb {
  background-color: #4fc4f7;
}

*::selection {
  background-color: #4fc4f7;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.bg--overlay {
  position: relative;
}

.bg--overlay::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(11, 37, 74, 0.9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4fc4f7;
  margin-bottom: 35px;
}

.section__header .title {
  font-weight: 400;
  margin: 0;
  background: #4fc4f7;
  padding: 14px 40px 10px 18px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 100%, 0% 100%);
  font-size: 20px;
  display: inline-block;
  margin-bottom: -1px;
  color: #fff;
}

@media (max-width: 575px) {
  .section__header .title {
    font-size: 16px;
    padding: 10px 40px 6px 18px;
  }
}

.view--all {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: "Josefin Sans", sans-serif;
  color: #0b254a;
  text-decoration: underline;
  font-size: 20px;
}

section:not(.top-brands-section):nth-of-type(odd) .section__header {
  flex-direction: row-reverse;
}

section:not(.top-brands-section):nth-of-type(odd) .section__header .title {
  padding: 14px 18px 10px 40px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 575px) {
  section:not(.top-brands-section):nth-of-type(odd) .section__header .title {
    padding: 10px 18px 6px 40px;
  }
}

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

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

.btn--base,
.bg--base {
  background-color: #4fc4f7 !important;
}

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

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

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

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

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

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

.btn--dark,
.bg--dark {
  background-color: #0b254a !important;
}

.btn--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: #0b254a;
}

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

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

.btn--title,
.badge--title,
.bg--title {
  background-color: #0b254a !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: #0b254a !important;
}

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

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

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

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

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

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

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

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

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

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

.bg--base-3 {
  background-color: #1769ff !important;
}

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

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

.text--base-3 {
  color: #1769ff !important;
}

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

.badge {
  border-radius: 15px !important;
  padding: 5px 15px 3px;
  position: relative;
  border-radius: 5px;
  font-size: 13px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  border: 1px solid #2ecc71;
  color: #2ecc71;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--primary {
  background-color: rgba(83, 82, 237, 0.1);
  border: 1px solid #5352ed;
  color: #5352ed;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #000000;
}

.badge--discount {
  background-color: #ea5455;
  border: 1px solid #ea5455;
  color: #fff;
}

.badge--info {
  background-color: rgba(30, 161, 242, 0.1);
  border: 1px solid #1e9ff2;
  color: #1e9ff2;
}

.tos-links a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: rgba(79, 196, 247, 0.12);
  color: #0b254a;
  height: 100%;
  border-radius: 10px;
  cursor: unset;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .tos-links a {
    padding: 20px 15px;
  }
}

.tos-links a .subtitle {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}

.tos-links a .icon {
  width: 50px;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
  color: #4fc4f7;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .tos-links a .icon {
    width: 35px;
  }
}

.tos-links a .icon img {
  width: 100%;
}

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

@media (max-width: 1199px) and (min-width: 992px) {
  .tos-links a .content {
    width: calc(100% - 35px);
    padding-left: 10px;
  }
}

.tos-links a .content p {
  margin-bottom: 0;
  font-size: 13px;
}

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

.footer-top,
.footer-bottom {
  padding: 70px 0;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px -40px;
}

.footer__widget {
  width: 160px;
  flex-grow: 1;
  margin-bottom: 30px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .footer__widget {
    width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  .footer__widget {
    width: calc(100% / 6);
  }
}

.footer__widget .title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}

.footer__widget ul li a {
  color: #d2e2ff;
  font-size: 14px;
}

.footer__widget ul li a:hover {
  color: #fff;
}

.footer__widget ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  margin-right: 5px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  background: #4fc4f7;
}

.footer__bottom__widget {
  color: #d2e2ff;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 40px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer__bottom__widget {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .footer__bottom__widget {
    width: calc(100% / 4);
  }
}

.footer__bottom__widget .title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}

.footer__bottom__widget p {
  margin: 0;
}

.footer__bottom__widget .pay-img {
  width: calc(100% / 4);
  height: 45px;
  padding: 4px;
}

@media (max-width: 991px) {
  .footer__bottom__widget .pay-img {
    width: calc(100% / 5);
  }
}

@media (max-width: 767px) {
  .footer__bottom__widget .pay-img {
    width: calc(100% / 8);
  }
}

@media screen and (max-width: 430px) {
  .footer__bottom__widget .pay-img {
    width: calc(100% / 6);
  }
}

@media screen and (max-width: 360px) {
  .footer__bottom__widget .pay-img {
    width: calc(100% / 5);
  }
}

.footer__bottom__widget .pay-img img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newletter-form .form-control {
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
  border: 1px solid rgba(79, 196, 247, 0.1);
}

.newletter-form .form-control::placeholder {
  color: #fff;
}

.newletter-form .cmn--btn {
  width: 45px;
  padding: 0;
}

footer {
  position: relative;
  background: url(./img/footer-bg.png) #0b254a center center;
}

footer .scrollTop {
  position: absolute;
  bottom: 70px;
  right: 15px;
  -webkit-transform: translateY(-160%) rotate(-90deg);
  -ms-transform: translateY(-160%) rotate(-90deg);
  transform: translateY(-160%) rotate(-90deg);
  color: #fff;
  z-index: 1;
}

footer .scrollTop::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #4fc4f7;
  left: 100%;
  top: 11px;
}

@media screen and (max-width: 1300px) {
  footer .scrollTop {
    right: -25px;
  }
}

@media screen and (max-width: 575px) {
  footer .scrollTop {
    display: none;
  }
}

.copyright-area {
  display: flex;
  justify-content: space-between;
  color: #d2e2ff;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.051);
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  margin: -10px;
}

.copyright-area .copyright {
  padding: 0 10px;
}

.copyright-area .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.copyright-area .links li {
  padding: 0;
}

.copyright-area .links li a {
  padding: 0 10px;
  color: #fff;
}

.copyright-area .links li:not(:last-child) a {
  border-right: 1px solid rgba(79, 196, 247, 0.3);
}

@media (max-width: 991px) {
  .copyright-area {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}

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

.header__top__wrapper .contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 10px;
  font-size: 14px;
  padding: 5px 0;
}

.header__top__wrapper .contact-list a {
  color: #fff;
}

.header__top__wrapper ul:not(.social-icons) li {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

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

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

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

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

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

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

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

.change-language span {
  color: #4fc4f7;
  margin-right: 2px;
}

.change-language a {
  color: #0b254a;
}

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

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

@media (max-width: 767px) {
  .change-language a {
    color: #fff;
  }

  .change-language a:not(:last-child)::after {
    color: #4fc4f7;
  }
}

.change-language .language {
  height: 32px;
  padding-left: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  outline: none;
  background: #ebe9e900;
  color: #f5f6f9;
}

.change-language .language option {
  color: #0b254a;
  background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-bottom {
  position: sticky;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 999;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ffffff !important;
  box-shadow: 0 0 5px 10px rgba(11, 37, 74, 0.1);
  border-bottom: 1px solid #e3e4ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-area .menu li:hover,
  .menu-area .menu li.open {
    border-color: #4fc4f7;
  }

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

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

  .menu-area .menu > li:first-child > a {
    border-top: 1px solid rgba(79, 196, 247, 0.2);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-area .menu li a.active {
    text-decoration: underline;
  }
}

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

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

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

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

  .menu-area .menu li .submenu li a {
    padding: 10px;
    color: #0b254a;
  }

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

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

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

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

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

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

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

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

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

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

  .menu-area .cart-wrapper {
    position: absolute;
    right: 30px;
    top: 25px;
  }
}

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

.cart-wrapper {
  gap: 12px;
}

.cart--btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.cart--btn .qty {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -3px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
}

.cart--btn:hover {
  color: #fff;
}

.banner-promo a {
  height: 100%;
  display: block;
}

.banner-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

@media (max-width: 991px) {
  .banner-promo {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .banner-promo {
    height: 140px;
  }
}

@media screen and (max-width: 400px) {
  .banner-promo {
    height: 100px;
  }
}

.search--group {
  position: relative;
}

.search--group .form-control {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
  padding: 0 20px;
  box-shadow: none;
  border-color: #4fc4f7;
}

.search--group .cmn--btn {
  padding: 5px 12px 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.category-link-area {
  position: relative;
  z-index: 99;
}

.category-link-area .cmn--btn {
  background: #fff;
  padding: 0 15px;
  height: 40px;
  color: #0b254a;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .category-link-area .category-link {
    position: absolute;
    width: 200px;
    opacity: 0;
    visibility: hidden;
  }

  .category-link-area .menuButton {
    display: none;
  }

  .category-link-area:hover .category-link {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .category-link-area {
    text-align: center;
    font-size: 14px;
  }

  .category-link-area .categoryButton,
  .category-link-area .menuButton {
    margin: 0 auto 20px;
    text-align: center;
  }

  .category-link-area .categoryButton:not(.active),
  .category-link-area .menuButton:not(.active) {
    background: transparent;
    color: #4fc4f7;
  }

  .category-link-area .category-link {
    display: none;
  }

  .category-link-area .category-link li {
    padding: 0;
  }

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

  .category-link-area .category-link li.cate-icon > a {
    display: flex;
    justify-content: space-between;
  }

  .category-link-area .category-link li.cate-icon > a::after {
    content: "\f107";
  }

  .category-link-area .category-link li .category-sublink {
    display: none;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .category-link-area .category-link li .category-sublink li {
    background: rgba(255, 255, 255, 0.051);
  }

  .category-link-area .category-link li .category-sublink li:last-child {
    border: none;
  }

  .category-link-area .category-link li .category-sublink li a {
    padding: 8px 15px 5px;
  }

  .category-link-area .category-link li .category-sublink li a .subtitle {
    color: #fff;
  }

  .category-link-area .category-link li .category-sublink li a .info {
    color: #d2e2ff !important;
  }

  .category-link-area .category-link li .category-sublink li:first-child {
    border-radius: 5px 5px 0 0;
  }

  .category-link-area .category-link li .category-sublink li:last-child {
    border-radius: 0 0 5px 5px;
  }

  .category-link-area .category-link li:hover,
  .category-link-area .category-link li.open {
    border-color: #4fc4f7;
  }

  .category-link-area .category-link li:hover > a,
  .category-link-area .category-link li.open > a {
    background: #4fc4f7;
    color: #fff;
  }

  .category-link-area .category-link li:hover.cate-icon > a,
  .category-link-area .category-link li.open.cate-icon > a {
    background: #4fc4f7;
    color: #fff;
  }

  .category-link-area .category-link li:hover.cate-icon > a::after,
  .category-link-area .category-link li.open.cate-icon > a::after {
    color: #fff;
    content: "\f106";
  }

  .category-link-area .category-link > li:first-child > a {
    border-top: 1px solid rgba(79, 196, 247, 0.2);
  }
}

/*Banner Section*/
.banner-slider {
  position: relative;
}

.owl-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 1;
}

.owl-dots .owl-dot {
  margin: 3px;
}

.owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #fff;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: #4fc4f7;
}

.banner__wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .banner__wrapper {
    padding: 0 15px;
  }
}

.banner__wrapper-category {
  width: 250px;
}

.banner__wrapper-category-inner,
.banner__wrapper-products-inner {
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.banner__wrapper-category-inner-header,
.banner__wrapper-products-inner-header {
  background: #4fc4f7;
  padding: 12px 10px 8px;
  margin: 0;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.banner__wrapper-category .category-link,
.banner__wrapper-products .category-link {
  flex-grow: 1;
}

.banner__wrapper-products {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .banner__wrapper-products {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .banner__wrapper-products {
    width: 250px;
    margin-top: 0;
  }
}

.banner__wrapper-products-inner {
  height: 100%;
}

.banner__wrapper-products-inner-body {
  flex-grow: 1;
  padding: 15px;
  background: #0b254a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.banner__wrapper-content {
  width: 100%;
}

.banner__wrapper-content-inner {
  border: 1px solid #e3e4ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
}

.banner__wrapper-content-inner a {
  height: 100%;
  overflow: hidden;
}

.banner__wrapper-content-inner a img {
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .banner__wrapper-content-inner {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .banner__wrapper-content {
    width: calc(100% - 250px);
    padding-left: 12px;
  }

  .banner__wrapper-content-inner {
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .banner__wrapper-content {
    width: calc(100% - 500px);
    padding: 0 24px;
  }

  .banner__wrapper-content-inner {
    height: 500px;
  }
}

.banner__wrapper-content-inner a {
  display: block;
}

.banner__wrapper-content-inner a img {
  width: 100%;
}

@media (min-width: 992px) {
  .category-link {
    padding: 8px 0;
    position: relative;
    border: 1px solid #e3e4ff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #fff;
  }

  .category-link li {
    padding: 0;
  }

  .category-link li a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    padding: 2px 12px;
    color: #0b254a;
    display: flex;
    justify-content: space-between;
  }

  .category-link li > a {
    padding: 5px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .category-link li > a {
    padding: 2px 20px;
  }
}

@media (min-width: 992px) {
  .category-link li .category-sublink {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 8px 0;
    background: #ffffff;
    width: 200px;
    border-left: 1px solid #e3e4ff;
    visibility: hidden;
    opacity: 0;
    left: 100%;
  }
}

@media (min-width: 992px) {
  .category-link li:hover > .category-sublink {
    visibility: visible;
    opacity: 1;
  }

  .category-link li:hover > a {
    background: rgba(11, 37, 74, 0.07);
    padding-left: 23px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .category-link {
    padding: 8px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .category-link {
    padding: 8px 0;
  }

  .category-link-wrapper {
    width: 220px;
  }
}

.cate-icon > a::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 600;
}

.deal__item {
  background: #fff;
  display: flex;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}

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

.deal__item-img {
  width: 80px;
}

.deal__item-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.deal__item-cont {
  color: #0b254a;
  padding-left: 15px;
}

.deal__item-cont .price {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.deal__item-cont del {
  font-size: 14px;
  line-height: 1;
}

.product-max-xl-slider {
  width: 100%;
}

@media (min-width: 1200px) {
  .product-max-xl-slider {
    max-height: 420px;
    overflow-y: auto;
  }

  .product-max-xl-slider::-webkit-scrollbar {
    display: none;
  }

  .product-max-xl-slider::-moz-scrollbar {
    display: none;
  }

  .product-max-xl-slider::-ms-scrollbar {
    display: none;
  }
}

.banner-section {
  position: relative;
}

.custom--card {
  border: none;
  background-color: #fff !important;
  box-shadow: 0 3px 25px rgba(11, 37, 74, 0.17);
}

.custom--card .card-header {
  background: #4fc4f7;
  border: 0;
  margin-top: -1px;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.custom--card .card-header .card-title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.custom--card .card-header .title {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.custom--card .card-footer {
  text-align: center;
  background: #fff;
  border: 0;
  padding: 15px;
}

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

.form--control:disabled,
.form--control[readonly] {
  background: rgba(11, 37, 74, 0.07);
  border-color: rgba(11, 37, 74, 0.1) !important;
}

.cmn--table {
  margin-bottom: 0;
  box-shadow: 0 5px 25px rgba(11, 37, 74, 0.1);
}

.cmn--table thead {
  background: #4fc4f7;
}

.cmn--table thead th {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cmn--table thead th:last-child {
  border-radius: 0 7px 7px 0;
}

.cmn--table thead th:first-child {
  border-radius: 7px 0px 0px 7px;
  text-align: left;
}

@media (max-width: 575px) {
  .cmn--table thead th {
    padding: 10px 15px;
  }
}

.cmn--table .thumb img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

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

.cmn--table tbody tr td {
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  text-align: center;
}

@media (max-width: 575px) {
  .cmn--table tbody tr td {
    padding: 10px 15px;
  }
}

.cmn--table tbody tr td:first-child {
  text-align: left;
}

.cmn--table tbody tr td:last-child {
  text-align: right;
}

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

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

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

  .cmn--table tbody tr td:not(:last-child) {
    border-bottom: 1px dashed rgba(11, 37, 74, 0.1);
  }

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

  .cmn--table tbody tr:not(:last-child) {
    border-bottom: 1px dashed rgba(11, 37, 74, 0.1);
  }

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

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

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

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

@media (max-width: 575px) {
  .form--group {
    margin-bottom: 15px;
  }
}

.form--control-3 {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(79, 196, 247, 0.1);
  color: #fff;
  height: 50px;
}

.form--control-3::placeholder {
  color: #fff;
}

.form--control-3:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border: 1px solid rgba(79, 196, 247, 0.1);
}

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

.form--control-3[type="file"] {
  padding: 15px 20px;
  height: unset;
}

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

.form--control-3:not(button) {
  box-shadow: none;
  outline: none;
}

textarea.form--control-3 {
  height: 140px;
}

.form--group-select .select2-container--default .select2-selection--single {
  background: #ffffff;
  border-color: #e3e4ff;
  height: 50px;
}

.form--group-select .select2-container {
  width: 100% !important;
}

.bg--section .select2-container--default .select2-selection--single,
.bg--section .form--control-3 {
  background: #f7fbfe;
}

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

.ticket__wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(11, 37, 74, 0.1);
  background: #fff;
}

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

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

.ticket__wrapper-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #4fc4f7;
}

.reply-item {
  padding: 15px 0;
  border: 1px solid rgba(79, 196, 247, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  margin: 10px;
}

.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(11, 37, 74, 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-item::before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

.profile-wrapper {
  padding: 20px;
  box-shadow: 0 5px 25px rgba(11, 37, 74, 0.1);
}

.profile-wrapper .profile-user {
  text-align: center;
  width: 100%;
  max-width: 250px;
  position: relative;
  margin: 0 auto 40px;
}

.profile-wrapper .profile-user .thumb {
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  position: relative;
}

.profile-wrapper .profile-user .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.profile-img-upload {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
}

.profile-wrapper .profile-form-area {
  width: calc(100% - 250px);
}

@media (min-width: 1200px) {
  .profile-wrapper .profile-form-area {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .profile-wrapper .profile-form-area {
    width: 100%;
  }
}

.remove-image {
  display: none;
  font-size: 40px;
  color: #ea5455;
  right: -20px;
  top: -7px;
  position: absolute;
  cursor: pointer;
  line-height: 1;
}

@media screen and (max-width: 340px) {
  .remove-image {
    right: 10px;
  }
}

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

.two-factor-content .subtitle {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.two-factor-thumb {
  max-width: 150px;
  margin: 0 auto;
}

.two__fact__text {
  margin-bottom: 35px;
}

.about--list li {
  position: relative;
  padding-left: 20px;
}

.about--list li::before {
  content: "";
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #4fc4f7;
  position: absolute;
}

.about--list li:last-child {
  padding-bottom: 0;
}

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

.about-thumb {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

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

.about-thumb::before {
  content: "";
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
}

.counter-item {
  padding: 40px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  backdrop-filter: blur(6px);
  overflow: hidden;
  border: 1px solid rgba(79, 196, 247, 0.2);
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-area .contact-content .contact-content-botom .contact-info li .icon {
  font-size: 24px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #4fc4f7;
}

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

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

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

.contact-area .contact-wrapper {
  max-width: 600px;
  padding: 50px 40px;
  border: 1px solid rgba(79, 196, 247, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

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

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

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

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

.dashboard__sidebar .cmn--btn {
  padding: 6px 20px;
}

/*Dashborad*/
.dashboard__sidebar {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}

.dashboard__sidebar .dashboard__logo {
  position: relative;
}

.dashboard__sidebar .dashboard__logo .close-dashboard-sidebar {
  color: #ea5455;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
}

.dashboard__sidebar .dashboard__author {
  padding: 25px 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard__sidebar .dashboard__author .thumb {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  position: relative;
}

.dashboard__sidebar .dashboard__author .thumb a {
  height: inherit;
  width: inherit;
}

.dashboard__sidebar .dashboard__author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.dashboard__sidebar .dashboard__author .content {
  text-align: center;
}

.dashboard__sidebar .dashboard__author .content .title {
  margin: 0;
}

.dashboard__sidebar .dashboard__author .content .title a {
  font-size: 20px;
  line-height: 1.2;
}

.dashboard__sidebar .dashboard__author .content .cmn--btn {
  font-size: 14px;
  padding: 3px 10px;
}

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

.dashboard__sidebar .side__menu__footer .side__menu__footer__inner {
  padding: 20px 15px;
  text-align: center;
}

.dashboard__sidebar .side__menu__area {
  overflow: hidden;
}

.dashboard__sidebar .sidebar-container {
  overflow-y: auto;
  height: 100%;
}

.dashboard__sidebar .sidebar-container::-webkit-scrollbar {
  width: 3px;
}

.dashboard__sidebar .sidebar-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}

div[class*="col"]:nth-of-type(4n + 1) > .dashboard-card {
  background: #5c42af;
}

div[class*="col"]:nth-of-type(4n + 2) > .dashboard-card {
  background: #ff9f43;
}

div[class*="col"]:nth-of-type(4n + 3) > .dashboard-card {
  background: #2ecc71;
}

div[class*="col"]:nth-of-type(4n + 4) > .dashboard-card {
  background: #1e9ff2;
}

div[class*="col"]:nth-of-type(4n + 5) > .dashboard-card {
  background: #5352ed;
}

div[class*="col"]:nth-of-type(4n + 6) > .dashboard-card {
  background: #ea5455;
}

.dashboard-card {
  background: #4fc4f7;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.dashboard-card::before,
.dashboard-card::after {
  position: absolute;
  content: "";
  width: 70px;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  right: 0;
  transform: translateX(45%);
}

.dashboard-card::before {
  top: 30px;
  transform: translateX(45%);
}

.dashboard-card::after {
  top: 80px;
  width: 90px;
  transform: translateX(25%);
}

.dashboard-card__icon {
  color: #fff;
  font-size: 24px;
}

.dashboard-card__content p {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
}

.dashboard-card__content .title {
  color: #fff;
}

.side__menu {
  padding: 5px 0 20px;
}

.side__menu-title {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  color: #4fc4f7;
}

.side__menu li {
  padding: 0;
}

.side__menu li a {
  display: flex;
  padding: 8px 15px;
  color: #555555;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  border-radius: 5px;
}

.side__menu li a:hover {
  background: rgba(79, 196, 247, 0.1);
  color: #4fc4f7;
}

.side__menu li a:hover i {
  color: #4fc4f7;
}

.side__menu li a.active {
  background: #4fc4f7;
  color: #fff;
}

.side__menu li a.active i {
  color: #4fc4f7;
}

.side__menu li a i {
  font-size: 20px;
  line-height: 1;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side__menu li a .cont {
  padding-left: 15px;
}

.products-table-details a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-table-details a img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 3px;
}

.products-table-details a .sub-title {
  color: #d2e2ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 10px;
  margin: 0;
}

.side__menu-select {
  height: 35px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.side__menu-select:focus {
  outline: none;
}

.side__menu-select option {
  color: #0b254a;
  background: #ffffff;
}

.dashboard__article {
  display: flex;
  width: calc(100% - 299px);
  flex-direction: column;
}

.dashboard__responsive__header {
  padding: 10px 20px;
  background: rgba(79, 196, 247, 0.2);
  margin-bottom: 50px;
  border-radius: 7px;
  font-size: 15px;
}

.dashboard-sidebar-toggler {
  font-size: 32px;
  color: #4fc4f7;
  line-height: 1;
}

.dashboard__responsive__header .thumb__wrapper .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

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

@media (max-width: 991px) {
  .dashboard__article {
    width: 100%;
  }

  .dashboard__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99900;
    max-width: 400px;
    min-height: 100vh;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: ease-in 0.4s;
    border-radius: 0;
  }

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

.dashboard-search {
  width: 100%;
  max-width: 300px;
}

.dashboard-search .form-control {
  height: 45px;
  background: rgba(255, 255, 255, 0.051);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0 40px 0 15px;
}

.dashboard-search .form-control:focus {
  box-shadow: none;
}

.dashboard-search .form-control::placeholder {
  color: #fff;
}

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

.dashboard-search .submit-btn {
  position: absolute;
  line-height: 45px;
  right: 10px;
  top: 0;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.dashboard__header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard__header-top {
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #0b254a;
}

.dashboard__header-top-right {
  justify-content: center;
}

.dashboard__header-top-right > li {
  padding: 0;
  position: relative;
}

.dashboard__header-top-right > li > a {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  position: relative;
}

.dashboard__header-top-right > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}

.dashboard__header-top-right > li .notification__wrapper {
  position: absolute;
  width: 300px;
  right: 0;
  top: 100%;
  z-index: 99;
  background: #f7fbfe;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 5px rgba(11, 37, 74, 0.1);
}

.dashboard__header-top-right > li .notification__wrapper li {
  padding: 0;
}

.dashboard__header-top-right > li .notification__wrapper li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .dashboard__header-top-right > li .notification__wrapper {
    width: 260px;
  }
}

.dashboard__header-top-right > li a:focus ~ .notification__wrapper {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575px) {
  .dashboard__header-top .dashboard-search {
    order: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .dashboard__header-top .dashboard__header__bar,
  .dashboard__header-top .dashboard__header-top-right {
    order: 1;
  }
}

.dashboard__header-bottom {
  background: #f7fbfe;
}

.dashboard__header-bottom ul {
  display: flex;
  justify-content: space-between;
}

.dashboard__header-bottom ul li {
  flex-grow: 1;
  padding: 0;
}

.dashboard__header-bottom ul li a {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #0b254a;
}

.dashboard__header-bottom ul li a i {
  margin-left: auto;
}

.notify__item {
  display: flex;
  text-decoration: none !important;
  align-items: center;
  padding: 10px 15px;
  background: #f7fbfe;
  border: 1px solid #e3e4ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.notify__item:not(:last-child) {
  margin-bottom: 5px;
}

.notify__item .notify__thumb {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notify__item .notify__thumb i {
  color: #fff;
  font-size: 20px;
}

.notify__item .notify__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notify__item .notify__content {
  width: calc(100% - 50px);
  padding-left: 15px;
  color: #555555;
}

.notify__item .notify__content .title {
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notify__item .notify__content .info {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notify__item .notify__content .date {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.notify__item .notify__content .date i {
  color: #4fc4f7;
  font-size: 18px;
  margin-right: 5px;
}

.notify__item:hover {
  background: rgba(79, 196, 247, 0.2);
  border-color: #4fc4f7;
}

.dashboard__Bid__wrapper {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dashboard__Bid__wrapper .dashboard__title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard__Bid__wrapper .dashboard__title a {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #4fc4f7;
}

.dashboard__Bid__item-thumb a {
  display: block;
  height: 180px;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

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

.dashboard__Bid__item-content {
  padding: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: #f7fbfe;
  display: flex;
  align-items: center;
}

.dashboard__Bid__item-content .title-area {
  width: calc(100% - 100px);
}

.dashboard__Bid__item-content .title-area .title {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
}

.dashboard__Bid__item-content .title-area .title span {
  font-size: 80%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  margin-left: 5px;
  font-weight: 400;
}

.dashboard__Bid__item-content .title-area .rate {
  font-size: 24px;
  font-weight: 700;
}

.dashboard__Bid__item-content .title-area .rate span {
  font-size: 70%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  margin-left: 5px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .dashboard__Bid__item-content .title-area .title {
    font-size: 18px;
  }

  .dashboard__Bid__item-content .title-area .rate {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .dashboard__Bid__item-content .title-area .title {
    font-size: 16px;
  }

  .dashboard__Bid__item-content .title-area .rate {
    font-size: 18px;
  }
}

.chart-1 {
  width: 100px;
}

.filter__modal-content li {
  padding: 0;
}

.filter__modal-content li a {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  color: #0b254a;
  font-weight: 700;
}

.filter__modal-content li a i {
  display: none;
}

.modal {
  z-index: 9999;
}

.modal .modal-header {
  background: #0b254a;
}

.modal .modal-header .modal-title {
  text-align: center;
  color: #fff;
}

.modal .btn-close {
  background: transparent;
  opacity: 1;
  color: #ea5455;
  font-size: 24px;
  line-height: 1;
}

.post-modal-body {
  padding: 0 20px 20px;
}

.post-modal-body .text-area {
  display: flex;
}

.post-modal-body .text-area .thumb {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.post-modal-body .text-area .thumb img {
  width: 100%;
}

.post-modal-body .text-area .content {
  padding-left: 20px;
  flex-grow: 1;
}

.post-modal-body .text-area .content textarea {
  height: 200px;
  box-shadow: none;
}

.post-modal-body .form-control[type="file"] {
  line-height: 36px;
}

.filter-show-btn {
  position: fixed !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 99;
}

.Bid__buy__sell__item {
  width: 100%;
  padding: 0 10px 20px;
}

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

.Bid__buy__sell__item-header-thumb {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.Bid__buy__sell__item-header-thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.Bid__buy__sell__item-header-thumb .rate {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -3px;
  right: -3px;
  font-size: 12px;
  background: #ff9613;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Bid__buy__sell__item-header-cont {
  padding-left: 10px;
  width: calc(100% - 70px);
}

.Bid__buy__sell__item-header-cont .title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Bid__buy__sell__item-header-cont .info {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Bid__buy__sell__item-header .watchlist__btn {
  line-height: 1;
  color: #0b254a;
  font-size: 22px;
  width: 30px;
  text-align: right;
}

.Bid__buy__sell__item .chart-market {
  margin-bottom: 15px;
}

.Bid__buy__sell__item .chart-market img {
  width: 100%;
}

.Bid__buy__sell__item .change-Bid {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media screen and (min-width: 500px) {
  .Bid__buy__sell__item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .Bid__buy__sell__item {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 1600px) {
  .Bid__buy__sell__item {
    width: calc(100% / 5);
  }
}

.Bid__buy__sell__item-inner {
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #f7fbfe;
}

.Bid__buy__sell__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.buy__sell__button__area {
  display: flex;
  justify-content: space-between;
}

.buy__sell__button__area a {
  color: #555555;
  width: calc(50% - 10px);
  text-align: center;
}

.buy__sell__button__area a .title {
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  background: rgba(11, 37, 74, 0.8);
}

.buy__sell__button__area a .info {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: block;
  padding: 3px 5px;
  color: #0b254a;
  background: #ffffff;
}

.chart-Bid {
  min-height: 60px !important;
}

.editor__item {
  position: relative;
}

.editor__item-thumb {
  height: 150px;
}

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

.editor__item-content {
  padding: 25px 25px 20px;
  background: #f7fbfe;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
}

.editor__item-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}

.editor__item-title span {
  font-weight: 400;
  font-size: 80%;
  padding-left: 8px;
  margin-left: 5px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.editor__item .editors-bottom {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  font-size: 14px;
}

.editor__item .editors-bottom a i {
  line-height: 1;
  color: #0b254a;
  font-size: 20px;
}

.editor__item .editor__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7fbfe;
  top: 0;
  left: 0;
  padding: 20px;
  overflow-y: auto;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
}

.editor__item .editor__content .title {
  font-size: 22px;
  margin-bottom: 15px;
}

.editor__item .editor__content .title span {
  font-size: 80%;
}

.editor__item-thumb:hover .editor__content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.return__area {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.return__area .rate__area .rate {
  font-size: 24px;
}

.return__area .rate__area .rate i {
  font-size: 70%;
  margin-right: 5px;
}

.return__area .rate__area .info {
  font-size: 14px;
}

.return__area .risk__level {
  font-size: 12px;
}

.return__area .risk__level .level {
  font-size: 16px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid rgba(40, 199, 111, 0.2);
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.copy__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

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

.copy__item {
  padding: 20px 15px 15px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #f7fbfe;
}

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

.copy__item-header-thumb {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.copy__item-header-thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.copy__item-header-thumb .rate {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -3px;
  right: -3px;
  font-size: 12px;
  background: #ff9613;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy__item-header-cont {
  padding-left: 10px;
  width: calc(100% - 70px);
}

.copy__item-header-cont .title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.copy__item-header-cont .info {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.copy__item-header .watchlist__btn {
  line-height: 1;
  color: #0b254a;
  font-size: 22px;
  width: 30px;
  text-align: right;
}

.copy__item__width {
  padding: 10px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .copy__item__width {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .copy__item__width {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 1600px) {
  .copy__item__width {
    width: calc(100% / 5);
  }
}

.setting__item {
  padding: 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f7fbfe;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #555555;
  display: block;
}

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

.setting__item-icon {
  font-size: 50px;
  line-height: 1;
  color: #4fc4f7;
  margin-bottom: 15px;
}

.setting__item-title {
  margin-bottom: 20px;
}

.setting__item p {
  margin: 0;
}

.setting__item .author {
  display: flex;
  align-items: center;
}

.setting__item .author .thumb {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

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

.setting__item .author .content {
  padding-left: 20px;
  margin-right: auto;
}

.setting__item .author .content .name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.document__card {
  padding: 40px 30px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f7fbfe;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #555555;
  display: block;
}

.document__card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.document__card-body {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.document__card-body .subtitle {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.document__card-item:not(:last-child) {
  margin-bottom: 25px;
}

.document__card-item .s-title {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.document__card-item .thumb {
  font-size: 50px;
  color: #0b254a;
}

.document__card-item .cont * {
  display: block;
}

.document__card-item .cont .status {
  font-size: 14px;
}

.document__card-footer {
  padding: 20px;
}

.document__card-footer a {
  color: #555555;
}

.document__card-footer .thumb {
  font-size: 40px;
}

.document__card-footer .cont {
  margin-left: 10px;
}

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

.profile__card {
  padding: 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f7fbfe;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #555555;
  display: block;
}

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

.profile__card .author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile__card .author .thumb {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

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

.profile__card .author .content {
  padding-left: 20px;
  margin-right: auto;
}

.profile__card .author .content .name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.profile-progress .progress-title {
  font-size: 16px;
  font-weight: 600;
}

.profile-progress .progress-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 6px;
  background: rgba(11, 37, 74, 0.3);
  position: relative;
  overflow: hidden;
}

.profile-progress .progress-bar .progress-bar-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #4fc4f7;
}

.profile__details {
  margin-top: 30px;
  margin-bottom: 35px;
}

.profile__details li {
  display: flex;
  justify-content: space-between;
}

.profile__details li a {
  color: #4fc4f7;
}

.profile__details li span {
  font-size: 14px;
}

.shadow--card {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f7fbfe;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #555555;
  display: block;
}

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

.shadow--card .shadow--card-title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

.form-switch {
  position: relative;
  padding: 0;
  padding-right: 40px;
}

.form-switch .form-check-label {
  display: block;
}

.form-switch .form-check-input {
  position: absolute;
  right: 0;
  top: 0;
}

.form-switch .form-check-input:focus {
  box-shadow: none;
}

.trading__activity {
  text-align: center;
}

.trading__activity .thumb {
  font-size: 100px;
  line-height: 1;
}

input[type="checkbox"] {
  cursor: pointer;
}

.email__notify__area .form-check {
  margin-top: 30px;
  font-size: 14px;
}

.email__notify__area .form-check .email__notify__title {
  font-size: 18px;
}

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

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

.account__setting__item .right-side a {
  background: #4fc4f7;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 12px;
}

.account__setting__item-title {
  font-size: 18px;
}

.social--icons {
  justify-content: center;
}

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

.social--icons li a {
  display: block;
}

.social--icons li a i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #4fc4f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom--card .card-header {
  border: none;
  background: #0b254a;
}

.custom--card .card-header .card-title {
  margin: 0;
  color: #fff;
  text-align: center;
}

.custom--card .deposit__thumb {
  height: 160px;
}

.custom--card .deposit__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom--card .card-footer {
  background: #fff;
}

.deposit-preview {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 3px 15px rgba(11, 37, 74, 0.1);
  max-width: 740px;
  margin: 0 auto;
}

.deposit-preview .deposit-thumb {
  width: 320px;
  padding: 10px;
  padding-right: 0;
}

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

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

.deposit-preview .deposit-content {
  width: calc(100% - 320px);
  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;
}

@media (max-width: 1199px) {
  .deposit-preview .deposit-content {
    width: calc(100% - 300px);
  }
}

.deposit-preview .deposit-content ul {
  width: 100%;
  margin-top: -10px;
}

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

.deposit-preview .deposit-content ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(11, 37, 74, 0.15);
}

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

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

.deposit-item {
  justify-content: space-between;
  background: #f7fbfe;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.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-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.deposit-item .deposit-content {
  align-self: center;
}

.deposit-item .deposit-content ul {
  margin: 0;
}

.deposit-item .deposit-content ul li {
  font-size: 14px;
  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: 500px) {
  .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;
  }
}

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

.dashboard__body {
  padding: 45px 15px 30px;
  margin-top: auto;
}

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

.dashboard__footer {
  padding: 0 15px;
  margin-top: auto;
}

.dashboard__footer .copyrights {
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(79, 196, 247, 0.2);
}

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

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

.contact__wrapper__1 {
  width: 100%;
}

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

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

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

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

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

.contact__wrapper__2 {
  width: 100%;
}

@media (min-width: 992px) {
  .contact__wrapper__2 {
    position: relative;
    z-index: 1;
    width: calc(100% - 900px);
  }

  .contact__wrapper__2 .contact__wrapper__2_inner {
    margin-left: -270px;
    margin-top: 270px;
  }
}

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

@media (max-width: 991px) {
  .contact__wrapper__2 .contact__wrapper__2_inner {
    background: #f7fbfe !important;
  }

  .contact__wrapper__2 .contact__wrapper__2_inner.bg--body {
    background: #ffffff !important;
  }
}

.maps {
  min-height: 300px;
}

.contact__item {
  height: 100%;
  padding: 32px 30px;
  border: 1px solid #e3e4ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  word-break: break-word;
}

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

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

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

.contact__item .contact__body a {
  color: #4fc4f7;
}

.contact__item .contact__info li {
  padding: 0;
}

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

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

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

.contact__item:hover .contact__icon {
  background: #4fc4f7;
  color: #fff;
  border-color: #4fc4f7;
}

/*Create Account Section*/
.create__account-item {
  text-align: center;
}

.create__account-item .create__account-img {
  max-width: 200px;
  margin: 0 auto;
}

.create__account-item .create__account-img img {
  width: 100%;
}

.create__account-item .create__account-cont {
  padding-top: 20px;
}

.create__account-item .create__account-cont-title {
  margin-bottom: 15px;
}

/*Account Section*/
.account__section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

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

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

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

.account__section-wrapper .account__section-content .logo {
  max-width: 250px;
  height: 55px;
}

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

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

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

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

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

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

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

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

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

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

.form--label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}

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

.form--control {
  outline: none;
  border: 1px solid rgba(11, 37, 74, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form--control:focus {
  box-shadow: none;
  border: 1px solid rgba(79, 196, 247, 0.5);
}

.form--control[type="file"] {
  height: unset !important;
  padding: 10px 16px;
}

textarea.form--control {
  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: #4fc4f7;
  border-color: #4fc4f7;
}

.form--check .form-check-input:checked:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 196, 247, 0.25);
}

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

.deposit-card .card-footer {
  padding-bottom: 20px;
  padding-top: 3px;
}

.tracking-wrapper {
  background: #fff;
  padding: 40px;
  box-shadow: 0 5px 35px rgba(79, 196, 247, 0.2);
}

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

.tracking-wrapper .tracking-header {
  gap: 15px 25px;
}

.tracking-wrapper .tracking-body {
  margin: 40px 0 50px;
}

@media (max-width: 575px) {
  .tracking-wrapper .tracking-body {
    margin: 20px 0 30px;
  }
}

.tracking-progress {
  overflow: inherit;
  position: relative;
  height: 10px;
}

@media (max-width: 575px) {
  .tracking-progress {
    height: 8px;
  }
}

.tracking-progress .progress-bar {
  overflow: inherit;
  position: relative;
  transition: width 1.2s ease;
  height: 10px;
}

@media (max-width: 575px) {
  .tracking-progress .progress-bar {
    height: 8px;
  }
}

.tracking-progress .breakpoint {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1;
  border: 5px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

@media (max-width: 991px) {
  .tracking-progress .breakpoint {
    width: 35px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .tracking-progress .breakpoint {
    width: 30px;
    font-size: 12px;
  }
}

.tracking-progress .breakpoint.bg--success {
  box-shadow: 0 3px 15px rgba(40, 199, 111, 0.5);
}

.tracking-progress .breakpoint.bg--danger {
  box-shadow: 0 3px 15px rgba(234, 84, 85, 0.5);
}

.tracking-progress .breakpoint i {
  position: relative;
  z-index: 2;
}

.tracking-progress .breakpoint:nth-child(1) {
  left: calc(3);
  transform: translate(-50%, -50%);
}

.tracking-progress .breakpoint:nth-child(2) {
  left: calc(100% / 3);
  transform: translate(-50%, -50%);
}

.tracking-progress .breakpoint:nth-child(3) {
  left: calc(100% / 1.5);
  transform: translate(-50%, -50%);
}

.tracking-progress .breakpoint:nth-child(4) {
  left: 100%;
  transform: translate(-50%, -50%);
}

.tracking-process {
  gap: 10px;
}

.tracking-process-item {
  text-align: center;
  width: calc(100% / 4);
}

.tracking-process-item:first-child {
  text-align: left;
}

.tracking-process-item:first-child .icon {
  margin-left: 0;
}

.tracking-process-item:last-child {
  text-align: right;
}

.tracking-process-item:last-child .icon {
  margin-right: 0;
}

.tracking-process-item .icon {
  width: 50px;
  margin: 0 auto;
  aspect-ratio: 1;
}

@media (max-width: 991px) {
  .tracking-process-item .icon {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .tracking-process-item .icon {
    width: 30px;
  }
}

@media (max-width: 575px) {
  .tracking-process-item .icon {
    width: 25px;
  }
}

.tracking-process-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tracking-process-item .title {
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .tracking-process-item .title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tracking-process-item .title {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .tracking-process-item .title {
    font-size: 13px;
  }
}

.search-tracking {
  max-width: 720px;
  margin: 0 auto 40px;
  background: #fff;
}

.product__item {
  border: 1px solid rgba(227, 228, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  position: relative;
  position: relative;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 100%;
}

.product__item-img {
  position: relative;
}

.product__item-img a {
  display: block;
}

.product__item-img .badge {
  font-family: "Josefin Sans", sans-serif;
  min-width: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
}

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

.product__item-cont {
  padding: 20px 15px;
}

.product__item-cont .title {
  font-size: 16px;
  line-height: 1.3;
}

.product__item-cont .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__item-cont .info {
  font-size: 14px;
}

.product__item-cont .ratings {
  color: #ff9613;
  font-size: 14px;
  display: flex;
}

.product__item-cont .price {
  font-size: 13px;
}

.product__item .hover-cont-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-top: 1px solid #e3e4ff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.product__item .hover-cont-wrapper .btn {
  padding: 6px 20px 4px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
}

.product__item .product-right-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.product__item .product-right-btn a {
  transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in 0.3s;
}

.product__item .product-right-btn a:nth-child(1) {
  transition-delay: 0.1s;
}

.product__item .product-right-btn a:nth-child(2) {
  transition-delay: 0.2s !important;
}

.product__item:hover .product-right-btn a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.product__item .product-right-btn a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #fff;
  color: #0b254a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e3e4ff;
  font-size: 18px;
}

.product__item .product-right-btn a:last-child {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  margin-top: 5px;
}

.product__item .product-right-btn a:hover {
  background: #4fc4f7;
  color: #fff !important;
  border-color: #4fc4f7;
}

.product__item .product-right-btn a.active {
  background: #4fc4f7;
  color: #fff;
  border-color: #4fc4f7;
}

.product__item .cart-plus-minus {
  position: relative;
  z-index: 1;
  display: none;
}

.product__item .cart-plus-minus .form-control {
  height: 38px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  box-shadow: none !important;
  padding: 0 55px;
  text-align: center;
}

.product__item .cart-plus-minus .form-control::-webkit-outer-spin-button,
.product__item .cart-plus-minus .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product__item .cart-plus-minus .qtybutton {
  position: absolute;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  top: 0;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  border: 1px solid #e3e4ff;
}

.product__item .cart-plus-minus .qtybutton:first-child {
  left: 0;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}

.product__item .cart-plus-minus .qtybutton:last-child {
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  right: 0;
}

.product__item .cart-plus-minus .qtybutton.active {
  background: #4fc4f7;
  border-color: #4fc4f7;
  color: #fff;
}

.product__item .hover-cont-area {
  max-width: 170px;
  margin: 0 auto;
}

.product__item:hover,
.product__item.active {
  box-shadow: 0 0 5px rgba(11, 37, 74, 0.1);
  transform: scale(0.99);
}

.product__item:hover .hover-cont-wrapper,
.product__item.active .hover-cont-wrapper {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.product__item .info__txt {
  display: none;
}

@media (max-width: 575px) {
  .product__item {
    max-width: 300px;
    margin: 0 auto;
  }
}

.product__item .remove-wishlist {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px !important;
  height: 23px;
  width: 23px;
  line-height: 23px;
}

.moveAnime {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}

.products-list .product__item {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 5px rgba(11, 37, 74, 0.1);
  transform: scale(0.95);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.products-list .product__item .info__txt {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e4ff;
}

.products-list .product__item-img {
  width: 400px;
}

.products-list .product__item-img a {
  height: 100%;
}

.products-list .product__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-list .product__item-cont {
  width: calc(100% - 400px);
  padding-left: 30px;
  align-self: center;
  border-left: 1px solid #e3e4ff;
}

.products-list .product__item-cont .hover-cont-wrapper {
  position: relative;
  visibility: visible;
}

.products-list .product__item .hover-cont-wrapper {
  bottom: unset;
  visibility: visible;
  opacity: 1;
  background: transparent;
  border: none;
  padding: 0;
}

.products-list .product__item .hover-cont-wrapper .hover-cont-area {
  margin: 10px -5px -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  max-width: 100%;
}

.products-list
  .product__item
  .hover-cont-wrapper
  .hover-cont-area
  .cart-plus-minus {
  display: block !important;
  max-width: 150px;
  margin: 5px;
}

.products-list .product__item .price {
  font-size: 22px;
}

.products-list .product__item .product-right-btn a {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 1199px) {
  .products-list .product__item-img {
    width: 300px;
  }

  .products-list .product__item-cont {
    width: calc(100% - 300px);
  }

  .products-list .product__item-cont .info__txt {
    font-size: 14px;
    padding-bottom: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .products-list .product__item {
    max-width: 100%;
  }

  .products-list .product__item-img,
  .products-list .product__item-cont {
    width: 100%;
  }

  .products-list .product__item-cont {
    padding-left: 20px;
  }
}

.filterbar-widget .title {
  margin-bottom: 15px;
}

.filterbar-widget .filter-brand {
  padding-left: 20px;
}

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

.filter-brand li {
  padding: 0;
}

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

.form--check .form-check-input {
  opacity: 0;
}

.form--check .form-check-label {
  position: relative;
  font-size: 14px;
}

.form--check .form-check-label::before {
  position: absolute;
  left: -25px;
  font-family: "Line Awesome Free";
  font-weight: 700;
  color: #fff;
  content: "";
  background: #7784778c;
  width: 12px;
  height: 12px;
  top: 7px;
  line-height: 12px;
  font-size: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}

.form--check .form-check-input:checked ~ .form-check-label::before {
  transform: scale(1.25);
  content: "\f00c";
  background: #4fc4f7;
}

.form--check:not(:last-child) {
  margin-bottom: 5px;
}

.filter-price-widget .ui-state-default {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: none;
  background-color: #0b254a;
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  outline: none;
  cursor: pointer;
  top: -9px;
  position: absolute;
  z-index: 1;
}

.filter-price-widget .ui-state-default::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  top: 3px;
  left: 3px;
  display: block;
}

.filter-price-widget .ui-widget.ui-widget-content {
  position: relative;
  height: 3px;
  border: none;
  margin-bottom: 25px;
}

.filter-price-widget .ui-widget.ui-widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  background: rgba(79, 196, 247, 0.2);
  width: calc(100%);
}

.filter-price-widget .ui-slider-range {
  height: 3px;
  background: #4fc4f7;
  position: relative;
  z-index: 1;
}

.filter-price-widget .price-range {
  font-family: "Josefin Sans", sans-serif;
}

.filter-price-widget .price-range input {
  border: none;
  height: unset;
  width: auto;
  box-shadow: none;
  outline: none;
  background: transparent;
  color: #4fc4f7;
}

.sync2 {
  margin-top: 10px;
}

.sync2 .thumbs {
  cursor: pointer;
}

.ratings-area {
  margin-bottom: 20px;
}

.ratings-area .ratings {
  font-size: 18px;
}

.product-details-content .title {
  margin-bottom: 10px;
}

.product-details-content .price {
  color: #ff9613;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.product-details-content p {
  margin-bottom: 20px;
}

.product-details-content .color-check {
  margin-bottom: 10px;
}

.product-details-content .size-check {
  margin-bottom: 20px;
}

.product-details-content .widget-check-group {
  margin: 0 15px;
}

@media (max-width: 991px) {
  .product-details-content {
    margin-top: 25px;
  }

  .product-details-content p {
    margin-bottom: 16px;
  }

  .product-details-content .color-check {
    margin-bottom: 16px;
  }
}

.cart-plus-minus {
  position: relative;
  z-index: 1;
}

.cart-plus-minus .form-control {
  height: 38px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  box-shadow: none !important;
  padding: 0 55px;
  text-align: center;
}

.product-details-content
  .cart-plus-minus
  .form-control::-webkit-outer-spin-button,
.product-details-content
  .cart-plus-minus
  .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  top: 0;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  border: 1px solid #e3e4ff;
}

.cart-plus-minus .qtybutton:first-child {
  left: 0;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}

.cart-plus-minus .qtybutton:last-child {
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  right: 0;
}

.cart-plus-minus .qtybutton.active {
  background: #4fc4f7;
  border-color: #4fc4f7;
  color: #fff;
}

.product-details-content .single-content {
  width: calc(100% - 360px);
}

.product-details-content .single-content .pay-banner {
  max-width: 340px;
}

.product-details-content .details-right-info {
  width: 330px;
}

.product-details-content .details-category {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.product-details-content .details-category li {
  padding: 0;
  font-size: 14px;
}

.product-details-content .details-category li:not(:last-child) {
  margin-right: 15px;
}

.product-details-content .details-category li .subtitle {
  font-family: "Josefin Sans", sans-serif;
  color: #0b254a;
  font-weight: 700;
}

.product-details-content .details-category li a {
  color: #4fc4f7;
}

.product-details-content .details-category li a:not(:last-child) {
  margin-right: 10px;
}

.product-details-content .details-category li a:not(:last-child)::after {
  content: ",";
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-details-content .single-content,
  .product-details-content .details-right-info {
    width: 100%;
  }

  .product-details-content .details-right-info {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .product-details-content .single-content,
  .product-details-content .details-right-info {
    width: 100%;
  }

  .product-details-content .details-right-info {
    margin-top: 35px;
  }
}

.product-details-content .social-icons li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.product-details-content .repeat--item {
  padding: 15px 0;
}

.product-details-content .repeat--item:not(:last-child) {
  border-bottom: 1px solid #e3e4ff;
}

.product-details-content .repeat--item .ratings-area {
  margin: 0;
}

.product-details-content .repeat--item .title {
  margin-bottom: 5px;
}

.product-details-content .repeat--item .price {
  margin: 0;
}

.product-details-content .repeat--item .lists > li {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
}

.product-details-content .repeat--item .lists > li .name {
  display: block;
  width: 100px;
}

.product-details-content .repeat--item .lists > li .info {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.product-details-content .repeat--item .lists > li .summary {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.product-details-content .repeat--item .social-icons li a i {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-details-content:first-child {
  padding-top: 0;
}

.ratings {
  color: #ff9613;
}

.ratings-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.alert-danger {
  background: #fbe7e9;
}

.details-right-info {
  max-width: 330px;
  font-size: 14px;
}

.details-right-info-wrapper {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.details-right-info-wrapper li {
  display: flex;
  align-items: center;
  padding: 0;
}

.details-right-info-wrapper li:not(:last-child) {
  margin-bottom: 15px;
}

.details-right-info-wrapper li .icon {
  font-size: 30px;
  line-height: 1;
  color: #4fc4f7;
}

.details-right-info-wrapper li .cont {
  padding-left: 20px;
}

.description-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.description-wrapper .description__header {
  background: rgba(11, 37, 74, 0.1);
  padding: 8px 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e3e4ff;
  border-bottom: none;
}

.description-wrapper .description__body {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 30px;
  border: 1px solid #e3e4ff;
  border-top: none;
}

.description-wrapper .description__body p {
  margin: 0;
}

.description-wrapper .description__body p:not(:last-child) {
  margin-bottom: 24px;
}

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

.nav--tabs {
  border: none;
}

.nav--tabs li a {
  color: #0b254a;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  padding: 0 10px;
}

.nav--tabs li a.active {
  color: #4fc4f7;
}

.nav--tabs.text-white li a {
  color: #fff;
}

.nav--tabs.text-white li a.active {
  color: #4fc4f7;
}

.single-add-cart-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}

.single-add-cart-area .cart-plus-minus {
  max-width: 160px;
  margin: 10px;
}

.single-add-cart-area .cart-plus-minus .form-control,
.single-add-cart-area .cart-plus-minus .qtybutton {
  height: 48px;
  line-height: 48px;
}

.single-add-cart-area .cmn--btn {
  margin: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
}

.widget-check-color {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-check-color label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-check-color label img {
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-check-color input {
  opacity: 0;
}

.widget-check-color input:checked + label::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  content: "\f00c";
  font-family: "Line Awesome Free";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #4fc4f7;
}

.color-tooltip {
  display: block;
  text-align: center;
  background: #0b254a;
  color: #fff;
  width: 130px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 5px;
  opacity: 0;
  visibility: hidden;
}

.color-tooltip::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  height: 10px;
  width: 20px;
  background: #0b254a;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.color-tooltip.tooltip-sm {
  width: unset;
  padding: 7px 10px;
}

.show-tooltip:hover .color-tooltip {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  bottom: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}

.widget-check-group {
  align-items: center;
  margin-bottom: 6px;
}

.widget-check-group:last-child {
  margin-bottom: 0;
}

.widget-check-group input {
  width: 14px;
  height: 14px;
}

.widget-check-group label {
  margin: 0;
  width: calc(100% - 14px);
  padding-left: 8px;
  font-size: 14px;
  color: #171d1c;
  font-weight: 500;
}

.bg-red {
  background: #f53b57;
}

.bg-green {
  background: #0be881;
}

.bg-blue {
  background: blue;
}

.bg-yellow {
  background: #dec32b;
}

.bg-grey {
  background: grey;
}

.bg-purple {
  background: purple;
}

.bg-lime {
  background: lime;
}

.bg-navy {
  background: #d8e0f3;
}

.pay-banner {
  max-width: 450px;
  margin-bottom: 20px;
}

.pay-banner a {
  display: block;
}

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

.modal-close-btn {
  position: absolute;
  background: transparent;
  width: 35px;
  height: 35px;
  background: transparent;
  top: 10px;
  right: 0;
  color: #ea5455;
  font-size: 24px;
  z-index: 99;
  cursor: pointer;
}

.modal {
  /* background: rgba(11, 37, 74, 0.8); */
  z-index: 999999;
}

.size-check .form-check {
  margin-left: 7px;
  padding: 5px 10px;
}

.size-check .form-check .form-check-input {
  margin: 0;
}

.size-check .form-check .form-check-label {
  padding: 0;
}

.top__bar {
  background: #ffffff;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid rgba(227, 228, 255, 0.8);
}

.top__bar-left {
  display: flex;
  align-items: center;
}

.top__bar-left li {
  padding: 5px 8px;
  font-size: 20px;
  cursor: pointer;
}

.top__bar-left li.active {
  color: #4fc4f7;
}

.top__bar-right {
  display: flex;
  align-items: center;
}

.top__bar-right li {
  padding: 5px 8px;
}

.top__bar-right li:not(:last-child) {
  position: relative;
}

.top__bar-right li:not(:last-child)::after {
  width: 1px;
  bottom: 10px;
  top: 10px;
  right: 0;
  background: rgba(85, 85, 85, 0.3);
  content: "";
  position: absolute;
}

.top__bar-right li select {
  height: 30px;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  outline: none;
  max-width: 150px;
}

@media (max-width: 767px) {
  .top__bar {
    justify-content: stretch;
    padding: 15px;
  }
}
@media (max-width: 424px) {
  .top__bar {
    padding: 8px;
  }
}

@media (max-width: 1199px) {
  .product-filterbar {
    position: fixed;
    height: 100vh;
    background: #fff;
    border-right: 1px solid #e3e4ff;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 350px;
    padding: 30px;
    overflow-y: auto;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }

  .product-filterbar:not(.active) {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
  }

  .product-filterbar .product-filterbar-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: #ea5455;
    font-size: 24px;
    line-height: 1;
  }

  .filter--bar {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #4fc4f7;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    flex-grow: 1;
  }
}

.brand__item {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #e3e4ff;
  padding: 10px;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 100%;
  color: #0b254a;
}

.brand__item-img {
  width: 70px;
}

.brand__item-img img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.brand__item-cont {
  font-family: "Josefin Sans", sans-serif;
  width: calc(100% - 70px);
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}

.brand__item:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.filter__widget {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.filter__widget:not(:last-child) {
  margin-bottom: 24px;
}

.filter__widget-title {
  margin: 0;
  padding: 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #4fc4f7;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.filter__widget-body {
  padding: 20px;
  border: 1px solid #e3e4ff;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.filter__widget .deal__item {
  background: #f7fbfe;
  border: 1px solid #e3e4ff;
}

@media (max-width: 991px) {
  .filter--sidebar {
    position: fixed;
    background: #fff;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    max-width: 350px;
    padding: 30px;
    overflow-y: auto;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }

  .filter--sidebar .close--sidebar {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    color: #ea5455;
  }

  .filter--sidebar:not(.active) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 575px) {
  .filter--sidebar {
    max-width: 300px;
  }
  .top__bar-right li select {
    font-size: 12px;
  }
}

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

.deal__wrapper .deal__item {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .deal__wrapper .deal__item {
    width: calc(50% - 12px);
  }
}

@media (min-width: 768px) {
  .feature-table {
    width: 100%;
  }
}

.feature-table tr {
  border-left: 1px solid #e5e5e5;
}

.feature-table tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.feature-table tr th {
  width: 35%;
  font-family: "Josefin Sans", sans-serif;
}

.feature-table tr td {
  width: calc(100% - 35%);
}

.feature-table tr th,
.feature-table tr td {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 24px;
}

.feature-table tr th {
  color: #000;
}

.review-item {
  padding: 30px 0;
  border-bottom: 1px solid #e3e4ff;
}

.review-item .thumb {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 !important;
}

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

.review-item .content {
  padding-left: 10px;
  width: calc(100% - 50px);
}

.review-item .content .entry-meta {
  justify-content: space-between;
  margin-bottom: 0px;
}

.review-item .content .entry-meta .ratings {
  width: 100px;
  font-size: 16px;
}

.review-item .content .entry-meta .posted-on {
  font-size: 14px;
  width: calc(100% - 100px);
}

.review-item .content .entry-meta .posted-on a {
  font-weight: 700;
  color: #4fc4f7;
}

.review-item .content .entry-meta .posted-on span {
  margin-left: 5px;
  font-size: 14px;
  color: #555555;
}

@media (max-width: 767px) {
  .review-item .content {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media (max-width: 575px) {
  .review-item {
    padding: 25px 0;
  }

  .review-item .content .entry-meta .posted-on {
    width: 100%;
  }
}

.review-item:first-child {
  padding-top: 0;
}

.review-item .ratings {
  color: #ff9613;
  font-size: 18px;
}

.rating .rating-form-group {
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  cursor: pointer;
}

.rating .rating-form-group .star-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating .rating-form-group .star-label:last-child {
  position: static;
}

.rating .rating-form-group .star-label:nth-child(1) {
  z-index: 5;
}

.rating .rating-form-group .star-label:nth-child(2) {
  z-index: 4;
}

.rating .rating-form-group .star-label:nth-child(3) {
  z-index: 3;
}

.rating .rating-form-group .star-label:nth-child(4) {
  z-index: 2;
}

.rating .rating-form-group .star-label:nth-child(5) {
  z-index: 1;
}

.rating .rating-form-group .star-label input {
  display: none;
}

.rating .rating-form-group .star-label .icon {
  float: left;
  color: transparent;
}

.rating .rating-form-group .star-label:last-child .icon {
  color: #555555;
}

.rating .rating-form-group:not(:hover) label input:checked ~ .icon,
.rating .rating-form-group:hover label:hover input ~ .icon {
  color: #ff9613;
}

.rating .rating-form-group label input:focus:not(:checked) ~ .icon:last-child {
  color: rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 5px #ff9613;
}

.review-input {
  background: #ffffff;
}

.review-input:focus {
  border-color: #4fc4f7;
}

.review-label {
  color: #0b254a;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

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

.review-form-group .form-control {
  height: 50px;
  box-shadow: none !important;
  border: 1px solid #e3e4ff;
}

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

/*Account Section Starts Here*/
.account-header {
  margin-bottom: 45px;
}

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

.form-group-2 {
  margin-bottom: 25px;
}

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

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

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

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

.type-change {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 60px;
  width: 60px;
  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: #4fc4f7;
  border-color: #4fc4f7;
}

.form--check .form-check-input:checked:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 196, 247, 0.25);
}

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

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

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

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

.rtl {
  direction: rtl !important;
}

.account-thumb {
  width: 100%;
}

.account-thumb img {
  width: 100%;
  border-radius: 15px;
}

.account-form .form--control {
  height: 50px;
  border-radius: 8px;
}

.account-form .input-group .form--control {
  border-left: 0 !important;
}

.input-group-text {
  border-color: rgba(11, 37, 74, 0.1);
}

.input-group:focus-within .input-group-text {
  border-color: rgba(79, 196, 247, 0.5) !important;
  color: #4fc4f7;
  background-color: rgba(79, 196, 247, 0.1);
}

.product-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 575px) {
  .product-item {
    justify-content: flex-end;
  }
}

.product-item .product-thumb {
  width: 80px;
}

@media (max-width: 575px) {
  .product-item .product-thumb {
    width: 50px;
  }
}

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

.product-item .product-content {
  width: calc(100% - 80px);
  padding-left: 10px;
  max-width: 200px;
  text-align: left;
}

.product-item .product-content .name {
  font-size: 16px;
  margin-top: 0;
}

@media (max-width: 575px) {
  .product-item .product-content .name {
    font-size: 14px;
  }
}

.table .ratings {
  font-size: 14px;
}

@media (max-width: 575px) {
  .table .ratings {
    font-size: 13px;
  }
}

.cart-table {
  box-shadow: 0 3px 35px rgba(79, 196, 247, 0.2);
}

.cart-table .price,
.cart-table .subtotal {
  font-size: 20px;
  font-weight: 600;
  color: #678;
}

.cart-plus-minus.style--two {
  position: relative;
}

.cart-plus-minus.style--two input {
  width: 70px;
  border-width: 2px;
  margin: 0 auto;
}

.cart-plus-minus.style--two .qtybutton {
  position: absolute;
  right: 15px;
}

.cart-plus-minus.style--two .qtybutton.dec {
  bottom: -2px;
}

.cart-plus-minus.style--two .qtybutton.inc {
  top: 0;
}

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

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

.coupon-form input {
  height: 50px;
}

.cart-details {
  position: sticky;
  top: 100px;
  padding: 25px;
  box-shadow: 0 3px 35px rgba(79, 196, 247, 0.2);
}

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

.cart-details li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #e3e4ff;
}

.cart-details li:last-child {
  border-bottom: 0;
}

.cart-details li .title,
.cart-details li .value {
  margin-top: 0;
  font-size: 16px;
}

.cart-details li .subtotal-price {
  font-size: 20px;
}

.cart-details li .total {
  font-size: 23px;
}

.order-summary {
  background: #fff;
  padding: 35px;
  border-radius: 5px;
  box-shadow: 0 3px 25px rgba(11, 37, 74, 0.1);
}

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

.order-products {
  margin: 15px 0;
}

.order-products .product-title {
  font-size: 17px;
  font-weight: 400;
}

@media (max-width: 575px) {
  .order-products .product-title {
    font-size: 15px;
  }
}

.order-products li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.order-products .price {
  font-size: 16px;
  font-weight: 500;
  color: #4fc4f7;
}

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

.subtotal-area .title {
  font-size: 14px;
}

.subtotal-area .total-price,
.subtotal-area .subtotal-price {
  font-size: 14px;
  font-weight: 500;
  color: #4fc4f7;
}

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

.btn--md {
  padding: 11px 25px !important;
}

textarea.form--control {
  padding-top: 8px;
  padding-bottom: 8px;
}

.h-50 {
  height: 50px !important;
}

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

.post__item .post__thumb a {
  display: block;
}

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

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

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

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

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

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

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

.post__item .post__content .post__meta .item {
  padding: 5px;
  color: #0b254a;
}

.post__item .post__content .post__meta .item i {
  color: #4fc4f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post__share__title {
  margin-bottom: 10px;
}

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

.post__tag li a:hover,
.post__tag li a.active {
  background: #4fc4f7;
  color: #fff;
}

.post__share {
  margin: -3px;
}

.post__share li {
  padding: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget__title {
  margin-bottom: 10px;
}

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

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

.widget.widget__category ul li a {
  text-decoration: none;
  color: #0b254a;
  padding: 10px 0;
  border-bottom: 1px solid rgba(11, 37, 74, 0.2);
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #4fc4f7;
  border: 0;
}

.scrollToTop:hover {
  color: #fff;
}

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

.scrollToTop img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.cmn--btn.btn--md {
  padding: 10px 20px 8px;
  font-size: 15px;
}

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

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

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

.btn__grp a {
  margin: 5px;
}

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

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

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

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

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

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

.pagination {
  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(79, 196, 247, 0.2);
  color: #0b254a;
  padding: 0;
  display: block;
  margin: 0;
  border: 1px solid rgba(11, 37, 74, 0.2);
  box-shadow: none;
}

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

.pagination .page-item a.active,
.pagination .page-item a:hover,
.pagination .page-item span.active,
.pagination .page-item span:hover {
  background: #4fc4f7;
  color: #fff;
  border: 1px solid rgba(11, 37, 74, 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(79, 196, 247, 0.3);
  border: none;
  color: #0b254a;
}

a {
  text-decoration: none;
}

.contact-info {
  text-align: center;
  background: rgba(79, 196, 247, 0.15);
  border-radius: 7px;
  height: 100%;
}

.contact-info__icon {
  transform: translateY(-50%);
  width: 60px;
  background: #fff;
  margin: 0 auto;
  font-size: 22px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #4fc4f7;
  border: 2px solid rgba(79, 196, 247, 0.2);
  outline: 2px solid #fff;
  border-radius: 50%;
}

.contact-info__content {
  padding: 0 25px 25px;
}

.contact-info__content a,
.contact-info__content span,
.contact-info__content p {
  font-weight: 500;
  color: #4fc4f7;
}

.form--control-4 {
  background: #fff;
  border-color: transparent;
  background: rgba(79, 196, 247, 0.15);
  color: #4fc4f7;
  box-shadow: none !important;
  height: 50px;
}

.form--control-4::placeholder {
  color: #4fc4f7 !important;
  font-size: 14px;
  font-weight: 500;
}

.form--control-4:focus {
  background: #fff;
  border-color: transparent;
  background: rgba(79, 196, 247, 0.15);
  color: #4fc4f7;
}

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

.form--control-4:not(button) {
  box-shadow: none;
  outline: none;
}

/* Cookie */
.cookies-card {
  width: 520px;
  padding: 30px;
  color: #002046;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 11;
}

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

.cookies-card.bg--default {
  background-color: #eadfd8;
}

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

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

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

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

.cookies-card.style--lg,
.cookies-card.style--full {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cookies-card.style--lg .cookies-card__content,
.cookies-card.style--full .cookies-card__content {
  width: calc(100% - (55px + 220px));
  padding: 0 25px;
}

.cookies-card.style--lg .cookies-card__btn,
.cookies-card.style--full .cookies-card__btn {
  width: 220px;
}

.cookies-card.style--full {
  width: 100%;
}

.cookies-card.cookies--dark {
  color: #eadfd8;
  background-color: #ececec;
  z-index: 99999;
}

.cookies-card.cookies--dark .cookies-btn {
  color: #fff;
}

.cookies-card.cookies--dark .cookies-btn:hover {
  background-color: #343a50;
  color: #fff;
}

.cookies-card.cookies--dark .cookies-card__icon {
  background-color: #10163a;
  color: #fff;
}

@media (max-width: 1399px) {
  .cookies-card.style--lg,
  .cookies-card {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cookies-card.style--lg,
  .cookies-card.style--full {
    display: block;
  }

  .cookies-card.style--lg .cookies-card__content,
  .cookies-card.style--full .cookies-card__content {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }

  .cookies-card.style--lg .cookies-card__btn,
  .cookies-card.style--full .cookies-card__btn {
    width: 100%;
    margin-top: 20px;
  }
}

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

.font-heading {
  font-family: "Josefin Sans", sans-serif;
}

.cart-section .cart-plus-minus {
  max-width: 120px;
}

.cart-section .cart-plus-minus input {
  padding: 0 10px;
}

/* New Added Css */
.search-form {
  max-width: 500px;
  width: 100%;
}

@-webkit-keyframes mainAnimation {
  0% {
    width: 50px;
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 50px;
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 150px;
    transform: translateX(-50px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 150px;
    transform-origin: bottom right;
    transform: translateX(-150px) translateY(0px) rotate(90deg);
  }

  80% {
    width: 50px;
    transform: translateX(-25px) translateY(0px) rotate(90deg);
  }

  100% {
    width: 50px;
    transform: translateX(-50px) translateY(0px) rotate(90deg);
  }
}

@keyframes mainAnimation {
  0% {
    width: 50px;
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 50px;
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 150px;
    transform: translateX(-50px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 150px;
    transform-origin: bottom right;
    transform: translateX(-150px) translateY(0px) rotate(90deg);
  }

  80% {
    width: 50px;
    transform: translateX(-25px) translateY(0px) rotate(90deg);
  }

  100% {
    width: 50px;
    transform: translateX(-50px) translateY(0px) rotate(90deg);
  }
}

@-webkit-keyframes secundaryAnimation {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  40% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  60% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  80% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
}

@keyframes secundaryAnimation {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  40% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  60% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  80% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
}

@-webkit-keyframes shadowAnimation {
  0% {
    width: 150px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 200px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  80% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  100% {
    width: 150px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
}

@keyframes shadowAnimation {
  0% {
    width: 150px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 200px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  80% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  100% {
    width: 150px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    top: 50%;
  }

  50% {
    top: 51%;
  }

  100% {
    top: 50%;
  }
}

@keyframes float {
  0% {
    top: 50%;
  }

  50% {
    top: 51%;
  }

  100% {
    top: 50%;
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #fff;
}

.loader-bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

.loader-bg h3 {
  position: fixed;
  color: #ff5e31;
  font-size: 24px;
}

.loader-inner {
  width: 4em;
  height: 4em;
  font-size: 22px;
  box-sizing: border-box;
  border-top: 0.3em solid #ff9613;
  border-radius: 50%;
  position: relative;
  animation: rotating 2s ease-in-out infinite;
  --direction: 1;
}

.loader-inner span {
  position: absolute;
  color: #ff5e31;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 10em;
  font-family: sans-serif;
  animation: rotating 2s linear infinite;
}

.loader-inner::before,
.loader-inner::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  box-sizing: border-box;
  top: -0.2em;
}

.loader-inner::before {
  border-top: 0.3em solid dodgerblue;
  transform: rotate(120deg);
}

.loader-inner::after {
  border-top: 0.3em solid #ff5e31;
  transform: rotate(240deg);
}

@keyframes rotating {
  50% {
    transform: rotate(calc(180deg));
  }

  100% {
    transform: rotate(calc(360deg));
  }
}

.table > :not(:first-child) {
  border: none !important;
}

table,
td,
th {
  border: 1px dashed #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 15px;
}

td[colspan] {
  border: 0 !important;
}

.total-wrapper {
  max-width: 300px;
  margin-left: auto;
  margin-top: 15px;
}

.total-wrapper > div {
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
}

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

/* loader */
.products-wrapper {
  position: relative;
}

.loader-wrapper {
  position: absolute;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.596);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: grid;
  place-items: center;
}

.loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid rgb(59, 19, 19);
  border-color: rgb(138, 42, 42) transparent rgb(119, 32, 32) transparent;
  animation: loader 1.2s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.card--wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* New CSS  */

/* reset css end */
/* global css strat */
.mt-15 {
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 80px;
  }
}

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

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

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

@media (max-width: 1199px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  .pt-150 {
    padding-top: 80px;
  }
}

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

.ptb-150 {
  padding: 150px 0px;
}

@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 120px;
  }

  .ptb-150 {
    padding: 120px 0px;
  }
}

@media (max-width: 991px) {
  .pb-150 {
    padding-bottom: 90px;
  }

  .ptb-150 {
    padding: 90px 0px;
  }
}

@media (max-width: 575px) {
  .pb-150 {
    padding-bottom: 80px;
  }

  .ptb-150 {
    padding: 80px 0px;
  }
}

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

@media (min-width: 1360px) {
  .container {
    max-width: 1240px;
  }
}

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

.bg--one {
  background-color: #001d4a !important;
}

.bg--two {
  background-color: #02014a !important;
}

.curve-shape {
  position: relative;
  z-index: 9;
}

.curve-shape::after {
  position: absolute;
  content: "";
  top: -85px;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #001d4a;
  -webkit-clip-path: ellipse(55% 75% at 50% 75%);
  clip-path: ellipse(55% 75% at 50% 75%);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

@media (max-width: 1199px) {
  .curve-shape::after {
    display: none;
  }
}

.slice-shape-two {
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.has-link {
  position: relative;
}

.has-link .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.overlay-one {
  position: relative;
  z-index: 9;
}

.overlay-one::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #02014a;
  opacity: 0.95;
  z-index: -1;
}

.slice-shape {
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .slice-shape {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 991px) {
  .slice-shape {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

label {
  color: #777777;
  margin-bottom: 5px;
}

.nice-select {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.nice-select .list {
  width: 100%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.para-white {
  color: #e6e6e6 !important;
}

.heading--color {
  color: #363636 !important;
}

.section--bg {
  background-color: #f7f7f7;
}

.section--bg-two {
  background-color: #fafafa;
}

.bg--base {
  background-color: #0056fb;
}

.has--img {
  position: relative;
}

.has--img .section--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
}

.section-header {
  margin-bottom: 70px;
  margin-top: -8px;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 50px;
  }
}

.section-header p {
  font-size: 18px;
}

@media (max-width: 991px) {
  .section-header p {
    font-size: 16px;
  }
}

.section-sub-title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #0056fb;
}

@media (max-width: 767px) {
  .section-sub-title {
    font-size: 20px;
  }
}

.section-title {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 22px;
  }
}

.section-title + p {
  margin-top: 15px;
}
@media (max-width: 575px) {
  .section-title + p {
    font-size: 15px;
  }
}

.border-radius-100 {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.hover--effect-1 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover--effect-1:hover {
  -webkit-transform: translateY(-5px) scale(1.05);
  -ms-transform: translateY(-5px) scale(1.05);
  transform: translateY(-5px) scale(1.05);
}

.video-button {
  position: absolute;
  width: 105px;
  height: 105px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #0056fb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.video-button:hover {
  color: #ffffff;
}

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

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

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

.video-button i {
  font-size: 52px;
}

@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-ms-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-ms-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.cmn-list {
  margin-top: 20px;
}

.cmn-list li + li {
  margin-top: 15px;
}

.cmn-list li {
  position: relative;
  padding-left: 40px;
}

.cmn-list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 1px solid #0056fb;
  border-bottom: 1px solid #0056fb;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmn-list-2 {
  margin-top: 20px;
}

.cmn-list-2 li + li {
  margin-top: 10px;
}

.cmn-list-2 li {
  position: relative;
  padding-left: 45px;
}

.cmn-list-2 li:nth-last-of-type(3n + 3)::before {
  border-color: #a22546;
}

.cmn-list-2 li:nth-last-of-type(3n + 2)::before {
  border-color: #f7a139;
}

.cmn-list-2 li:nth-last-of-type(3n + 1)::before {
  border-color: #3097d1;
}

.cmn-list-2 li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.number-list--style {
  list-style-type: decimal;
  padding-left: 15px;
}

.number-list--style li span {
  font-weight: 500;
  color: #0056fb;
}

.cmn-accordion .card + .card {
  margin-top: 15px;
}

.cmn-accordion .card {
  border: none;
  background-color: #ffffff;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.cmn-accordion .card-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.cmn-accordion .card-header .btn {
  background-color: #ffffff;
  padding: 10px 20px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
}

.cmn-accordion .card-header .btn:hover,
.cmn-accordion .card-header .btn:focus {
  text-decoration: none;
  box-shadow: none;
}

.cmn-accordion .card-header .btn i {
  color: #363636;
  font-size: 32px;
}

.cmn-accordion .card-header .btn span {
  color: #363636d6;
  font-size: 20px;
  padding-left: 15px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cmn-accordion .card-header .btn span {
    font-size: 18px;
  }
}

.cmn-accordion .card-body {
  border-top: 1px solid #e5e5e5;
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .cmn-accordion .card-body {
    padding: 20px;
  }
  .cmn-accordion .card-body p {
    font-size: 15px;
  }
  .cmn-accordion .card-header .btn span {
    padding-left: 10px;
  }
  .cmn-accordion .card-header .btn span {
    font-size: 16px;
  }
}

.cmn-accordion2 .card + .card {
  margin-top: 30px;
}

.cmn-accordion2 .card {
  border: none;
  background-color: transparent;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.cmn-accordion2 .card-header {
  background-color: #ffffff;
  margin-bottom: 0 !important;
  border: none;
  padding: 0;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.cmn-accordion2 .card-header .acc-btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
  cursor: pointer;
  position: relative;
  text-align: left;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.cmn-accordion2 .card-header .acc-btn:focus {
  outline: none;
}

.cmn-accordion2 .card-header .acc-btn .text {
  font-weight: 700;
  color: #363636;
  font-size: 18px;
}

@media (max-width: 575px) {
  .cmn-accordion2 .card-header .acc-btn .text {
    font-size: 15px;
  }
}

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

blockquote p {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

input:focus,
textarea:focus,
.nice-select.open {
  border-color: #0056fb;
}

.page-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.page-breadcrumb li {
  color: #ffffff;
}

.page-breadcrumb li::after {
  content: "-";
  color: #ffffff;
  margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
  content: "\f102";
  font-family: "Flaticon";
  color: #ef428c;
  margin-right: 6px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#lightcase-overlay {
  z-index: 9999;
}

#lightcase-case {
  z-index: 99999;
}

.scroll-to-top {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
  z-index: 99999;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background-color: #0056fb;
  line-height: 77px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.scroll-to-top .scroll-icon {
  font-size: 31px;
  color: #ffffff;
  display: inline-block;
}

.scroll-to-top .scroll-icon i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a[class*="lightcase-icon-"].lightcase-icon-close {
  top: 100px;
  right: 50px;
}

@keyframes dyinglight {
  15% {
    transform: scale(1.6);
  }

  50% {
    transform: rotate(-89deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0056fb;
  z-index: 99999999;
}

.dl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.dl__square {
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
}

.dl__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: 50% 50% 0;
  animation: dyinglight 1s ease infinite;
  backface-visibility: hidden;
}

.dl__corner--top:before,
.dl__corner--top:after,
.dl__corner--bottom:before,
.dl__corner--bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: #ffffff;
  content: "";
}

.dl__corner--top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -6px;
  left: -6px;
}

.dl__corner--top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -6px;
  right: -6px;
}

.dl__corner--bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  left: -6px;
}

.dl__corner--bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  right: -6px;
}

/* global css end */
h1 {
  font-size: 62px;
}

h2 {
  font-size: 40px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #363636;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-family: "Poppins", sans-serif;
  color: #363636;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
}

p,
li {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 1.7;
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

/* button css start */
.cmn-btn {
  padding: 12px 35px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  background-color: #0056fb;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.cmn-btn:hover {
  color: #ffffff;
  background-color: #004de2;
}

.cmn-btn:active {
  color: #ffffff !important;
  background-color: #004de2 !important;
  border: none;
  outline: none;
}

.cmn-btn:focus {
  color: #ffffff !important;
  background-color: #004de2;
  border: none;
  outline: none;
}

.btn--base {
  padding: 12px 35px;
  background-color: #0056fb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.btn--base.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn--base:hover {
  color: #ffffff;
  background-color: #004de2;
}

.btn--base:active {
  color: #ffffff !important;
  background-color: #042f88 !important;
  border: none;
  outline: none;
}

.btn--base:focus {
  color: #ffffff !important;
  background-color: #042f88;
  border: none;
  outline: none;
}

.btn--primary {
  background-color: #4634ff !important;
}

.btn--primary:hover {
  background-color: #5e50ee !important;
}

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

.btn--secondary:hover {
  background-color: #78818a !important;
}

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

.btn--success:hover {
  background-color: #24b263 !important;
}

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

.btn--danger:hover {
  background-color: #e73d3e !important;
}

.btn--warning {
  background-color: #ff9f43 !important;
}

.btn--warning:hover {
  background-color: #ff922a !important;
}

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

.btn--info:hover {
  background-color: #0d93e9 !important;
}

.btn--dark {
  background-color: #10163a !important;
}

.btn--dark:hover {
  background-color: #0a0e26 !important;
}

.btn--primary,
.btn--secondary,
.btn--success,
.btn--danger,
.btn--warning,
.btn--info,
.btn--dark {
  color: #ffffff;
}

.btn--primary:hover,
.btn--secondary:hover,
.btn--success:hover,
.btn--danger:hover,
.btn--warning:hover,
.btn--info:hover,
.btn--dark:hover {
  color: #ffffff;
}

.text--primary {
  color: #4634ff !important;
}

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

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

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

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

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

.text--dark {
  color: #10163a !important;
}

input[type="submit"] {
  padding: 12px 35px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  background-color: #0056fb;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.btn-border {
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #6f6f6f;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.btn-group *[class*="btn"] {
  margin: 5px 10px;
  align-items: center;
}

.btn-group *[class*="btn"].d-flex {
  padding: 8px 35px;
}

*[class*="btn"] .btn-sm {
  padding: 6px 20px;
}

/* button css end */
/* form css start */
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
}

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

/* form css end*/
/* keyframes css start */
@-webkit-keyframes rifaRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

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

@-moz-keyframes rifaRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

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

@-ms-keyframes rifaRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

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

@keyframes rifaRounded {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

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

@-webkit-keyframes rifaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-moz-keyframes rifaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-ms-keyframes rifaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes rifaPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes rifaLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes rifaLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes rifaLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rifaLight {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

/* keyframes css end */
/* header start */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header.active {
  background-color: #070b28;
}

.header.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header.menu-fixed .header__top {
  display: none;
}

.header.menu-fixed .header__bottom {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #070b28;
  padding: 5px 0;
}

.header__top {
  padding: 15px 0;
  border-bottom: 1px solid rgba(90, 75, 204, 0.3);
}

@media (max-width: 1199px) {
  .header__top {
    padding: 8px 0;
  }
}

@media (max-width: 575px) {
  .header__top .left {
    justify-content: center;
  }
}

.header__top .left a {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .header__top .left a {
    font-size: 14px;
  }
}

.language i {
  color: #ffffff;
  font-size: 18px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .language i {
    font-size: 15px;
  }
}

.language .nice-select {
  width: auto;
  background-color: transparent;
  padding-left: 0;
  padding-right: 10px;
  min-height: 40px;
  line-height: 44px;
  border: none;
}

.language .nice-select::after {
  right: 0;
  margin-top: -2px;
}

.language .nice-select .list {
  background-color: #0056fb;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  width: 75px;
}

.language .nice-select .option {
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}

.language .nice-select .current {
  color: #ffffff;
}

.header__top .right a {
  color: #ffffff;
}

.header__top .right a:last-child {
  margin-right: 0;
}

.header__bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .header__bottom {
    padding: 10px 0;
  }
}

.header .site-logo img {
  max-width: 220px;
  max-height: 50px;
}

@media (max-width: 1199px) {
  .header .site-logo img {
    max-width: 150px;
  }
}

@media (max-width: 1199px) {
  .header .main-menu {
    padding: 15px 0;
  }
}

.header .main-menu li {
  position: relative;
}

.header .main-menu li.menu_has_children {
  position: relative;
}

.header .main-menu li.menu_has_children.open .sub-menu {
  display: block;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children > a {
    display: block;
  }
}

.header .main-menu li.menu_has_children > a::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children > a::before {
    display: block;
    top: 9px;
  }
}

.header .main-menu li.menu_has_children:hover > a::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #0056fb;
}

.header .main-menu li a {
  padding: 20px 15px 20px 0;
  font-size: 16px;
  color: #e7e7f4;
  position: relative;
}

@media (max-width: 1199px) {
  .header .main-menu li a {
    padding: 8px 0;
    display: block;
  }

  .header .main-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
  color: #0056fb;
}

.header .main-menu li .sub-menu {
  position: absolute;
  width: 220px;
  top: 105%;
  left: -20px;
  z-index: 9999;
  background-color: #004de2;
  padding: 10px 0;
  border-top: 2px solid #0056fb;
  -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #ffffff;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
  }
}

.header .main-menu li .sub-menu li a {
  padding: 8px 20px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.header .main-menu li .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: underline;
}

.header .main-menu li .sub-menu li + li {
  margin-left: 0;
}

.header .main-menu li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header .main-menu li + li {
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .header .main-menu li + li {
    margin-left: 0;
  }
}

.header .nav-right {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .header .nav-right {
    margin-left: 0;
  }
}

.header .nav-right .cmn-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .nav-right .cmn-btn {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.header .nav-right .cmn-btn i {
  margin-right: 6px;
  font-size: 22px;
  color: #ffb200;
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu-toggle {
  margin: 10px 0;
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #000000;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .menu-toggle {
    color: #ffffff;
  }
}

.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
  .menu-toggle:before,
  .menu-toggle:after {
    background-color: #ffffff;
  }
}

span.is-active {
  border-color: transparent;
}

span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
  color: #000000;
}

@media (max-width: 1199px) {
  span.menu-toggle:hover {
    color: #ffffff;
  }
}

span.is-active {
  border-color: transparent;
}

span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* header end */
/* hero-section css start */
.hero {
  position: relative;
}

.hero__content {
  position: relative;
  z-index: 9;
}

.hero__content p {
  color: #ffffff;
  margin-top: 25px;
  font-size: 18px;
}

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

.hero__title {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .hero__title {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 56px;
  }
}

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

@media (max-width: 480px) {
  .hero__title {
    font-size: 42px;
  }
}

@media (max-width: 320px) {
  .hero__title {
    font-size: 36px;
  }
}

.hero__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 80px;
  height: 40px;
  color: #ffffff;
  font-size: 42px;
  margin-top: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hero__slider .slick-arrow:hover::before {
  width: 55px;
  height: 55px;
}

.hero__slider .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #0056fb;
  opacity: 0.25;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hero__slider .slick-arrow.prev {
  left: 50px;
}

.hero__slider .slick-arrow.prev::before {
  left: 35%;
}

.hero__slider .slick-arrow.next {
  right: 50px;
}

.hero__slider .slick-arrow.next::before {
  left: 65%;
}

.hero .single__slide {
  padding-top: 335px;
  padding-bottom: 250px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero .single__slide {
    padding-top: 275px;
    padding-bottom: 195px;
  }
}

@media (max-width: 767px) {
  .hero .single__slide {
    padding-top: 245px;
    padding-bottom: 145px;
  }
}

@media (max-width: 575px) {
  .hero .single__slide {
    padding-bottom: 130px;
  }
}

.hero .single__slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001d4a;
  z-index: -1;
  opacity: 0.75;
}

/* hero-section css edn */
/* inner-page-hero css start */
.inner-page-hero {
  padding-top: 265px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  background-position-y: center;
}

@media (max-width: 1199px) {
  .inner-page-hero {
    padding-top: 170px;
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .inner-page-hero {
    padding-top: 145px;
    padding-bottom: 60px;
  }
}

.inner-page-hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001d4a;
  opacity: 0.85;
  z-index: -1;
}

.inner-page-hero .page-title {
  font-weight: 600;
  color: #ffffff;
}

.inner-page-hero .page-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.inner-page-hero .page-list li {
  padding: 0 15px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.inner-page-hero .page-list li:first-child {
  padding-left: 0;
}

.inner-page-hero .page-list li:first-child::before {
  display: none;
}

.inner-page-hero .page-list li::before {
  position: absolute;
  content: "/";
  color: #ffffff;
  left: 0px;
}

.inner-page-hero .page-list li a {
  color: #ffffff;
}

/* inner-page-hero css end */
/* category-section css start */
.category-card {
  padding: 30px 15px;
  background-color: #0056fb;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(35, 72, 199, 0.25);
  margin: 25px 15px;
}

.category-card__icon {
  color: #ffffff;
  font-size: 56px;
  line-height: 1;
}

.category-card__content {
  margin-top: 10px;
}

.category-card__content .title {
  color: #ffffff;
}

.category-slider .slick-list {
  margin: -25px -15px;
}

.category-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #0056fb;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  bottom: -25px;
  left: -65%;
  cursor: pointer;
}

@media (max-width: 1359px) {
  .category-slider .slick-arrow {
    bottom: -50px;
  }
}

.category-slider .slick-arrow.prev {
  left: -75%;
}

/* category-section css end */
/* about section css start */
.video-thumb {
  position: relative;
}

.video-thumb .video-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  background-color: #0056fb;
  color: #ffffff;
  font-size: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575px) {
  .video-thumb .video-icon {
    width: 120px;
    height: 120px;
    font-size: 56px;
  }
}

@media (max-width: 320px) {
  .video-thumb .video-icon {
    width: 90px;
    height: 90px;
    font-size: 48px;
  }
}

/* about section css end */
/* feature section css start */
.feature-card {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 10px 25px 0 rgba(35, 72, 199, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .feature-card {
    padding: 25px;
  }
}

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

.feature-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #0056fb;
}

.feature-card:hover .feature-card__icon {
  color: #ffffff;
}

.feature-card:hover .feature-card__content .title {
  color: #ffffff;
}

.feature-card:hover .feature-card__content p {
  color: #ffffff;
}

.feature-card__icon {
  color: #0056fb;
  font-size: 72px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-card__content {
  margin-top: 20px;
}

.feature-card__content .title {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-card__content p {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .feature-card__content p {
    font-size: 15px;
  }
}

.feature-card.style--two {
  text-align: center;
}

.feature-card.style--two:hover .feature-card__icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.feature-card.style--two .feature-card__icon {
  width: 95px;
  height: 95px;
  background-color: rgba(0, 86, 251, 0.1);
  font-size: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .feature-card__content {
    margin-top: 10px;
  }
  .feature-card__icon {
    font-size: 50px;
  }

  .feature-card__content .title {
    margin-bottom: 10px;
  }
}

/* feature section css end */
/* event section css start */
.event-card {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 25px 0 rgba(35, 72, 199, 0.1);
}

.event-card__thumb {
  position: relative;
}

.event-card__thumb .event__date {
  position: absolute;
  top: 30px;
  left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
}

.event-card__thumb .event__date i {
  font-size: 32px;
  position: relative;
  z-index: 1;
}

.event-card__thumb .event__date i::after {
  position: absolute;
  content: "";
  top: -8px;
  left: -9px;
  width: 50px;
  height: 50px;
  background-color: #0056fb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
}

.event-card__thumb .event__date .date {
  color: #ffffff;
  font-size: 18px;
  margin-left: 25px;
  padding: 5px 25px;
  background-color: #0056fb;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.event-card__content {
  background-color: #ffffff;
  padding: 30px 30px;
}

.event-card__content .title {
  margin-bottom: 10px;
}

.event-card__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -5px -10px;
  align-items: center;
}

.event-card__meta li {
  margin: 5px 10px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  align-items: center;
  font-size: 14px;
}

.event-card__meta li i {
  font-size: 22px;
  line-height: 1;
  padding-right: 8px;
}

.event-card.style--two {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .event-card.style--two {
    align-items: center;
  }
}

.event-card.style--two .event-card__thumb {
  width: 40%;
}

@media (max-width: 480px) {
  .event-card.style--two .event-card__thumb {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
}

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

.event-card.style--two .event-card__thumb .event__date {
  top: 15px;
  left: 20px;
}

.event-card.style--two .event-card__thumb .event__date i {
  font-size: 20px;
}

.event-card.style--two .event-card__thumb .event__date i::after {
  width: 32px;
  height: 32px;
  top: -7px;
  left: -6px;
}

.event-card.style--two .event-card__thumb .event__date .date {
  font-size: 12px;
  padding: 3px 15px;
}

.event-card.style--two .event-card__content {
  width: 60%;
  padding: 25px 25px;
}

@media (max-width: 480px) {
  .event-card.style--two .event-card__content {
    width: 100%;
  }
}

/* event section css end */
/* event details css start */
.event-details-thumb {
  max-height: 500px;
  overflow: hidden;
}

.icon-card {
  padding: 20px 20px;
  background-color: #ffffff;
  box-shadow: 0 0px 5px 3px rgba(35, 72, 199, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.icon-card__icon {
  width: 60px;
  height: 60px;
  background-color: #0056fb;
  color: #ffffff;
  font-size: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.icon-card__content {
  padding-left: 20px;
  width: calc(100% - 60px);
}

.icon-card__content .number {
  font-size: 22px;
}

@media (max-width: 1359px) {
  .icon-card__content .number {
    font-size: 20px;
  }
}

.event-details-content p {
  margin-top: 20px;
}

.event-map {
  width: 100%;
  height: 450px;
  margin-top: 30px;
  border: none;
}

/* event details css end */
/* course section css start */
.course-card {
  background-color: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(35, 72, 199, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.course-card__content {
  padding: 30px 30px;
}

.course-card__content .stars i {
  color: #faa603;
}

.course-card__content .stars span {
  font-size: 14px;
}

.course-card__meta {
  margin: 25px -10px -5px -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course-card__meta li {
  margin: 5px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.course-card__meta .name {
  color: #6f6f6f;
  padding-left: 15px;
}

.course-card__meta .course-avatar {
  width: 45px;
  height: 45px;
}

.course-card__meta .course-avatar img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

/* course section css end */
/* teacher section css start */
.teacher-card {
  background-color: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(35, 72, 199, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.teacher-card:hover .teacher-card__thumb::before {
  opacity: 0.5;
}

.teacher-card:hover .teacher-card__content {
  background-color: #0056fb;
}

.teacher-card:hover .teacher-card__content .name,
.teacher-card:hover .teacher-card__content .designation {
  color: #ffffff;
}

.teacher-card__thumb {
  position: relative;
  overflow: hidden;
}

.teacher-card__thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001d4a;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teacher-card__content {
  padding: 30px 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.teacher-card.style--two {
  background-color: transparent;
  box-shadow: none;
}

.teacher-card.style--two:hover .teacher-card__content {
  background-color: transparent;
}

.teacher-card.style--two:hover .teacher-card__content .name {
  color: #363636;
}

.teacher-card.style--two:hover .teacher-card__content .designation {
  color: #6f6f6f;
}

.teacher-card.style--two .teacher-card__thumb {
  text-align: center;
}

.teacher-card.style--two .teacher-card__thumb::before {
  display: none;
}

.teacher-card.style--two .teacher-card__thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 280px;
  width: 280px;
  display: inline-block;
}

@media (max-width: 1359px) {
  .teacher-card.style--two .teacher-card__thumb img {
    height: auto;
  }
}

/* teacher section css end */
/* teacher details section css start */
.teacher-single__content {
  padding: 30px 30px;
  text-align: center;
}

.teacher-single .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.teacher-single .social-links li a {
  width: 45px;
  height: 45px;
}

.teacher-single-details .title ~ p {
  margin-top: 20px;
}

.teacher-single-details .content-item span {
  color: #0056fb;
}

.content-item + .content-item {
  margin-top: 20px;
}

/* teacher details section css end */
/* overview section css start */
.min-height--block {
  min-height: 550px;
}

.video-thumb-two {
  position: relative;
}

.video-thumb-two::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001d4a;
  opacity: 0.65;
}

.video-thumb-two .video-button {
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.overview-area {
  padding: 0 100px;
}

@media (max-width: 1399px) {
  .overview-area {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .overview-area {
    padding: 0 100px;
  }
}

@media (max-width: 575px) {
  .overview-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.overview-area .section-title {
  color: #ffffff;
}

.overview-area p {
  color: #e6e6e6;
}

.counter-card__icon {
  font-size: 52px;
  line-height: 1;
}
@media (max-width: 991px) {
  .counter-card__icon {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .counter-card__icon {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .counter-card span {
    font-size: 28px;
  }
}
.counter-card__content {
  margin-top: 25px;
}

@media (max-width: 575px) {
  .counter-card__content {
    margin-top: 15px;
  }
}

.counter-card span {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .counter-card span {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .counter-card span {
    font-size: 22px;
  }
}

.counter-card p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1;
}

@media (max-width: 767px) {
  .counter-card p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .counter-card p {
    font-size: 15px;
  }
}

/* overview section css end */
/* faq section css start */
.request-quote {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 25px 0 rgba(35, 72, 199, 0.1);
}

.request-quote .title {
  position: relative;
  padding-bottom: 10px;
}

.request-quote .title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #0056fb;
}

.request-form {
  margin-top: 40px;
}

.request-form input::-webkit-input-placeholder {
  color: #d3d3d3;
}

.request-form input::-moz-placeholder {
  color: #d3d3d3;
}

.request-form input:-ms-input-placeholder {
  color: #d3d3d3;
}

.request-form input:-moz-placeholder {
  color: #d3d3d3;
}

.request-form .form-group + .form-group {
  margin-top: 20px;
}

.request-form .nice-select {
  margin-bottom: 30px;
}

/* faq section css end */
/* testimonial section css start */
.testimonial-card {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(35, 72, 199, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
}

.testimonial-card .thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border: 5px solid #dddddd;
}

.testimonial-card .designation {
  color: #0056fb;
  font-size: 14px;
  font-style: italic;
}

.testimonial-card p {
  margin-top: 20px;
}

.testimonial-slider .slick-list {
  margin: -25px -15px;
}

.testimonial-slider .testimonial-card {
  margin: 25px 15px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li.slick-active button {
  background-color: #0056fb;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #dddddd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: 20px;
  }
  .testimonial-card p {
    margin-top: 10px;
    font-size: 15px;
  }
}

/* testimonial section css end */
/* blog section css start */
.blog-post {
  background-color: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(35, 72, 199, 0.1);
}

.blog-post__content {
  padding: 30px 30px;
}

.blog-post__icon {
  font-size: 36px;
  margin-top: 15px;
}

.blog-post__title {
  margin-bottom: 25px;
}

.blog-post__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-post__meta li a {
  color: #6f6f6f;
}

/* blog section css end */
/* blog-details-section css start */
.blog-details__thumb {
  position: relative;
}

.blog-details__thumb img {
  width: 100%;
}

.blog-details__thumb .post__date {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  text-align: center;
  padding: 0;
  padding-top: 15px;
  background-color: #0056fb;
}

.blog-details__thumb .post__date .date {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  line-height: 1;
}

.blog-details__thumb .post__date .month {
  background-color: #ffffff;
  padding: 4px 18px;
  width: 100%;
  line-height: 1;
  position: relative;
  top: 8px;
  font-size: 18px;
}

.blog-details__content {
  margin-top: 30px;
}

.blog-details__content p {
  margin-top: 20px;
}

.blog-details__content .blog-details__title {
  font-size: 24px;
}

.blog-details__content blockquote {
  margin-top: 30px;
  margin-bottom: 0;
}

blockquote {
  font-size: 18px;
  color: #6f6f6f;
  font-style: italic;
  text-align: center;
  padding: 50px 60px;
  background-color: #f6f9fa;
}

@media (max-width: 575px) {
  blockquote {
    padding: 30px 40px;
    font-size: 16px;
  }
}

.blog-details__footer {
  text-align: center;
  padding-top: 50px;
}

.blog-details__footer .caption {
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-details__footer .social__links {
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details__footer .social__links li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #363636;
}

.blog-details__footer .social__links li a:hover {
  background-color: #0056fb;
  color: #ffffff;
}

.comments-area {
  margin-top: 100px;
  margin-right: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.comments-area .title {
  margin-bottom: 20px;
  font-size: 24px;
}

.comments-list .single-comment {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.comments-list .single-comment:first-child {
  padding-top: 0;
}

.comments-list .single-comment:last-child {
  padding-bottom: 0;
}

.comments-list .single-comment__thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.comments-list .single-comment__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

@media (max-width: 480px) {
  .comments-list .single-comment__content {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comments-list .single-comment__content .date {
  font-size: 14px;
  font-style: italic;
}

.comments-list .single-comment__content p {
  margin-top: 5px;
}

.reply-btn {
  width: 28px;
  height: 28px;
  background-color: #f7f5fb;
  color: #0056fb;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  float: right;
  margin-top: -30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.reply-btn:hover {
  background-color: #0056fb;
  color: #ffffff;
}

.reply-btn i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.comment-form-area {
  margin-top: 70px;
  margin-right: 30px;
}

.comment-form-area .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.comment-form input,
.comment-form textarea {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.comment-form input:focus,
.comment-form textarea:focus {
  box-shadow: 0px 3px 18px 2px rgba(46, 25, 204, 0.16);
  border-color: transparent;
}

.d-pagination .pagination li a {
  padding: 5px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  line-height: 35px;
}

/* blog-details-section css end */
/* contact section css start */
.contact-item {
  padding: 0 50px 50px 50px;
  background-color: #0056fb;
  text-align: center;
  margin-top: 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-item:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 86, 251, 0.35);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0px 3px 18px 2px rgba(46, 25, 204, 0.16);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.contact-item .icon i {
  font-size: 36px;
  color: #0056fb;
}

.contact-item .content .title,
.contact-item .content p,
.contact-item .content span,
.contact-item .content a,
.contact-item .content li {
  color: #ffffff;
}

.contact-item .content .title {
  margin-bottom: 20px;
}

.contact-item .content a + a {
  margin-top: 5px;
}

.contact-form-wrapper .title {
  font-size: 40px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .contact-content {
    margin-top: 50px;
  }
}

.contact-content .caption {
  font-size: 20px;
}

@media (max-width: 575px) {
  .contact-content .caption {
    font-size: 18px;
  }
}

/* contact section css end */
/* course details css start */
.course-details .course-title {
  font-size: 32px;
  margin-top: 30px;
}

.course-details .subtitle {
  margin-top: 30px;
}

.course-details p {
  margin-top: 20px;
}

.course-details-list li + li {
  margin-top: 10px;
}

/* course details css end */
/* gallery section css start */
.gallery-card {
  position: relative;
}

.gallery-card:hover .view-btn {
  opacity: 1;
  visibility: visible;
}

.gallery-card .view-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  opacity: 0;
  visibility: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* gallery section css end */
/* login section css start */
.login-area {
  text-align: center;
}

.action-form {
  text-align: left;
}

.action-form .input-group-text i {
  font-size: 24px;
}

.action-form .form-group {
  margin-bottom: 0;
}

.action-form .form-group + .form-group {
  margin-top: 25px;
}

/* login section css end */
/* privacy section css start */
.content-block + .content-block {
  margin-top: 50px;
}

.content-block .content__title {
  margin-bottom: 20px;
}

/* privacy section css end */
/* error-section css start */
.error-section {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

.error-area .title {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .error-area .title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .error-area .title {
    font-size: 36px;
  }
}

.error-area .cmn-btn {
  margin-top: 50px;
}

/* error-section css end */
/* sidebar css start */
.sidebar {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

.sidebar .widget + .widget {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sidebar .widget + .widget {
    margin-top: 30px;
  }
}

.sidebar .widget .search-form {
  position: relative;
}

.sidebar .widget .search-form input {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.sidebar .widget .search-form .search-btn {
  position: absolute;
  color: #0056fb;
  background-color: transparent;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #6f6f6f;
  width: 50px;
  height: 100%;
}

.sidebar .widget .widget__title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.sidebar .widget .widget__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #0056fb;
}

.sidebar .categories__list .categories__item + .categories__item {
  margin-top: 10px;
}

.sidebar .categories__list .categories__item a {
  background-color: #f8f8f8;
  display: block;
  padding: 10px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #6f6f6f;
}

.sidebar .categories__list .categories__item a:hover {
  background-color: #0056fb;
  color: #ffffff;
}

.sidebar .archive__list .archive__item + .archive__item {
  margin-top: 8px;
}

.sidebar .archive__list .archive__item a {
  color: #6f6f6f;
}

.sidebar .small-post-list .small-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .small-post-list .small-post:first-child {
  padding-top: 0;
}

.sidebar .small-post-list .small-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .small-post-list .small-post__thumb {
  width: 58px;
}

.small-post__thumb img {
  max-width: 100%;
}

.sidebar .small-post-list .small-post__content {
  width: calc(100% - 58px);
  padding-left: 20px;
}

.sidebar .small-post-list .small-post__content .post__title a {
  font-size: 16px;
  font-weight: 600;
}

.sidebar .tags {
  margin: -5px -2px;
}

.sidebar .tags a {
  font-size: 16px;
  font-weight: 400;
  color: #6f6f6f;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 2px;
}

.sidebar .tags a:hover {
  background-color: #0056fb;
  color: #ffffff;
  border-color: #0056fb;
}

.action-sidebar.active {
  position: fixed;
  top: 100px;
  z-index: 99;
  width: 360px;
}

@media (max-width: 991px) {
  .action-sidebar.active {
    position: static;
  }
}

.action-sidebar .cmn-accordion2 .card + .card {
  margin-top: 10px;
}

.action-sidebar .cmn-accordion2 .card-header .text {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.action-sidebar .cmn-accordion2 .card-header .acc-btn {
  background-color: #0056fb;
  border: none;
  position: relative;
}

.action-sidebar .cmn-accordion2 .card-header .acc-btn.collapsed {
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.action-sidebar .cmn-accordion2 .card-header .acc-btn.collapsed .text {
  color: #6f6f6f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.action-sidebar .cmn-accordion2 .card-header .acc-btn.collapsed .plus-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #6f6f6f;
}

.action-sidebar .cmn-accordion2 .card-header .acc-btn .plus-icon {
  position: absolute;
  top: 15px;
  right: 22px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.action-sidebar .cmn-accordion2 .card-body {
  background-color: #f8f8f8;
  padding: 20px 30px;
}

.action-sidebar .action__list li + li {
  margin-top: 5px;
}

.action-sidebar .action__list a {
  color: #6f6f6f;
}

/* sidebar css end */

/* footer section css start */
.footer-section {
  background-color: #001d4a;
  position: relative;
}

.footer-section p,
.footer-section li,
.footer-section span,
.footer-section i,
.footer-section a {
  color: #e6e6e6;
}

.footer-section div[class*="el"] {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  width: 15%;
}

.footer-section .el-left {
  left: 0;
}

.footer-section .el-right {
  right: 0;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .footer-top {
    padding-top: 90px;
  }
}

.footer-action-list li + li {
  margin-top: 10px;
}

.footer-action-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.footer-action-list li i {
  font-size: 24px;
  margin-right: 8px;
}

.footer-widget__title {
  color: #ffffff;
  margin-bottom: 40px;
}

.footer-widget .latest-news-list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-widget .latest-news-list li:first-child {
  padding-top: 0;
}

.footer-widget .latest-news-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.footer-widget .latest-news-list li .date {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}

.short-link-list li + li {
  margin-top: 15px;
}

.short-link-list li a {
  padding-left: 25px;
  position: relative;
}

.short-link-list li a::before {
  position: absolute;
  content: "\f101";
  font-family: "Line Awesome Free";
  top: -2px;
  left: 0;
  color: #e6e6e6;
  font-size: 18px;
  font-weight: 900;
}

.opening-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.opening-list li:first-child {
  padding-top: 0;
}

.opening-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.opening-list li .caption {
  width: 50%;
}

.opening-list li .value {
  width: 50%;
}

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

.footer-bottom hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-bottom .link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.footer-bottom .link-list li {
  margin: 5px 10px;
}

/* footer section css end */

/*# sourceMappingURL=main.css.map */

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

@media (max-width: 1199px) {
  .cmn-section {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .cmn-section {
    padding: 80px 0;
  }
}

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

.card-header {
  background: transparent;
}

.card-footer {
  background: transparent;
}

.card {
  -webkit-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.25);
  transition: all ease-in 0.3s;
}

.login-area,
.password-area {
  padding: 30px 15px;
  -webkit-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .login-area,
  .password-area {
    padding: 30px;
  }
}

.modal {
  z-index: 9999;
}

input[readonly]:focus {
  background: #e9ecef;
}

button[disabled] {
  opacity: 0.5;
  cursor: auto !important;
}

.widget-two {
  padding: 15px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.b-radius--5 {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.box--shadow2 {
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.25) !important;
}

.box--shadow2:hover {
  box-shadow: 0px 3px 15px -2px rgba(0, 0, 0, 0.25) !important;
}

.widget-two .cmn-btn {
  padding: 5px 17px;
}

.widget-three .cmn-btn {
  padding: 5px 17px;
}

.widget-two .overlay-icon {
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 120px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.15;
}

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

.widget-two__icon {
  width: 90px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*margin-top: 32px;*/
}

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

.widget-two__icon i {
  font-size: 42px;
  color: #fff;
}

.widget-two__content {
  width: calc(100% - 90px);
  padding-left: 30px;
}

.widget-two__content h2 {
  font-size: 26px;
}

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

.widget-three {
  padding: 30px 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-three__icon {
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.b-radius--rounded {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.widget-three__icon i {
  font-size: 48px;
  color: #ffffff;
}

.widget-three__content {
  margin-top: 25px;
}

.widget-three {
  padding: 30px 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.widget__icon {
  width: 70px;
  height: 70px;
  align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.widget__icon i {
  color: #ffffff;
  font-size: 38px;
}

.widget__content {
  width: calc(100% - 90px);
  padding-left: 15px;
}

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

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

.bb--3 {
  border-bottom: 3px solid !important;
  border-color: #28c76f !important;
}

.b-radius--10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

/* form css end */
/* table css start */
.table {
  margin-bottom: 0;
}

.table th {
  font-size: 0.75rem;
  text-align: center;
}

.table td {
  font-size: 0.875rem;
  color: #5b6e88;
  text-align: center;
}

.table td span,
.table td p,
.table td li {
  font-size: 0.875rem;
}

table th:last-child {
  text-align: right;
}

table th:first-child {
  text-align: left;
}

table td:last-child {
  text-align: right;
}

table td:first-child {
  text-align: left;
}

table tbody tr:last-child td {
  border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(115, 115, 115, 0.05);
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 500;
  color: #000000;
  top: 0;
  left: 0;
  padding: 13px 15px;
  display: none;
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
    display: none;
  }

  .table-responsive--sm tbody tr:nth-child(even) {
    background-color: #f4f4f5;
  }

  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    padding-left: 45%;
    text-align: right !important;
  }

  .table-responsive--sm [data-label]::before {
    display: block;
  }

  table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
  }

  table tbody tr:last-child td:last-child {
    border: none;
  }
}

@media (max-width: 575px) {
  .table-responsive--xs thead {
    display: none;
  }

  .table-responsive--xs tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
  }

  .table-responsive--xs tr th,
  .table-responsive--xs tr td {
    display: block;
    padding-left: 45%;
    text-align: right !important;
  }

  .table-responsive--xs [data-label]::before {
    display: block;
  }

  table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
  }

  table tbody tr:last-child td:last-child {
    border: none;
  }
}

@media (max-width: 320px) {
  .timer {
    font-size: 17px;
  }

  .bal {
    font-size: 23px;
  }
}

/* table css end */

/* plan css */
.price .single-price:hover,
.price .single-price.active {
  -webkit-box-shadow: 0px 0px 19px 12px #f5f5f5;
  box-shadow: 0px 0px 19px 12px #f5f5f5;
}

.price .single-price {
  text-align: center;
  -webkit-box-shadow: 0px 0px 9px 2px #f5f5f5;
  box-shadow: 0px 0px 9px 2px #f5f5f5;
}

.price .single-price .part-bottom button {
  display: inline-block;
  color: #fff;
  background: #000050;
  width: 100%;
  width: 100%;
  padding: 15px 0;
  margin-top: 25px;
  border: 2px solid #000050;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.price .single-price .part-top h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 28px;
  border-bottom: 1px solid;
  padding-bottom: 23px;
}

.price .single-price .part-top h4 {
  font-size: 42px;
  color: #fff;
}

.price .single-price .part-bottom {
  padding: 21px 30px 40px;
  background: #fff;
}

.price .single-price .part-bottom ul li:first-child {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 6px;
}

.pricing--popular {
  border: 2px solid #127681;
}

.btn {
  outline: none;
  border: none;
}

.btn:focus {
  border: none;
  box-shadow: none;
}

.btn:active {
  border: none;
  box-shadow: none;
}

.table td,
.table th {
  padding: 15px;
  vertical-align: top;
}

.table tr {
  background: transparent;
}

.table-card .card-body table {
  border-radius: 7px;
  -webkit-box-shadow: 0 0 11px rgb(0 0 0 / 47%);
  -moz-box-shadow: 0 0 11px rgb(0 0 0 / 47%);
  box-shadow: 0 0 11px rgb(0 0 0 / 47%);
}

.table-card .card-body table thead th:first-child {
  border-radius: 7px 0 0 0;
}

.table-card .card-body table thead th:last-child {
  border-radius: 0 7px 0 0;
}

.table-card .card-body table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 7px;
}

.table-card .card-body table tbody tr:last-child td:last-child {
  border-radius: 0 0 7px 0;
}

.table-card {
  border: none;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: transparent;
}

.badge-success {
  background-color: rgba(40, 199, 111, 0.1);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge-pending,
.badge-warning,
.badge-success,
.badge-primary,
.badge-danger,
.badge-dark {
  border-radius: 999px;
  padding: 2px 15px;
  position: relative;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  font-weight: 400 !important;
}

.badge-warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge-danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge-primary {
  background-color: rgba(115, 103, 240, 0.1);
  border: 1px solid #7367f0;
  color: #7367f0;
}

.badge-dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #000000;
}

.table .thead-dark th {
  font-size: 14px;
}

.modal {
  z-index: 999999999;
}

.price .single-price .part-bottom ul li {
  border-bottom: 1px dashed #00000038;
}

.list-group-item {
  border: 1px dashed rgb(0 0 0 / 41%);
}

.badge {
  font-size: 0.75rem !important;
  font-weight: 300;
}

.badge-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
  border-radius: 999px;
  padding: 2px 15px;
  position: relative;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.1);
  border: 1px solid #4634ff;
  color: #4634ff;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #000;
}

.table th {
  background-color: #7367f0;
  color: #fff;
}

.table tbody {
  border-top: none !important;
}

.modal-footer .btn--base {
  padding: 0.375rem 0.75rem;
}

.action-form {
  padding-top: clamp(15px, 4vw, 30px);
}

.form--select {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  width: 100%;
  background-color: #f8f8fa;
  border-radius: 3px;
  color: #6f6f6f;
}

.form--select:focus {
  box-shadow: none;
}

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

.card {
  border: 0;
}

.fs--14px {
  font-size: 14px;
  color: #788;
}

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

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

.ptc-card {
  border: 1px solid #0099ff80;
  background: linear-gradient(to bottom, #0099ff40, #fff) !important;
}

/* Pagination Css*/
.pagination {
  gap: 10px;
  flex-wrap: wrap;
}

.pagination .page-item.active .page-link {
  color: #fff;
}

.pagination .page-item .page-link {
  border-radius: 5px;
  line-height: 1.3;
  color: #61636a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-price {
  position: relative;
}

.popular-badge {
  position: absolute;
  right: 10px;
  top: 10px;
}

.popular-badge span {
  background: #4634ff;
  color: #fff;
}

.btn-disabled {
  opacity: 0.5;
  cursor: auto !important;
}

.tracking-process-item {
  text-align: center;
  width: calc(100% / 13) !important;
}

.tracking-wrapper .tracking-body {
  margin: 40px 22px 50px !important;
}

@media (max-width: 767px) {
  .tracking-wrapper .tracking-body {
    margin: 40px 14px 50px !important;
  }
}

@media (max-width: 574px) {
  .tracking-wrapper .tracking-body {
    margin: 40px 14px 50px !important;
  }
  .tracking-process-item {
    width: inherit !important;
  }
}

.modal-header .close {
  color: white;
  background: transparent !important;
  border: 0 !important;
}
.modal-header .close:focus {
  color: #ea5455 !important;
}
.modal-content {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .table tbody tr td {
    text-align: right;
    display: block;
  }
}

@media (max-width: 1199px) {
  .table [data-label]::before {
    display: block;
  }
}

@media (max-width: 1199px) {
  .table tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
  }
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  color: #000000;
  top: 0;
  left: 0;
  padding: 13px 15px;
  display: none;
}
.cmn--table thead th:first-child {
  border-radius: 7px 0px 0px 0px !important;
}
.cmn--table thead th:last-child {
  border-radius: 0px 7px 0px 0px !important;
}
.table {
  border: 0 !important;
}

.track-search .btn--base {
  padding: 10px 35px;
  border-radius: 5px;
  box-shadow: none;
}

.maintenance-wrapper .custom--card .card-header {
  background: #042f880f !important;
  border-bottom: 1px solid #ddddddeb;
}
.maintenance-wrapper .card-body {
  padding: 32px;
}
.maintenance-wrapper .card-title {
  color: rgb(54, 54, 54) !important;
}

/* language css start here  */

.language.dropdown {
  position: relative;
  z-index: 9999;
}
.language-wrapper {
  display: flex;
  position: relative;
  z-index: 9999;
  border: 0 !important;
  padding: 3px 6px;
  border-radius: 4px;
  padding-right: 30px;
  background-color: transparent !important;
}
.language-content {
  display: flex;
  align-items: center;
}
.collapse-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.language .collapse-icon i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}
.dropdown-menu.langList_dropdow {
  min-width: 130px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  overflow: hidden;
  box-shadow: 0px 12px 65px 18px rgb(186 180 180 / 30%);
}
/* .language_flag {
    width: 40px;
    height: 30px;
} */

/* .language_text {
  width: calc(100% - 40px);
  padding-left: 5px;
} */

.language_flag img {
  /* max-width: 40px; */
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 4px;
}
.language-list.langSel {
  padding: 3px 10px !important;
}
.language-list.langSel:hover {
  background-color: #004de2;
}
.language-list.langSel:hover .language_text {
  color: #fff !important;
}
.language.dropdown:focus-visible {
  outline: none;
  box-shadow: none;
}
.language_text {
  font-size: 14px;
}
.language_text_select {
  font-size: 14px;
  width: calc(100% - 40px);
  padding-left: 7px;
  color: #fff;
}

/* social-login css start here  */
.social-login-btn {
  border: 1px solid rgba(11, 37, 74, 0.1) !important;
  transition: 0.2s linear;
}

.social-login-btn:hover {
  border-color: #042f8880 !important;
  /* color: #ff7300 !important; */
}

.social-login {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.another-login {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  z-index: 1;
}

.another-login::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed rgba(11, 37, 74, 0.15) !important;
}

.another-login .text {
  background-color: #fff;
  padding: 0 7px;
  z-index: 1;
  position: relative;
}
.input-group-text.bg--danger {
  border-color: #ea5455 !important;
  color: #fff !important;
  background-color: #ea5455 !important;
}
.input-group:focus-within .input-group-text.bg--danger {
  border-color: #ea5455 !important;
  color: #fff !important;
  background-color: #ea5455 !important;
}
