﻿@import"https://fonts.googleapis.com/css2?family=Roboto:ital, wght@0, 300;
    0, 400;
    0, 500;
    0, 700;
    0, 900;
    1, 400;
    1, 500&display=swap";
    @import"https: //fonts.googleapis.com/css2?family=Mukta:wght@200;
    300;
    400;
    500;
    600;
    700;
    800&display=swap";
    @import"https: //fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap";
    #style-switcher {
    transition: all .4s;
    background: none repeat scroll 0 0 #f8f9fc;
    box-shadow: 0px 4px 12px rgba(24, 59, 86, .07);
    left: -189px;
    position: fixed;
    top: 35.5%;
    width: 189px;
    z-index: 999;
    padding: 10px 5px;
}
#style-switcher .settings {
    background: #343a40;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}

/* ================= My CSS ====================== */
.cate-gif {
    position: absolute;
    right: 35px;
    top: 80px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 10px;
}
.card-body .price {color: #ec2029;}

.hilight-title {line-height: 1.5;padding-bottom: 10px;}

.logo-custom-css .logo-dark {
  display: none; }

.rn-icon-list .icon-box > a,
.rn-icon-list .icon-box > button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-body);
  position: relative;
  z-index: 2; }
  .rn-icon-list .icon-box > a::after,
  .rn-icon-list .icon-box > button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--background-color-1);
    top: 0;
    left: 0;
    transform: scale(0.5);
    opacity: 0;
    border-radius: 100%;
    transition: 0.3s;
    z-index: -1; }
  .rn-icon-list .icon-box > a i,
  .rn-icon-list .icon-box > button i {
    font-size: 16px; }
  .rn-icon-list .icon-box > a img,
  .rn-icon-list .icon-box > button img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover; }

.rn-icon-list .icon-box:hover a {
  border-color: transparent; }
  .rn-icon-list .icon-box:hover a::after {
    transform: scale(1);
    opacity: 1; }

.rn-icon-list.notification-badge {
  position: relative;
  z-index: 2; }
  .rn-icon-list.notification-badge span.badge {
    position: absolute;
    top: -6px;
    right: -2px;
    padding: 0 5px;
    background: var(--color-primary);
    display: inline-block;
    border-radius: 500px;
    line-height: 20px;
    min-width: 20px;
    height: 20px; }

.rn-icon-list.user-account {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center; }
  .rn-icon-list.user-account .rn-dropdown {
    min-width: 320px;
    height: auto;
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 30px 30px;
    transition: .3s;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    border-left: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14; }
    @media only screen and (max-width: 767px) {
      .rn-icon-list.user-account .rn-dropdown {
        right: -90px; } }
    .rn-icon-list.user-account .rn-dropdown .rn-inner-top {
      display: block;
      margin-bottom: 26px; }
      .rn-icon-list.user-account .rn-dropdown .rn-inner-top .title {
        font-size: 16px;
        margin-bottom: 7px; }
      .rn-icon-list.user-account .rn-dropdown .rn-inner-top span a {
        display: block;
        color: var(--color-primary);
        font-weight: 500;
        line-height: initial;
        font-size: 14px; }
    .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list {
      margin: 0;
      padding: 0;
      margin-bottom: 21px; }
      .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list {
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center; }
        .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail {
          margin-right: 12px; }
          .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a {
            display: block; }
            .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a img {
              max-height: 50px;
              border-radius: 10%; }
        .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .title {
          font-size: 14px;
          margin-bottom: 4px; }
        .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list span {
          color: var(--color-body);
          display: block;
          font-size: 14px; }
        .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list + .single-product-list {
          margin-top: 15px; }
    .rn-icon-list.user-account .rn-dropdown .add-fund-button {
      border-bottom: 1px solid var(--color-border); }
    .rn-icon-list.user-account .rn-dropdown .list-inner {
      padding: 0;
      margin: 0;
      list-style: none;
      padding-top: 14px;
      margin: 0 -14px;
      position: relative; }
      .rn-icon-list.user-account .rn-dropdown .list-inner li {
        margin: 0;
        padding: 0; }
        .rn-icon-list.user-account .rn-dropdown .list-inner li a {
          font-weight: 500;
          padding: 4px 14px;
          font-size: 16px;
          display: block;
          color: #acacac;
          color: var(--color-body);
          margin: 0 10px;
          border-radius: 4px;
          transition: .3s;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0; }
          .rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {
            color: var(--color-primary) !important;
            background: #00ffff;}
  .rn-icon-list.user-account:hover .rn-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.rn-header .logo-thumbnail {
  padding-right: 32px;
  position: relative;
  margin-right: 17px; }
  @media only screen and (max-width: 479px) {
    .rn-header .logo-thumbnail {
      padding-right: 0;
      margin-right: 0; } }
  .rn-header .logo-thumbnail::after {
    background: var(--color-border);
    width: 1px;
    height: 36px;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 479px) {
      .rn-header .logo-thumbnail::after {
        display: none; } }

.rn-header.header--sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }

.rn-header.header--fixed {
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff14; }
  .rn-header.header--fixed.sticky {
    background-color: #151521;
    position: fixed !important;
    top: 0;
    display: block; }

.rn-header.rn-header-four.header--fixed.sticky {
  top: 0; }

.rn-slider-area.fullscreen-slide {
  top: -50px;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .rn-slider-area.fullscreen-slide {
      top: -105px; } }

.lg-product-share .profile-share .more-author-text {
  font-size: 18px; }

.rn-slider-area.fullscreen-slide .rn-slick-dot-style .slick-dots {
  bottom: 50px; }

.rn-slider-area .btn {
  border-radius: 5px; }

.slide.slide-style-2 {
  padding-top: 250px;
  padding-bottom: 250px; }
  .slide.slide-style-2 h1 {
    font-size: 80px;
    letter-spacing: 2px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slide.slide-style-2 h1 {
        font-size: 60px;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 767px) {
      .slide.slide-style-2 h1 {
        font-size: 40px;
        letter-spacing: 1px; } }

.haeder-default .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 479px) {
    .haeder-default .header-inner {
      display: block;
      padding-top: 18px; } }

.haeder-default .header-left {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-basis: 80%; }
  @media only screen and (max-width: 479px) {
    .haeder-default .header-left {
      justify-content: center;
      flex-basis: 100%; } }

.haeder-default .header-right {
  justify-content: flex-end;
  display: flex;
  flex-basis: 20%;
  align-items: center; }
  @media only screen and (max-width: 479px) {
    .haeder-default .header-right {
      justify-content: center;
      flex-basis: 100%; } }
  .haeder-default .header-right .setting-option {
    margin: 0 5px; }
    @media only screen and (max-width: 479px) {
      .haeder-default .header-right .setting-option {
        margin: 0 2px; } }
  .haeder-default .header-right ul {
    margin: 0; }

.haeder-default .menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  margin-top: 5px;
  margin-left: -10px; }
  .haeder-default .menu-list li {
    margin: 0; }
    .haeder-default .menu-list li a {
      transition: var(--transition);
      margin-left: 10px;
      color: #6d6d80; }
      .haeder-default .menu-list li a:hover {
        color: var(--color-primary); }

.haeder-default .header-right .mainmenu li a {
  color: #858596;
  transition: var(--transition); }
  .haeder-default .header-right .mainmenu li a:hover {
    color: var(--color-primary); }

.search-form-wrapper {
  position: relative; }
  .search-form-wrapper .form-control,
  .search-form-wrapper input {
    background: transparent;
    border-color: var(--color-border);
    font-size: 15px;
    border-radius: 10px;
    padding: 0 15px;
    color: var(--color-body);
    outline: none;
    box-shadow: none;
    transition: 0.4s;
    padding-right: 35px; }
    .search-form-wrapper .form-control:focus,
    .search-form-wrapper input:focus {
      border-color: var(--color-primary); }
  .search-form-wrapper .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px; }
    .search-form-wrapper .search-icon button {
      border: 0 none;
      padding: 0; }

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.left-header-style .logo-area a img {
  max-width: 110px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-search-mobile.form-group {
    position: absolute;
    top: 100%;
    background: var(--background-color-4);
    width: 100%;
    right: 0;
    margin-bottom: 0;
    padding: 20px;
    z-index: 3; }
  .large-mobile-blog-search {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .large-mobile-blog-search.active {
      opacity: 1;
      visibility: visible; }
  .rn-search-mobile.form-group input {
    width: 100%;
    background: var(--color-primary-alta);
    padding-right: 52px;
    color: var(--color-body); }
  button.search-button {
    position: absolute; }
  .mobile-search-wrapper {
    position: static; }
  button.search-button {
    position: absolute;
    width: 52px;
    background: transparent;
    right: 19px;
    border: 0 none;
    top: 50%;
    transform: translateY(-50%);
    height: 47px; }
  .search-mobile-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 100%;
    display: inline-block;
    min-width: 40px; }
    .search-mobile-icon button {
      border: 0 none; }
      .search-mobile-icon button i {
        font-weight: 400;
        font-size: 16px; }
    .search-mobile-icon.open button i::before {
      content: "\ea02"; } }

@media only screen and (max-width: 767px) {
  .rn-search-mobile.form-group {
    position: absolute;
    top: 100%;
    background: var(--background-color-4);
    width: 100%;
    right: 0;
    margin-bottom: 0;
    padding: 20px;
    z-index: 3; }
  .large-mobile-blog-search {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .large-mobile-blog-search.active {
      opacity: 1;
      visibility: visible; }
  .rn-search-mobile.form-group input {
    width: 100%;
    background: var(--color-primary-alta);
    padding-right: 52px;
    color: var(--color-body); }
  button.search-button {
    position: absolute; }
  .mobile-search-wrapper {
    position: static; }
  button.search-button {
    position: absolute;
    width: 52px;
    background: transparent;
    right: 19px;
    border: 0 none;
    top: 50%;
    transform: translateY(-50%);
    height: 47px; }
  .search-mobile-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 100%;
    display: inline-block;
    min-width: 40px; }
    .search-mobile-icon button {
      border: 0 none; }
      .search-mobile-icon button i {
        font-weight: 400;
        font-size: 16px; }
    .search-mobile-icon.open button i::before {
      content: "\ea02"; } }

.top-seller-slick-activation.slick-gutter-15 {
  margin: 0;
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -15px; }

.slider-activation-banner-3 button.slick-arrow {
  z-index: 100;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  transition: var(--transition); }
  .slider-activation-banner-3 button.slick-arrow:hover {
    background: var(--color-primary);
    border: 2px solid transparent; }
  .slider-activation-banner-3 button.slick-arrow.slick-prev {
    left: 100px; }
    .slider-activation-banner-3 button.slick-arrow.slick-prev::before {
      content: '\e92f';
      font-family: 'feather' !important; }
  .slider-activation-banner-3 button.slick-arrow.slick-next {
    right: 100px; }
    .slider-activation-banner-3 button.slick-arrow.slick-next::before {
      content: '\e930';
      font-family: 'feather' !important; }


/* ================= My CSS ====================== */
.card a {}
.card a:hover{
	transform: scale(1.03);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.pattern {
    overflow: hidden;
    border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    margin: 5px;
}
ul.pattern .color1 {
    background-color: #ec2029;
}
ul.pattern .color2 {
    background-color: #1f86ef;
}
ul.pattern .color3 {
    background-color: #766df4;
}
@media only screen and (max-width: 479px) {
    #style-switcher {display: none;}
    .navbar>.container-fluid {justify-content: center;}
}
@media(min-width: 200px)and (max-width: 1024px) {
    .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    color: #fff !important;
    background: #fff;
}
.navbar-custom .navbar-nav {
    margin-left: 0px;
}
.navbar-custom .navbar-nav li.active {
    border-color: transparent;
}
.navbar-custom .navbar-nav li a {
    transition: all .4s;
    margin: 6px;
    color: #183b56 !important;
    padding: 6px 0;
}
.navbar-custom>.container {
    width: 90%}
.home-title {
    font-size: 36px;
}
.navbar-white .navbar-toggler {
    color: #183b56 !important;
}
.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
    color: #ec2029 !important;
}
.navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.carousel-indicators {
    right: 0;
}
.logo .logo-light {
    display: none;
}
.logo .logo-dark {
    display: inline-block;
}
}
@media(min-width: 1200px) {
    .container {
    max-width: 1140px !important;
}
}
@media(max-width: 992px) {
    .home {
    padding: 150px 0;
}
}
@media(max-width: 1600px) {
    .request-image img {
    display: none !important;
}
}
@media(max-width: 768px) {
    .PageBackToWork-heading-itText {
    display: inline-block;
    font-size: 50px;
}
}
@media only screen and (min-width: 1600px) {
    .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
}
}
.navbar {
    transition: all .5s ease;
    padding: 0;
    background-color: transparent !important;
}
.navbar .logo .logo-light {
    display: none;
}
.navbar .logo .logo-dark {
    display: inline-block;
}
.navbar .navbar-nav .nav-link {
    color: #183b56;
    font-size: 16px;
    background-color: transparent;
    padding: 28px 25px;
    text-transform: uppercase;
    transition: all .3s ease;
    position: relative;
    font-weight: 700;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link.active {
    color: #ec2029 !important;
}
.navbar .navbar-brand {
    color: #ec2029;
    font-weight: 600;
    font-size: 26px;
}
.navbar .navbar-brand span {
    color: #000;
    font-weight: 800;
}
.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .header-item {
    color: #183b56;
    transition: all .5s ease;
}
.navbar .dropdown .dropdown-menu {
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    min-width: 12rem;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(107, 110, 111, .05);
}
.navbar .dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #183b56;
    background-color: #fff;
    transition: all .5s ease;
    padding: 10px 20px;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .dropdown .dropdown-menu .dropdown-item.active, .navbar .dropdown .dropdown-menu .dropdown-item:active {
    color: #ec2029;
    padding-left: 14px;
    border-radius: 5px;
}
.navbar .dropdown .dropdown-menu.dropdown-menu-sm {
    min-width: 18rem;
}
.navbar .dropdown .dropdown-menu.dropdown-menu-md {
    min-width: 30rem;
}
.navbar .dropdown .dropmenu-width {
    min-width: 25rem;
}
.arrow-down:after {
    border: 0;
    left: auto;
    content: "󰅀";
    font-family: "Material Design Icons";
    top: 35%;
    right: 28px;
    font-size: 14px;
    margin-left: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropdown-header {
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
}
.dropdown-scroll::-webkit-scrollbar, .ui-elements-bar::-webkit-scrollbar, .choices__list::-webkit-scrollbar {
    -webkit-appearance: none;
}
.dropdown-scroll::-webkit-scrollbar:vertical, .ui-elements-bar::-webkit-scrollbar:vertical, .choices__list::-webkit-scrollbar:vertical {
    width: 10px;
}
.dropdown-scroll::-webkit-scrollbar:horizontal, .ui-elements-bar::-webkit-scrollbar:horizontal, .choices__list::-webkit-scrollbar:horizontal {
    height: 10px;
}
.dropdown-scroll::-webkit-scrollbar-thumb, .ui-elements-bar::-webkit-scrollbar-thumb, .choices__list::-webkit-scrollbar-thumb {
    background-color: rgba(24, 59, 86, .2);
    border-radius: 10px;
    border: 2px solid #f8f9fa;
}
.dropdown-scroll::-webkit-scrollbar-track, .ui-elements-bar::-webkit-scrollbar-track, .choices__list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f8f9fa;
}
@media(max-width: 992px) {
    .navbar-nav .dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
    margin-top: 0;
}
}
@media(max-width: 576px) {
    .dropdown {
    position: static;
}
}
@media(min-width: 992px) {
    .dropdown-menu {
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
}
.dropdown-menu.dropdown-menu-lg {
    min-width: 40rem;
}
.dropdown-menu.dropdown-menu-center {
    left: 50%;
    transform: translate(-50%, 0);
}
.dropdown-hover:hover>.dropdown-menu {
    display: block;
}
}
@keyframes DropDownSlide {
    100% {
    margin-top: -1px;
}
0% {
    margin-top: 8px;
}
}
.nav-sticky.navbar {
    background: #fff !important;
    margin-top: 0px;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .2);
}
.nav-sticky.navbar .logo {
    color: #ec2029 !important;
}
.nav-sticky .header-item {
    color: #183b56;
}
@media(min-width: 992px)and (max-width: 1200px) {
    .navbar .navbar-nav .nav-link {
    padding: 25px 15px;
}
}
@media(max-width: 992px) {
    .navbar {
    padding: 14px 0;
    background-color: #fff !important;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
}
.navbar-collapse {
    max-height: 385px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 75px;
    background: #fff;
    padding-bottom: 10px;
    padding-left: 25px;
}
}
@media(max-width: 768px) {
    .top-bar {
    display: none;
}
}
.log-button {
    display: flex;
}
.log-button button:first-child {
    border-radius: 40px 0 0 40px;
    padding: 18px 30px;
    border: 1px solid rgba(107, 110, 111, .2) !important;
    color: #183b56;
}
.log-button button:first-child:hover, .log-button button:first-child:focus, .log-button button:first-child:active {
    background-color: #183b56 !important;
    color: #fff;
}
.log-button button:last-child {
    border-radius: 0 40px 40px 0;
    padding: 18px 30px;
}
body[data-layout-mode=dark] .navbar {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .nav-sticky {
    background-color: #283039 !important;
}
body[data-layout-mode=dark] .nav-sticky .navbar-toggler i, body[data-layout-mode=dark] .navbar .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff !important;
}
body[data-layout-mode=dark] .nav-sticky .navbar-nav .nav-link, body[data-layout-mode=dark] .navbar .navbar-nav .nav-link {
    color: #f8f9fa;
}
body[data-layout-mode=dark] .nav-sticky .navbar-nav .nav-link:hover, body[data-layout-mode=dark] .nav-sticky .navbar-nav .nav-link.active, body[data-layout-mode=dark] .navbar .navbar-nav .nav-link:hover, body[data-layout-mode=dark] .navbar .navbar-nav .nav-link.active {
    color: #ec2029;
}
body[data-layout-mode=dark] .nav-sticky .navbar-brand, body[data-layout-mode=dark] .navbar .navbar-brand {
    color: #ec2029;
    font-weight: 600;
    font-size: 26px;
}
body[data-layout-mode=dark] .nav-sticky .navbar-brand span, body[data-layout-mode=dark] .navbar .navbar-brand span {
    color: #fff;
    font-weight: 800;
}
body[data-layout-mode=dark] .nav-sticky .header-item, body[data-layout-mode=dark] .navbar .header-item {
    color: #f8f9fa;
}
body[data-layout-mode=dark] .navbar-toggler {
    color: #f8f9fa;
}
body[data-layout-mode=dark] .navbar-brand {
    color: #ec2029 !important;
}
body[data-layout-mode=dark] .navbar-brand span {
    color: #fff !important;
}
body[data-layout-mode=dark] .navbar-brand .logo-dark {
    display: none;
}
body[data-layout-mode=dark] .navbar-brand .logo-light {
    display: inline-block;
}
body[data-layout-mode=dark] .top-bar {
    background-color: #3d454e;
}
body[data-layout-mode=dark] .top-bar .topbar-social-menu .social-link {
    color: #f8f9fa;
}
body[data-layout-mode=dark] .top-bar .topbar-social-menu .social-link:hover {
    color: #1d9b7b;
}
body[data-layout-mode=dark] .dropdown .dropdown-menu {
    background-color: #303841;
    border-color: #3d454e;
    color: #f8f9fa;
}
body[data-layout-mode=dark] .dropdown .dropdown-menu .dropdown-item {
    background-color: #303841;
    color: #f8f9fa;
}
body[data-layout-mode=dark] .dropdown .dropdown-menu .dropdown-item:hover {
    color: #ec2029;
}
body[data-layout-mode=dark] .dropdown-scroll::-webkit-scrollbar-thumb, body[data-layout-mode=dark] .ui-elements-bar::-webkit-scrollbar-thumb, body[data-layout-mode=dark] .choices__list::-webkit-scrollbar-thumb {
    background-color: #3d454e;
    border: 2px solid #303841;
}
body[data-layout-mode=dark] .dropdown-scroll::-webkit-scrollbar-track, body[data-layout-mode=dark] .ui-elements-bar::-webkit-scrollbar-track, body[data-layout-mode=dark] .choices__list::-webkit-scrollbar-track {
    background-color: #283039;
}
@media(max-width: 992px) {
    body[data-layout-mode=dark] .navbar-collapse {
    background-color: #303841 !important;
    box-shadow: none !important;
}
body[data-layout-mode=dark] .nav-sticky .navbar-collapse {
    background-color: #283039 !important;
    box-shadow: none !important;
}
}
.dropdown-toggle {
    color: #fff;
}
.dropdown-toggle::after {
    border: 0;
    left: auto;
    content: "󰅀";
    font-family: "Material Design Icons";
    top: 0px;
    vertical-align: 0px;
    line-height: 0px;
    font-size: 14px;
    margin-left: 2px;
    transition: all .3s ease-out;
}
@media(max-width: 992px) {
    .navbar {
    padding: 14px 0;
    background-color: #fff !important;
}
.navbar-toggler i {
    color: #183b56;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 30px;
}
}
.text-primary {
    color: #ec2029 !important;
}
.bg-primary {
    background-color: #ec2029 !important;
}
.text-secondary {
    color: #e0ff66 !important;
}
.bg-secondary {
    background-color: #e0ff66 !important;
}
.text-success {
    color: #1d9b7b !important;
}
.bg-success {
    background-color: #1d9b7b !important;
}
.text-info {
    color: #24bee6 !important;
}
.bg-info {
    background-color: #24bee6 !important;
}
.text-warning {
    color: #ffb60b !important;
}
.bg-warning {
    background-color: #ffb60b !important;
}
.text-danger {
    color: #da3746 !important;
}
.bg-danger {
    background-color: #da3746 !important;
}
.text-light {
    color: #f8f9fc !important;
}
.bg-light {
    background-color: #f8f9fc !important;
}
.text-dark {
    color: #183b56 !important;
}
.bg-dark {
    background-color: #183b56 !important;
}
.text-muted {
    color: #6b6e6f !important;
}
.bg-muted {
    background-color: #6b6e6f !important;
}
.text-white {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.text-purple {
    color: #766df4 !important;
}
.bg-purple {
    background-color: #766df4 !important;
}
.text-blue {
    color: #1f86ef !important;
}
.bg-blue {
    background-color: #1f86ef !important;
}
.text-orange {
    color: #e46e2a !important;
}
.bg-orange {
    background-color: #e46e2a !important;
}
.text-white-70 {
    color: rgba(255, 255, 255, .7) !important;
}
.bg-white-70 {
    background-color: rgba(255, 255, 255, .7) !important;
}
.section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative !important;
}
.para-p {
    max-width: 650px;
}
@keyframes ani-bg {
    0% {
    transform: translateY(0px);
}
100% {
    transform: translateY(200px);
}
}
.box-shadow {
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
}
hr {
    border-top: 1px solid #6b6e6f;
    margin: 0;
}
.lh-1 {
    letter-spacing: 1px;
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.f-19 {
    font-size: 19px;
}
.f-20 {
    font-size: 20px;
}
.f-21 {
    font-size: 21px;
}
.f-22 {
    font-size: 22px;
}
.f-23 {
    font-size: 23px;
}
.f-24 {
    font-size: 23px;
}
.f-30 {
    font-size: 30px;
}
.f-36 {
    font-size: 36px;
}
.avatar-xs {
    height: 2rem;
    width: 2rem;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}
.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}
.avatar-xl {
    height: 6rem;
    width: 6rem;
}
.avatar-xxl {
    height: 8rem;
    width: 8rem;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.border-radius {
    border-radius: 6px !important;
}
.title-border {
    width: 90px;
    height: 1px;
    background: linear-gradient(to right, transparent, #ec2029, transparent);
    margin: 0 auto;
}
.breadcrumb {
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    width: fit-content;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 60px;
}
.hero-sub {
    animation-name: moveInleft;
    animation-duration: 3s;
}
.hero-heading {
    animation-name: moveInRight;
    animation-duration: 3s;
}
@keyframes moveInleft {
    0% {
    opacity: 0;
    transform: translateX(-100px);
}
100% {
    opacity: 1;
    transform: translate(0);
}
}
@keyframes moveInRight {
    0% {
    opacity: 0;
    transform: translateX(100px);
}
100% {
    opacity: 1;
    transform: translate(0);
}
}
#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    padding: 0px 5px;
    color: #adb5bd;
}
@media(min-width: 1200px) {
    .container {
    max-width: 1200px !important;
}
}
.table-nowrap th, .table-nowrap td {
    white-space: nowrap;
}
.bg-overlay {
    background-color: rgba(74, 74, 74, .7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%}
.align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.btn-rounded {
    border-radius: 5px;
}
.btn {
    padding: 11px 28px;
    font-size: 14px;
    letter-spacing: .9px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-sm {
    padding: 10px 22px;
}
.title-heading {
    font-weight: 700;
}
.btn-lg {
    padding: 14px 60px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .5s;
    border: 1px solid #20ad96;
    overflow: hidden;
    position: relative;
}
@keyframes moveInbottom {
    0% {
    opacity: 0;
    transform: translateY(100px);
}
100% {
    opacity: 1;
    transform: translate(0);
}
}
.heading-bottom-icon i {
    animation: moveInbottom 2s;
}
.inner-heading h1 {
    animation: moveInRight 2s;
}
.inner-heading p {
    animation: moveInleft 2s;
}
@keyframes moveInhome {
    0% {
    opacity: 0;
    transform: translateY(-100px);
}
100% {
    opacity: 1;
    transform: translate(0);
}
}
.home-heading h1 {
    animation: moveInhome 2s;
}
.home-heading h2, .home-heading h6 {
    animation: moveInhome 2s;
}
@media(max-width: 992px) {
    .section {
    padding-top: 80px;
    padding-bottom: 80px;
}
}
body {
    font-family: 'Prompt', sans-serif;
    overflow-x: hidden !important;
    color: #183b56;
}
body.modal-open {
    padding-right: 0px !important;
}
body.modal-open .navbar {
    padding-right: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
.btn, .btn:focus, button, button:focus {
    outline: none !important;
}
a {
    text-decoration: none !important;
    outline: none;
}
p {
    font-size: 16px;
    line-height: 25px;
}
html {
    scroll-padding-top: 110;
    scroll-behavior: smooth;
}
.row>* {
    position: relative;
}
@media(max-width: 768px) {
    .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #183b56 !important;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    color: #fff !important;
}
.navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #183b56;
}
.bg-home {
    height: auto;
}
.nav-sticky.navbar-custom .navbar-nav li a {
    color: #fff !important;
}
.nav-sticky .logo {
    color: #fff !important;
}
.navbar-custom>.container {
    width: 90%}
.clients-img {
    display: none;
}
}
.btn {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .5s;
    border: 1px solid #ec2029;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.btn-sm {
    padding: 6px 20px;
    font-size: 14px;
}
.bg-primary {
    background-color: #ec2029 !important;
}
.bg-soft-primary {
    background-color: rgba(238, 87, 76, .2) !important;
}
.text-primary {
    color: #ec2029 !important;
}
.border-primary {
    border-color: #ec2029 !important;
}
.icon-dual-primary {
    color: #ec2029;
    fill: rgba(238, 87, 76, .2);
}
.btn-primary {
    background: #ec2029 !important;
    color: #fff;
    border-color: #ec2029 !important;
    border: 1px solid;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .open>.dropdown-toggle.btn-primary {
    background: #ec4639;
    border-color: #ec4639;
    box-shadow: none !important;
}
.btn-outline-primary {
    color: #ec2029;
    border-color: #ec2029;
    border: 1px solid;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary .open>.dropdown-toggle.btn-primary {
    background: #ec2029;
    border-color: #ec2029;
    box-shadow: none !important;
}
.bg-secondary {
    background-color: #e0ff66 !important;
}
.bg-soft-secondary {
    background-color: rgba(224, 255, 102, .2) !important;
}
.text-secondary {
    color: #e0ff66 !important;
}
.border-secondary {
    border-color: #e0ff66 !important;
}
.icon-dual-secondary {
    color: #e0ff66;
    fill: rgba(224, 255, 102, .2);
}
.btn-secondary {
    background: #e0ff66 !important;
    color: #fff;
    border-color: #e0ff66 !important;
    border: 1px solid;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary .open>.dropdown-toggle.btn-primary {
    background: #dcff52;
    border-color: #dcff52;
    box-shadow: none !important;
}
.btn-outline-secondary {
    color: #e0ff66;
    border-color: #e0ff66;
    border: 1px solid;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary .open>.dropdown-toggle.btn-primary {
    background: #e0ff66;
    border-color: #e0ff66;
    box-shadow: none !important;
}
.bg-success {
    background-color: #1d9b7b !important;
}
.bg-soft-success {
    background-color: rgba(29, 155, 123, .2) !important;
}
.text-success {
    color: #1d9b7b !important;
}
.border-success {
    border-color: #1d9b7b !important;
}
.icon-dual-success {
    color: #1d9b7b;
    fill: rgba(29, 155, 123, .2);
}
.btn-success {
    background: #1d9b7b !important;
    color: #fff;
    border-color: #1d9b7b !important;
    border: 1px solid;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success .open>.dropdown-toggle.btn-primary {
    background: #1a8a6d;
    border-color: #1a8a6d;
    box-shadow: none !important;
}
.btn-outline-success {
    color: #1d9b7b;
    border-color: #1d9b7b;
    border: 1px solid;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success .open>.dropdown-toggle.btn-primary {
    background: #1d9b7b;
    border-color: #1d9b7b;
    box-shadow: none !important;
}
.bg-info {
    background-color: #24bee6 !important;
}
.bg-soft-info {
    background-color: rgba(36, 190, 230, .2) !important;
}
.text-info {
    color: #24bee6 !important;
}
.border-info {
    border-color: #24bee6 !important;
}
.icon-dual-info {
    color: #24bee6;
    fill: rgba(36, 190, 230, .2);
}
.btn-info {
    background: #24bee6 !important;
    color: #fff;
    border-color: #24bee6 !important;
    border: 1px solid;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info .open>.dropdown-toggle.btn-primary {
    background: #19b4dc;
    border-color: #19b4dc;
    box-shadow: none !important;
}
.btn-outline-info {
    color: #24bee6;
    border-color: #24bee6;
    border: 1px solid;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info .open>.dropdown-toggle.btn-primary {
    background: #24bee6;
    border-color: #24bee6;
    box-shadow: none !important;
}
.bg-warning {
    background-color: #ffb60b !important;
}
.bg-soft-warning {
    background-color: rgba(255, 182, 11, .2) !important;
}
.text-warning {
    color: #ffb60b !important;
}
.border-warning {
    border-color: #ffb60b !important;
}
.icon-dual-warning {
    color: #ffb60b;
    fill: rgba(255, 182, 11, .2);
}
.btn-warning {
    background: #ffb60b !important;
    color: #fff;
    border-color: #ffb60b !important;
    border: 1px solid;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning .open>.dropdown-toggle.btn-primary {
    background: #f6ac00;
    border-color: #f6ac00;
    box-shadow: none !important;
}
.btn-outline-warning {
    color: #ffb60b;
    border-color: #ffb60b;
    border: 1px solid;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning .open>.dropdown-toggle.btn-primary {
    background: #ffb60b;
    border-color: #ffb60b;
    box-shadow: none !important;
}
.bg-danger {
    background-color: #da3746 !important;
}
.bg-soft-danger {
    background-color: rgba(218, 55, 70, .2) !important;
}
.text-danger {
    color: #da3746 !important;
}
.border-danger {
    border-color: #da3746 !important;
}
.icon-dual-danger {
    color: #da3746;
    fill: rgba(218, 55, 70, .2);
}
.btn-danger {
    background: #da3746 !important;
    color: #fff;
    border-color: #da3746 !important;
    border: 1px solid;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger .open>.dropdown-toggle.btn-primary {
    background: #d52737;
    border-color: #d52737;
    box-shadow: none !important;
}
.btn-outline-danger {
    color: #da3746;
    border-color: #da3746;
    border: 1px solid;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger .open>.dropdown-toggle.btn-primary {
    background: #da3746;
    border-color: #da3746;
    box-shadow: none !important;
}
.bg-dark {
    background-color: #183b56 !important;
}
.bg-soft-dark {
    background-color: rgba(24, 59, 86, .2) !important;
}
.text-dark {
    color: #183b56 !important;
}
.border-dark {
    border-color: #183b56 !important;
}
.icon-dual-dark {
    color: #183b56;
    fill: rgba(24, 59, 86, .2);
}
.btn-dark {
    background: #183b56 !important;
    color: #fff;
    border-color: #183b56 !important;
    border: 1px solid;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark .open>.dropdown-toggle.btn-primary {
    background: #143046;
    border-color: #143046;
    box-shadow: none !important;
}
.btn-outline-dark {
    color: #183b56;
    border-color: #183b56;
    border: 1px solid;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark .open>.dropdown-toggle.btn-primary {
    background: #183b56;
    border-color: #183b56;
    box-shadow: none !important;
}
.bg-cyan {
    background-color: #00e6e6 !important;
}
.bg-soft-cyan {
    background-color: rgba(0, 230, 230, .2) !important;
}
.text-cyan {
    color: #00e6e6 !important;
}
.border-cyan {
    border-color: #00e6e6 !important;
}
.icon-dual-cyan {
    color: #00e6e6;
    fill: rgba(0, 230, 230, .2);
}
.btn-cyan {
    background: #00e6e6 !important;
    color: #fff;
    border-color: #00e6e6 !important;
    border: 1px solid;
}
.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active, .btn-cyan.focus, .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan .open>.dropdown-toggle.btn-primary {
    background: #00d2d2;
    border-color: #00d2d2;
    box-shadow: none !important;
}
.btn-outline-cyan {
    color: #00e6e6;
    border-color: #00e6e6;
    border: 1px solid;
}
.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.focus, .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan .open>.dropdown-toggle.btn-primary {
    background: #00e6e6;
    border-color: #00e6e6;
    box-shadow: none !important;
}
.bg-blue {
    background-color: #1f86ef !important;
}
.bg-soft-blue {
    background-color: rgba(31, 134, 239, .2) !important;
}
.text-blue {
    color: #1f86ef !important;
}
.border-blue {
    border-color: #1f86ef !important;
}
.icon-dual-blue {
    color: #1f86ef;
    fill: rgba(31, 134, 239, .2);
}
.btn-blue {
    background: #1f86ef !important;
    color: #fff;
    border-color: #1f86ef !important;
    border: 1px solid;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus, .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue .open>.dropdown-toggle.btn-primary {
    background: #117ce9;
    border-color: #117ce9;
    box-shadow: none !important;
}
.btn-outline-blue {
    color: #1f86ef;
    border-color: #1f86ef;
    border: 1px solid;
}
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue .open>.dropdown-toggle.btn-primary {
    background: #1f86ef;
    border-color: #1f86ef;
    box-shadow: none !important;
}
.bg-muted {
    background-color: #6b6e6f !important;
}
.bg-soft-muted {
    background-color: rgba(107, 110, 111, .2) !important;
}
.text-muted {
    color: #6b6e6f !important;
}
.border-muted {
    border-color: #6b6e6f !important;
}
.icon-dual-muted {
    color: #6b6e6f;
    fill: rgba(107, 110, 111, .2);
}
.btn-muted {
    background: #6b6e6f !important;
    color: #fff;
    border-color: #6b6e6f !important;
    border: 1px solid;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus, .btn-muted .open>.dropdown-toggle.btn-primary {
    background: #616465;
    border-color: #616465;
    box-shadow: none !important;
}
.btn-outline-muted {
    color: #6b6e6f;
    border-color: #6b6e6f;
    border: 1px solid;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-muted .open>.dropdown-toggle.btn-primary {
    background: #6b6e6f;
    border-color: #6b6e6f;
    box-shadow: none !important;
}
.bg-purple {
    background-color: #766df4 !important;
}
.bg-soft-purple {
    background-color: rgba(118, 109, 244, .2) !important;
}
.text-purple {
    color: #766df4 !important;
}
.border-purple {
    border-color: #766df4 !important;
}
.icon-dual-purple {
    color: #766df4;
    fill: rgba(118, 109, 244, .2);
}
.btn-purple {
    background: #766df4 !important;
    color: #fff;
    border-color: #766df4 !important;
    border: 1px solid;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple .open>.dropdown-toggle.btn-primary {
    background: #645af3;
    border-color: #645af3;
    box-shadow: none !important;
}
.btn-outline-purple {
    color: #766df4;
    border-color: #766df4;
    border: 1px solid;
}
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple .open>.dropdown-toggle.btn-primary {
    background: #766df4;
    border-color: #766df4;
    box-shadow: none !important;
}
.bg-pink {
    background-color: #f13e74 !important;
}
.bg-soft-pink {
    background-color: rgba(241, 62, 116, .2) !important;
}
.text-pink {
    color: #f13e74 !important;
}
.border-pink {
    border-color: #f13e74 !important;
}
.icon-dual-pink {
    color: #f13e74;
    fill: rgba(241, 62, 116, .2);
}
.btn-pink {
    background: #f13e74 !important;
    color: #fff;
    border-color: #f13e74 !important;
    border: 1px solid;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink .open>.dropdown-toggle.btn-primary {
    background: #f02b66;
    border-color: #f02b66;
    box-shadow: none !important;
}
.btn-outline-pink {
    color: #f13e74;
    border-color: #f13e74;
    border: 1px solid;
}
.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink .open>.dropdown-toggle.btn-primary {
    background: #f13e74;
    border-color: #f13e74;
    box-shadow: none !important;
}
.bg-orange {
    background-color: #e46e2a !important;
}
.bg-soft-orange {
    background-color: rgba(228, 110, 42, .2) !important;
}
.text-orange {
    color: #e46e2a !important;
}
.border-orange {
    border-color: #e46e2a !important;
}
.icon-dual-orange {
    color: #e46e2a;
    fill: rgba(228, 110, 42, .2);
}
.btn-orange {
    background: #e46e2a !important;
    color: #fff;
    border-color: #e46e2a !important;
    border: 1px solid;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange .open>.dropdown-toggle.btn-primary {
    background: #de631c;
    border-color: #de631c;
    box-shadow: none !important;
}
.btn-outline-orange {
    color: #e46e2a;
    border-color: #e46e2a;
    border: 1px solid;
}
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange .open>.dropdown-toggle.btn-primary {
    background: #e46e2a;
    border-color: #e46e2a;
    box-shadow: none !important;
}
.bg-light {
    background-color: #f8f9fc !important;
}
.bg-soft-light {
    background-color: rgba(248, 249, 252, .2) !important;
}
.text-light {
    color: #f8f9fc !important;
}
.border-light {
    border-color: #f8f9fc !important;
}
.icon-dual-light {
    color: #f8f9fc;
    fill: rgba(248, 249, 252, .2);
}
.btn-light {
    background: #f8f9fc !important;
    color: #fff;
    border-color: #f8f9fc !important;
    border: 1px solid;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light .open>.dropdown-toggle.btn-primary {
    background: #eaedf6;
    border-color: #eaedf6;
    box-shadow: none !important;
}
.btn-outline-light {
    color: #f8f9fc;
    border-color: #f8f9fc;
    border: 1px solid;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light .open>.dropdown-toggle.btn-primary {
    background: #f8f9fc;
    border-color: #f8f9fc;
    box-shadow: none !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-soft-white {
    background-color: rgba(255, 255, 255, .2) !important;
}
.text-white {
    color: #ffffff !important;
}
.border-white {
    border-color: #ffffff !important;
}
.icon-dual-white {
    color: #fff;
    fill: rgba(255, 255, 255, .2);
}
.btn-white {
    background: #ffffff !important;
    color: #fff;
    border-color: #ffffff !important;
    border: 1px solid;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none !important;
}
.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
    border: 1px solid;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white .open>.dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff;
    box-shadow: none !important;
}
.bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-soft-white-70 {
    background-color: rgba(255, 255, 255, .2) !important;
}
.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}
.border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important;
}
.icon-dual-white-70 {
    color: rgba(255, 255, 255, .7);
    fill: rgba(255, 255, 255, .2);
}
.btn-white-70 {
    background: rgba(255, 255, 255, 0.7) !important;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid;
}
.btn-white-70:hover, .btn-white-70:focus, .btn-white-70:active, .btn-white-70.active, .btn-white-70.focus, .btn-white-70:not(:disabled):not(.disabled):active, .btn-white-70:not(:disabled):not(.disabled):active:focus, .btn-white-70 .open>.dropdown-toggle.btn-primary {
    background: rgba(245, 245, 245, .7);
    border-color: rgba(245, 245, 245, .7);
    box-shadow: none !important;
}
.btn-outline-white-70 {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
    border: 1px solid;
}
.btn-outline-white-70:hover, .btn-outline-white-70:focus, .btn-outline-white-70:active, .btn-outline-white-70.active, .btn-outline-white-70.focus, .btn-outline-white-70:not(:disabled):not(.disabled):active, .btn-outline-white-70:not(:disabled):not(.disabled):active:focus, .btn-outline-white-70 .open>.dropdown-toggle.btn-primary {
    background: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    box-shadow: none !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
    background: #f8f9fc !important;
    border: 1px solid rgba(107, 110, 111, .1) !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background-color: #ec2029 !important;
    border: 1px solid #ec2029 !important;
}
.btn-outline-dark {
    border: 1px solid #183b56;
    color: #183b56;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.active {
    color: #fff;
    background-color: #183b56;
}
.card {
    background-color: #fff;
    border-color: #dee2e6;
    border-radius: 20px;
}
.mode-btn {
    position: fixed;
    top: 28%;
    left: 0px;
    z-index: 1021;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ec2029;
    border: 1px solid #ec2029;
    font-size: 21px;
    text-align: center;
}
.mode-btn .mode-dark {
    display: block;
    transition: all .5s ease;
}
.mode-btn .mode-light {
    display: none;
    transition: all .5s ease;
}
body[data-layout-mode=dark] #style-switcher {
    background-color: #242c34;
}
body[data-layout-mode=dark] .mode-dark {
    display: none;
}
body[data-layout-mode=dark] .mode-light {
    display: block;
}
body[data-layout-mode=dark] .card {
    background-color: #283039 !important;
    border-color: #3d454e !important;
}
body[data-layout-mode=dark] p, body[data-layout-mode=dark] span, body[data-layout-mode=dark] h6 {
    color: rgba(255, 255, 255, .3) !important;
}
body[data-layout-mode=dark] .breadcrumb {
    background-color: #242c34 !important;
    padding: 16px 20px;
    border-radius: 60px;
}
.bg-image {
    background-image: url(../images/bg.png);
    background-size: cover;
}
.home {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    padding-top: 70px;
}
.home .home-content p {
    color: rgba(107, 110, 111, .6) !important;
    font-weight: 600;
}
.home .counter-box .counter-caption {
    color: rgba(107, 110, 111, .6);
    font-weight: 600;
}
.home .client-slider {
    padding: 20px 0;
}
.home .client-slider .card {
    border: none;
    box-shadow: 0 0 3px rgba(60, 72, 88, .15);
}
.home .client-slider .card .slider-content {
    padding: 15px;
}
.home .client-slider .card .slider-content p {
    color: rgba(107, 110, 111, .6);
    font-weight: 600;
}
.home .client-slider .card .slider-content .slider-content-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.home .tns-outer {
    position: relative;
}
.home .tns-outer .tns-ovh {
    padding: 10px !important;
}
.home .tns-outer .tns-nav {
    text-align: center;
    margin-top: 20px;
}
.home .tns-outer .tns-nav button {
    border: none;
    background-color: rgba(238, 87, 76, .3);
    height: 12px;
    width: 12px;
    border-radius: 50px;
    margin: 0 5px;
}
.home .tns-outer .tns-nav .tns-nav-active {
    background-color: #ec2029;
}
.slider-content-image .avatar-sm img {
    border-radius: 50px;
    border: 4px solid #fff;
}
.slider-content-image .top-child {
    position: relative;
    margin-left: -15px;
}
.slider-content-image .top-child .content-image-check {
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #da3746;
    border-radius: 20px;
    border: 3px solid #fff;
    line-height: 18px;
    text-align: center;
    top: 26px;
    left: 30px;
}
.slider-content-image .top-child .content-image-check i {
    color: #fff;
}
.home-2 {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-bottom: 150px;
}
.home-2 .home-content-2 h1 {
    font-size: 3.5rem;
    font-family: "Mukta", sans-serif;
}
.home-2 .home-content-2 .search-form {
    position: relative;
}
.home-2 .home-content-2 .search-form .form-control {
    padding: 15px 50px 15px 15px;
    background-color: transparent !important;
}
.home-2 .home-content-2 .search-form .search-icon {
    position: absolute;
    top: 12px;
    right: 30px;
}
.home-2 .home-content-2 .count-detail .counter-box h6 {
    color: #6b6e6f;
    font-weight: 600;
    font-size: 15px;
}
.home-2 .home-content-2 .count-detail .counter-box h6:last-child {
    color: #e46e2a !important;
}
.home-2 .clientslider-2 .item .card {
    padding: 20px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
}
.home-2 .clientslider-2 .item .card .header .badge {
    background-color: rgba(238, 87, 76, .3);
    color: #ec2029;
    padding: 8px 10px;
}
.home-2 .clientslider-2 .item .card .header .dropdown-menu {
    padding: 0;
}
.home-2 .clientslider-2 .item .card .header .dropdown-menu .dropdown-item {
    padding: 10px;
    transition: all .3s;
}
.home-2 .clientslider-2 .item .card .header .dropdown-menu .dropdown-item:hover, .home-2 .clientslider-2 .item .card .header .dropdown-menu .dropdown-item:focus, .home-2 .clientslider-2 .item .card .header .dropdown-menu .dropdown-item:active {
    background-color: rgba(238, 87, 76, .5);
    color: #fff;
}
.home-2 .clientslider-2 .item .card .card-image img {
    border-radius: 20px;
}
.home-2 .clientslider-2 .item .card .card-body {
    padding: 20px 0 0 0;
}
.home-2 .clientslider-2 .item .card .card-body .profile-content img {
    border-radius: 50px;
}
.home-2 .tns-ovh {
    padding: 10px;
}
.home-3 {
    font-family: "Roboto", sans-serif;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgba(255, 182, 11, .1);
}
.home-3 p {
    color: rgba(107, 110, 111, .8);
}
.home-3 .home-content .title h1 {
    font-size: 60px;
}
.home-3 .count-detail .counter-box .counter-caption {
    color: rgba(107, 110, 111, .8);
}
.home-3 .card {
    border: none !important;
}
.home-3 .card .card-body {
    background-color: #e0ff66;
}
.home-4 {
    font-family: "Roboto", sans-serif;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 0;
}
.home-4 .home-image-gallery img {
    border-radius: 10px;
    width: 100%}
.home-4 .border-horizontal {
    height: 100%;
    width: 2px;
    background-color: rgba(107, 110, 111, .2);
    position: absolute;
    right: -30px;
}
.home-4 .art-image img {
    border-radius: 10px;
}
.home-4 .body-content .text-content .info-list span {
    color: #183b56;
}
.home-4 .body-content .text-content .high-bid {
    background-color: rgba(31, 134, 239, .2);
    border-radius: 15px;
}
.home-4 .body-content .text-content .high-bid .avatar-xs {
    line-height: 2rem;
}
.icon .like, .icon .menu {
    height: 36px;
    width: 36px;
    line-height: 36px;
    box-shadow: 0px 3px 10px 0px rgba(31, 134, 239, .3);
    text-align: center;
    border-radius: 50%}
.icon .like a, .icon .menu a {
    color: #ec2029 !important;
}
.icon .like .dropdown-menu .dropdown-item, .icon .menu .dropdown-menu .dropdown-item {
    color: #183b56 !important;
}
body[data-layout-mode=dark] {
    color: #fff !important;
}
body[data-layout-mode=dark] .bg-image {
    background-image: url(../images/bg-dark.png);
    background-size: cover;
}
body[data-layout-mode=dark] .home {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .home p {
    color: rgba(255, 255, 255, .4) !important;
}
body[data-layout-mode=dark] .home h1 span {
    color: #ec2029 !important;
}
body[data-layout-mode=dark] .home button {
    background-color: #ec2029 !important;
}
body[data-layout-mode=dark] .home .slider-content-image .avatar-sm img {
    border: 4px solid #303841 !important;
}
body[data-layout-mode=dark] .home .slider-content-image .top-child .content-image-check {
    border: 3px solid #303841 !important;
}
body[data-layout-mode=dark] .home .info-box {
    background-color: #242c34;
}
body[data-layout-mode=dark] .home .counter-box span {
    color: #fff !important;
}
body[data-layout-mode=dark] .home-2 {
    background-color: #303841;
}
body[data-layout-mode=dark] .home-2 h1 span {
    color: #ec2029 !important;
}
body[data-layout-mode=dark] .home-2 .counter_value {
    color: #e46e2a !important;
}
body[data-layout-mode=dark] .home-3 {
    background-color: #303841;
}
body[data-layout-mode=dark] .home-3 .card {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .home-3 .card .deatil p {
    color: #6b6e6f !important;
}
body[data-layout-mode=dark] .home-3 .card .deatil span {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .home-3 .card .card-body .btn-outline-dark {
    border-color: #183b56 !important;
    color: #183b56 !important;
}
body[data-layout-mode=dark] .home-3 .card .card-body .btn-outline-dark:hover, body[data-layout-mode=dark] .home-3 .card .card-body .btn-outline-dark:focus, body[data-layout-mode=dark] .home-3 .card .card-body .btn-outline-dark:active {
    background-color: #183b56 !important;
    color: #fff !important;
}
body[data-layout-mode=dark] .home-3 .counter-box span {
    color: #fff !important;
}
body[data-layout-mode=dark] .home-4 {
    background-color: #303841;
}
body[data-layout-mode=dark] .home-4 .text-content .info-list span {
    color: #fff !important;
}
body[data-layout-mode=dark] .icon .menu .dropdown-menu .dropdown-item {
    color: #fff !important;
}
body[data-layout-mode=dark] .btn-outline-dark {
    border: 1px solid #fff;
    color: #fff;
}
body[data-layout-mode=dark] .btn-outline-dark:hover, body[data-layout-mode=dark] .btn-outline-dark:focus, body[data-layout-mode=dark] .btn-outline-dark.active {
    color: #183b56;
    background-color: #fff;
}
.features {
    font-family: "Roboto", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
}
.features .features-image img {
    border-radius: 20px;
}
.features .price-box {
    height: 40px;
    width: 40px;
    background-color: #ec2029;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
}
.features .swiper-slide .bid-box {
    border: 1px solid rgba(107, 110, 111, .3) !important;
    padding: 25px;
    border-radius: 20px;
}
.features-slider .swiper-button-next {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 10;
    left: 15%;
    top: 58px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid rgba(107, 110, 111, .5);
    background-image: url(../images/right-arrows.png);
}
.features-slider .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 10;
    left: 0%;
    top: 40px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid rgba(107, 110, 111, .5);
    background-image: url(../images/left-arrow.png);
}
.features-slider .swiper-button-next, .features-slider .swiper-button-prev {
    transition: all .5s ease-in-out;
}
.features-slider .swiper-button-next:hover, .features-slider .swiper-button-next:focus, .features-slider .swiper-button-next:active, .features-slider .swiper-button-prev:hover, .features-slider .swiper-button-prev:focus, .features-slider .swiper-button-prev:active {
    border: 2px solid #6b6e6f;
}
.text-gradiant {
    background-image: -webkit-linear-gradient(left, #1f86ef, #1f86ef, #ffb60b, #f13e74, #da3746);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
body[data-layout-mode=dark] {
    background-color: #303841 !important;
}
.service .service-box .avatar-sm {
    text-align: center;
    line-height: 3rem;
    border-radius: 10px;
}
.cta .cta-box {
    border-radius: 10px;
}
.cta .cta-box h1 {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .service {
    background-color: #343f4b !important;
}
body[data-layout-mode=dark] .service .content h6 {
    color: #fff !important;
}
.slider-blog .blog-box {
    background-color: #f8f9fc;
    padding: 20px;
    border-radius: 10px;
}
.slider-blog .blog-box .plus-icon {
    line-height: 2rem;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    left: 90%;
    top: 15%;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid rgba(107, 110, 111, .5);
    background-image: url(../images/right-arrows.png);
}
.swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    left: 85%;
    top: 15%;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px solid rgba(107, 110, 111, .5);
    background-image: url(../images/left-arrow.png);
}
.swiper-button-next, .swiper-button-prev {
    transition: all .5s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-next:active, .swiper-button-prev:hover, .swiper-button-prev:focus, .swiper-button-prev:active {
    border: 2px solid #6b6e6f;
}
.blog .card .blog-image img {
    border-radius: 20px;
}
.blog .card .card-body .blog-footer {
    border: 1px solid rgba(107, 110, 111, .2);
    border-radius: 10px;
    padding: 10px;
}
@media(max-width: 992px) {
    .slider-blog .swiper-button-prev {
    left: 75%}
.slider-blog .swiper-button-next, .slider-blog .swiper-button-prev {
    top: 6% !important;
}
}
.blog-2 .collection-items .blog-box .collection-image {
    padding: 10px;
    background-color: #f8f9fc;
    border-radius: 20px;
}
.blog-2 .collection-items .blog-box .collection-image .blog-image {
    border-radius: 10px;
    overflow: hidden;
}
.blog-2 .collection-items .blog-box .collection-image .blog-image .top-image img {
    width: 31%;
    height: 100%}
.blog-2 .collection-items .blog-box .collection-content {
    padding: 0 20px;
}
.blog-2 .collection-items .blog-box .collection-content .collection-title a {
    color: #183b56;
    transition: all .5s;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
}
.blog-2 .collection-items .blog-box .collection-content .collection-title a:hover {
    color: #ec2029;
}
.blog-2 .collection-items .blog-box .collection-content .collection-like-icon p {
    color: rgba(107, 110, 111, .7);
}
.blog-2 .collection-items .blog-box .collection-content .collection-like-icon p a {
    /*color: rgba(107, 110, 111, .7);
    position: absolute;
    right: 80px;*/
    transition: all .5s;
}
.blog-2 .collection-items:hover .collection-like-icon a, .blog-2 .collection-items:focus .collection-like-icon a {
    font-size: 18px;
    color: #da3746 !important;
}
.blog-3 {
    font-family: "Mukta", sans-serif !important;
}
.blog-3 .blog-box {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
}
.blog-3 .blog-box .blog-image img {
    border-radius: 10px;
}
.blog-3 .blog-box .blog-body .text-content p {
    font-family: "Dancing Script", sans-serif !important;
}
.blog-3 .blog-box .blog-body .blog-like-button button {
    padding: 5px 18px;
    border-radius: 5px;
    color: #183b56;
    background-color: rgba(107, 110, 111, .2);
    border-color: rgba(107, 110, 111, .2);
}
.blog-3 .blog-box .blog-body .blog-like-button button:hover, .blog-3 .blog-box .blog-body .blog-like-button button:focus, .blog-3 .blog-box .blog-body .blog-like-button button:active {
    background-color: rgba(224, 255, 102, .5);
    border-color: rgba(224, 255, 102, .5);
    box-shadow: none !important;
}
.blog-4 {
    /*background-color: #fff;*/
}
.blog-4 .tab-content {
    background-color: #f8f9fc;
    border-radius: 10px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-4 .tab-content .card-image {
    border-radius: 10px;
    overflow: hidden;
}
.blog-4 .tab-content .card-image img {
    border-radius: 10px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-4 .tab-content .body-content p {
    font-weight: 500;
    font-size: 14px;
}
.blog-4 .tab-content:hover .card-image {
    overflow: hidden;
}
.blog-4 .tab-content:hover .card-image img {
    transform: scale(1.2);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-4 .tab-content:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
}
.inner-blog .breadcrumb {
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    width: fit-content;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 60px;
}
.inner-blog .blog-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.inner-blog .blog-item .blog-image img {
    overflow: hidden;
    border-radius: 20px;
    width: 100%}
.inner-blog .blog-side-box .items {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.inner-blog .blog-side-box .items .title-bottom-border {
    position: relative;
}
.inner-blog .blog-side-box .items .title-bottom-border::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20%;
    background-color: #000;
    top: -1px;
}
.inner-blog .blog-side-box .items .avatar-sm {
    line-height: 2rem;
    border-radius: 10px;
}
.inner-blog .blog-side-box .items .tag-box .badge {
    display: inline-block;
    margin-bottom: 5px;
    background-color: rgba(118, 109, 244, .3);
    color: #183b56;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
}
body[data-layout-mode=dark] .slider-blog {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .slider-blog .blog-box {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .slider-content-image .avatar-sm img {
    border: 4px solid #303841 !important;
}
body[data-layout-mode=dark] .slider-content-image .top-child .content-image-check {
    border: 3px solid #303841 !important;
}
body[data-layout-mode=dark] .blog {
    background-color: #343f4b !important;
}
body[data-layout-mode=dark] .blog .card {
    background-color: #343f4b !important;
}
body[data-layout-mode=dark] .blog .card .card-body h6 {
    color: #fff !important;
}
body[data-layout-mode=dark] .blog-2 {
    background-color: #303841;
    color: #fff;
}
body[data-layout-mode=dark] .blog-2 .collection-image {
    background-color: #283039 !important;
}
body[data-layout-mode=dark] .blog-2 .collection-content .collection-title a {
    color: #fff !important;
}
body[data-layout-mode=dark] .blog-2 span, body[data-layout-mode=dark] .blog-2 h6 {
    color: rgba(255, 255, 255, .3) !important;
}
body[data-layout-mode=dark] .blog-3 {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .blog-3 .blog-box {
    background-color: #303841;
}
body[data-layout-mode=dark] .blog-3 .blog-like-button button {
    padding: 5px 18px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #e0ff66;
}
body[data-layout-mode=dark] .blog-3 .blog-like-button button:hover, body[data-layout-mode=dark] .blog-3 .blog-like-button button:focus, body[data-layout-mode=dark] .blog-3 .blog-like-button button:active {
    background-color: rgba(224, 255, 102, .2);
    border-color: rgba(224, 255, 102, .2) !important;
    box-shadow: none !important;
}
body[data-layout-mode=dark] .blog-4 {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .blog-4 .tab-content {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .blog-4 .tab-content .badge {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .cta {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .inner-blog {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .inner-blog .blog-item {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .inner-blog .blog-item span {
    color: #6b6e6f !important;
}
body[data-layout-mode=dark] .inner-blog .blog-item h6 {
    color: #fff;
}
body[data-layout-mode=dark] .inner-blog .items {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .inner-blog .items ::placeholder {
    color: rgba(255, 255, 255, .4);
}
body[data-layout-mode=dark] .swiper-button-next, body[data-layout-mode=dark] .swiper-button-prev {
    border: 2px solid rgba(255, 255, 255, .5) !important;
    color: rgba(255, 255, 255, .5) !important;
}
.testimonial .testi-slider .testi-box {
    border: 1px solid rgba(107, 110, 111, .2);
    border-radius: 20px;
}
.testimonial .testi-slider .testi-box .tab-image {
    position: relative;
}
.testimonial .testi-slider .testi-box .tab-image .avatar-xl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40px, 20px);
}
.testimonial .tns-controls {
    position: absolute;
    top: 20px;
    right: 0;
}
.testimonial .tns-controls button {
    margin: 20px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 2px solid rgba(107, 110, 111, .5);
    color: rgba(107, 110, 111, .5);
}
.testimonial #testi-slider-iw {
    margin: 0px -17px 0px 5px;
}
body[data-layout-mode=dark] .testimonial {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .testimonial .testi-box {
    border: 1px solid rgba(107, 110, 111, .5);
    border-radius: 20px;
}
body[data-layout-mode=dark] .tns-controls button {
    border: 2px solid rgba(255, 255, 255, .5) !important;
    color: rgba(255, 255, 255, .5) !important;
}
.team .team-slider .item .card {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 60px;
    border: 0;
}
.team .team-slider .item .card .profile-icon {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 20px;
    width: 20px;
    line-height: 20px;
    position: absolute;
    transform: translateX(-100%) !important;
    bottom: 0;
    left: 100%;
    text-align: center;
    background: radial-gradient(100.04% 100.76% at 50.49% -0.76%, #6d3592 0%, #3a75eb 100%);
}
.team .tns-controls {
    position: absolute;
    top: -45%;
    left: 50%}
.team .tns-controls button {
    margin: 15px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #6b6e6f;
    color: #6b6e6f;
}
@media(max-width: 992px) {
    .team .tns-controls {
    position: absolute;
    top: -70%;
    left: 80%}
.team .tns-controls button {
    margin: 15px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #6b6e6f;
    color: #6b6e6f;
}
}
body[data-layout-mode=dark] .team {
    background-color: #283039 !important;
}
body[data-layout-mode=dark] .team .card h6 {
    color: #183b56;
}
body[data-layout-mode=dark] .team .card p {
    color: #1d9b7b !important;
}
.explore .nav-tabs {
    border-bottom: none;
}
.explore .nav-tabs .nav-link {
    background: 0 0;
    border: none;
    border-radius: 10px;
    height: 80px;
    border: 2px solid rgba(107, 110, 111, .2);
    font-weight: 600;
    color: #6b6e6f;
    margin: 0 10px;
}
.explore .nav-tabs .nav-link:hover {
    border-color: #ec2029;
    isolation: isolate;
}
.explore .nav-tabs .nav-link:hover .icon {
    color: #ec2029 !important;
}
.explore .nav-tabs .nav-link.active .icon:after {
    transform: rotate(135deg) !important;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ec2029;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    bottom: -12px;
    left: 45%;
    margin-top: -10px;
    background: #f8f9fc;
}
.explore .nav-tabs .nav-item.show .nav-link, .explore .nav-tabs .nav-link.active {
    color: #6b6e6f;
    background-color: transparent;
    border: none;
    height: 80px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    border: 2px solid #ec2029;
    color: #ec2029 !important;
}
@media(max-width: 992px) {
    .explore .nav-tabs .nav-link {
    margin: 0 0 20px 0 !important;
}
.explore .nav-tabs .nav-link.active .icon:after {
    left: 48% !important;
}
}
.explore .tab-content .tab-content {
    background-color: #fff;
    border-radius: 10px;
}
.explore .tab-content .tab-content .card-image img {
    border-radius: 10px;
}
.explore .tab-content .tab-content .body-content p {
    font-weight: 500;
    font-size: 14px;
}
body[data-layout-mode=dark] .explore {
    background-color: #283039 !important;
}
body[data-layout-mode=dark] .explore .nav-tabs .nav-link.active .icon:after {
    content: "";
    background: #283039;
    left: 45%}
body[data-layout-mode=dark] .explore .tab-content .tab-content {
    background-color: #303841 !important;
}
.cta {
    background: radial-gradient(100.04% 100.76% at 50.49% -0.76%, #ec2029 0%, #050911 100%);
}
body[data-layout-mode=dark] .cta {
    background: #303841 !important;
}
body[data-layout-mode=dark] .cta-3 {
    background: #242c34 !important;
}
.pop-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.pop-box p {
    color: rgba(107, 110, 111, .8);
}
.pop-box .pop-heading .avatar img {
    border-radius: 50px;
}
.pop-box .pop-heading .blog-like-button button {
    padding: 8px 18px;
    border-radius: 5px;
    color: #183b56 !important;
    background-color: rgba(107, 110, 111, .2);
    border: none !important;
}
.pop-box .pop-heading .blog-like-button button:hover, .pop-box .pop-heading .blog-like-button button:focus, .pop-box .pop-heading .blog-like-button button:active {
    background-color: rgba(224, 255, 102, .7);
    border-color: rgba(224, 255, 102, .7) !important;
    box-shadow: none !important;
}
.pop-box .pop-image img {
    border-radius: 10px;
}
.cta-2 .cta-box {
    background-color: #000;
    border-radius: 20px;
}
.cta-2 .cta-box .cta-content {
    padding: 30px 60px;
}
.cta-2 .cta-box .cta-content h1 span {
    background: linear-gradient(to right, #f2273a 0%, #ff9000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-2 .cta-box .cta-image {
    position: relative;
    margin-top: -40%}
@media(max-width: 992px) {
    .cta .cta-image {
    margin-top: 0 !important;
}
.cta-2 .cta-box .cta-image {
    margin-top: 0;
}
}
body[data-layout-mode=dark] .popular-art {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .popular-art .pop-box {
    background-color: #242c34;
}
body[data-layout-mode=dark] .popular-art .pop-box .blog-heading h2 {
    color: #fff !important;
}
body[data-layout-mode=dark] .popular-art .pop-box .border-white {
    border-color: #303841 !important;
}
body[data-layout-mode=dark] .popular-art .pop-box .blog-like-button button {
    padding: 8px 18px;
    border-radius: 5px;
    color: #183b56 !important;
    background-color: #e0ff66;
    border: none !important;
}
body[data-layout-mode=dark] .popular-art .pop-box .blog-like-button button:hover, body[data-layout-mode=dark] .popular-art .pop-box .blog-like-button button:focus, body[data-layout-mode=dark] .popular-art .pop-box .blog-like-button button:active {
    background-color: rgba(224, 255, 102, .7);
    border-color: rgba(224, 255, 102, .7) !important;
    box-shadow: none !important;
}
body[data-layout-mode=dark] .cta {
    background-color: #242c34;
    color: #fff !important;
}
body[data-layout-mode=dark] .cta .cta-box {
    background-color: #303841;
}
.blog-slider .client-slider .item {
    padding-bottom: 20px;
}
.blog-slider .client-slider .item .card {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(107, 110, 111, .2);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-slider .client-slider .item .card .blog-slider-image {
    overflow: hidden;
    border-radius: 15px;
}
.blog-slider .client-slider .item .card .blog-slider-image img {
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-slider .client-slider .item .card:hover .blog-slider-image img {
    transform: scale(1.2);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-slider .client-slider .item .card .slider-content-image .avatar-xs img {
    border-radius: 50px;
    border: 4px solid #fff;
}
.blog-slider .client-slider .item .card .slider-content-image .top-child {
    position: relative;
    margin-left: -15px;
}
.blog-slider .client-slider .item .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
}
.blog-slider .tns-controls {
    position: absolute;
    top: -80px;
    right: 0;
}
.blog-slider .tns-controls button {
    margin: 0 20px;
    background-color: transparent;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: 2px solid rgba(107, 110, 111, .5);
    color: rgba(107, 110, 111, .8);
}
body[data-layout-mode=dark] .blog-slider .card {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .blog-slider .card .avatar-xs img {
    border: 4px solid #303841 !important;
}
body[data-layout-mode=dark] .blog-slider .blog-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .blog-slider .blog-box .plus-icon i {
    color: #fff !important;
}
body[data-layout-mode=dark] .blog-slider .blog-box h6 span {
    color: #fff !important;
}
body[data-layout-mode=dark] .slider4 {
    background-color: #242c34 !important;
}
.top-seller .seller-box {
    background-color: #fff;
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
    padding: 30px;
    border-radius: 10px;
}
.top-seller .seller-box .avatar-md {
    box-shadow: 0 0rem 10px rgba(5, 3, 0, .6) !important;
}
.top-seller .seller-box .number {
    position: absolute;
    height: 22px;
    width: 22px;
    outline: 3px solid #fff;
    top: 50%;
    transform: translatey(-50%);
    background-color: #6b6e6f;
}
.top-seller .seller-box .number h6 {
    line-height: 22px;
    color: #fff !important;
}
body[data-layout-mode=dark] .top-seller {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .top-seller .seller-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .top-seller .seller-box .number {
    outline: 3px solid #303841;
}
.item-detail .back-home-image .image-fill {
    border-radius: 20px;
    width: 88%;
    height: 100%;
    object-fit: cover;
}
.item-detail .backhome-content .form-select {
    background-color: rgba(107, 110, 111, .2) !important;
    color: #183b56;
    border-radius: 30px;
    display: inline;
    width: 50%;
    box-shadow: none;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
}
.item-detail .backhome-content .tab-box {
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.item-detail .backhome-content .tab-box .nav-item {
    margin: 0 5px;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    border-radius: 30px;
}
.item-detail .backhome-content .tab-box .nav-item .nav-link {
    border-radius: 30px;
    color: #183b56;
}
.item-detail .backhome-content .tab-box .nav-item .nav-link:active, .item-detail .backhome-content .tab-box .nav-item .nav-link.active, .item-detail .backhome-content .tab-box .nav-item .nav-link:focus {
    background-color: #183b56 !important;
    border-radius: 30px !important;
    color: #fff;
}
.item-detail .backhome-content .tab-box .tab-content .tab-pane .nav-in-box {
    border-radius: 20px !important;
    width: 80%}
.item-detail .backhome-content .countdown ul li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
}
.item-detail .backhome-content .countdown ul li span {
    display: block;
    font-size: 18px;
    color: #6b6e6f;
    font-weight: 500;
}
@media(max-width: 992px) {
    .tab-content .tab-pane .nav-in-box {
    border-radius: 20px !important;
    width: 100% !important;
}
}
body[data-layout-mode=dark] .item-detail {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .item-detail .backhome-content .badge {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .item-detail .backhome-content .side-icon {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .item-detail .backhome-content .form-select {
    color: #fff !important;
}
body[data-layout-mode=dark] .item-detail .backhome-content .tab-box p {
    color: #6b6e6f !important;
}
.home .info-box {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.home .info-box .form-control {
    border-radius: 15px !important;
    padding: 18px;
}
.home .info-box .form-control:focus {
    border: 1px solid #ec2029 !important;
    box-shadow: none !important;
}
.activity .activity-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
}
.ranking .nav .nav-item {
    margin: 0 8px !important;
}
.ranking .nav .nav-item .nav-link {
    color: #183b56;
}
.ranking .nav-pills .nav-link.active, .ranking .nav-pills .show>.nav-link {
    color: #ec2029;
    background-color: transparent !important;
}
.ranking .tab-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.ranking .tab-content .tab-pane .table .rank-profile {
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
}
.ranking .tab-content .tab-pane .table .rank-profile .number {
    height: 25px;
    width: 25px;
    font-size: 15px;
    line-height: 8px;
    align-items: center;
    color: #fff;
}
.ranking .tab-content .tab-pane .table .rank-profile td {
    vertical-align: middle;
    font-weight: 500;
}
.ranking .tab-content .tab-pane .table .table-title th {
    padding: 30px 0;
}
@media(min-width: 1200px) {
    table {
    overflow: hidden;
}
}
body[data-layout-mode=dark] .ranking {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .ranking .tab-content {
    background-color: #242c34;
}
body[data-layout-mode=dark] .ranking .tab-content tr th {
    color: #fff !important;
}
body[data-layout-mode=dark] .ranking .tab-content .rank-profile h6 {
    color: #fff !important;
}
body[data-layout-mode=dark] .ranking .tab-content .rank-profile td {
    color: #6b6e6f !important;
}
body[data-layout-mode=dark] .ranking .tab-content .rank-profile .text-success {
    color: #1d9b7b !important;
}
body[data-layout-mode=dark] .ranking .tab-content .rank-profile .text-danger {
    color: #da3746 !important;
}
body[data-layout-mode=dark] .ranking .nav-pills .nav-link {
    color: #fff !important;
}
body[data-layout-mode=dark] .ranking .nav-pills .nav-link.active {
    color: #ec2029 !important;
}
.faq {
    position: relative;
}
.faq .faq-collaps .card {
    border: 1px solid #f8f9fc;
    border-radius: 20px !important;
    background-color: #fff;
    overflow: hidden;
}
.faq .accordion-item .accordion-header .accordion-button {
    background-color: rgba(0, 176, 116, .1);
}
.faq .faq-collaps-2 .card {
    border-color: rgba(107, 110, 111, .1);
    border-radius: 6px;
}
.faq .card-header {
    background-color: transparent;
    border-bottom: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.faq a.faq[data-bs-toggle=collapse].collapsed:before {
    content: "+";
    line-height: 22px;
}
.faq a.faq[data-bs-toggle=collapse].collapsed .card-header {
    border-bottom: 0 !important;
}
.faq a.faq[data-bs-toggle=collapse]:before {
    content: "–";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    background: rgba(24, 59, 86, .4);
    line-height: 18px;
    display: block;
    float: right;
    font-family: "Material Design Icons";
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}
.faq .custom-form-faq {
    position: relative;
}
.faq .custom-form-faq .form-control {
    height: 44px;
    font-size: 14px;
    padding-left: 25px;
    border-color: #e2e4e8;
    color: #6b6e6f;
}
.faq .custom-form-faq .form-control:focus {
    border-color: #e2e4e8;
    outline: 0;
    box-shadow: none;
}
.faq .custom-form-faq .faq-icon {
    position: absolute;
    font-size: 18px;
    right: 10px;
    color: #6b6e6f;
    margin-top: 40px;
}
.faq .card-body {
    opacity: 100;
}
body[data-layout-mode=dark] .faq, body[data-layout-mode=dark] .Privacy {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .faq .card-header, body[data-layout-mode=dark] .Privacy .card-header {
    border-bottom: none !important;
}
body[data-layout-mode=dark] .faq .card-header h5, body[data-layout-mode=dark] .Privacy .card-header h5 {
    color: #fff !important;
}
body[data-layout-mode=dark] .faq .collapse, body[data-layout-mode=dark] .Privacy .collapse {
    background-color: #283039;
}
body[data-layout-mode=dark] .faq .privacy-box, body[data-layout-mode=dark] .Privacy .privacy-box {
    background-color: #283039;
}
.profile .menu, .profile .like {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(107, 110, 111, .2);
    background-color: #fff;
}
.profile .details-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.profile .details-box .facebook .avatar-xs, .profile .details-box .message .avatar-xs, .profile .details-box .whatsapp .avatar-xs {
    text-align: center;
    line-height: 2rem;
    border-radius: 50px;
}
.profile .nav-item {
    margin: 0 10px;
}
.profile .nav-item button {
    border-radius: 20px;
    background-color: #fff;
    color: #183b56;
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
}
.profile .nav-item button.active, .profile .nav-item button.show {
    background-color: #183b56;
}
.profile .tab-box {
    background-color: #fff;
    border-radius: 10px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.profile .tab-box .card-image {
    border-radius: 10px;
    overflow: hidden;
}
.profile .tab-box .card-image img {
    border-radius: 10px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.profile .tab-box .body-content p {
    font-weight: 500;
    font-size: 14px;
}
.profile .tab-box:hover .card-image {
    overflow: hidden;
}
.profile .tab-box:hover .card-image img {
    transform: scale(1.2);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.profile .tab-box:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
}
.profile .tab-box .slider-content-image .avatar-xs img {
    border-radius: 50px;
    border: 4px solid #fff;
}
.profile .tab-box .slider-content-image .top-child {
    position: relative;
    margin-left: -15px;
}
.profile .tab-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2);
}
.profile .blog .collection-items .blog-box .collection-image {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
.profile .blog .collection-items .blog-box .collection-image .blog-image {
    border-radius: 20px;
    overflow: hidden;
}
.profile .blog .collection-items .blog-box .collection-image .blog-image .top-image img {
    width: 31%;
    height: 100%}
.profile .blog .collection-items .blog-box .collection-content {
    padding: 0 20px;
}
.profile .blog .collection-items .blog-box .collection-content .collection-title a {
    color: #183b56;
    transition: all .5s;
}
.profile .blog .collection-items .blog-box .collection-content .collection-title a:hover {
    color: #ec2029;
}
.profile .blog .collection-items .blog-box .collection-content .collection-like-icon p {
    color: rgba(107, 110, 111, .7);
}
.profile .blog .collection-items .blog-box .collection-content .collection-like-icon p a {
    color: rgba(107, 110, 111, .7);
    position: absolute;
    right: 80px;
    transition: all .5s;
}
.profile .blog .collection-items:hover .collection-like-icon a, .profile .blog .collection-items:focus .collection-like-icon a {
    font-size: 18px;
    color: #da3746 !important;
}
body[data-layout-mode=dark] .profile {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .profile .collection-image {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .profile .blog {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .profile .blog .collection-title a {
    color: #fff !important;
}
body[data-layout-mode=dark] .profile .blog .collection-title a:hover {
    color: #ec2029 !important;
}
body[data-layout-mode=dark] .profile .details-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .profile .tab-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .profile .tab-box .badge {
    color: #183b56 !important;
}
.wallet .wallet-box {
    background-color: #fff;
    border: 1px solid rgba(107, 110, 111, .1);
    padding: 20px;
    border-radius: 20px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wallet .wallet-box:hover {
    transform: translateY(-5%);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(31, 134, 239, .2);
}
.Privacy .breadcrumb {
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    width: fit-content;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 60px;
}
.Privacy .privacy-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
body[data-layout-mode=dark] .wallet {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .wallet .wallet-box {
    background-color: #242c34;
}
.creator .creator-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
}
.creator .creator-box .number {
    color: rgba(107, 110, 111, .5);
}
.creator .creator-box .creator-image img {
    border: 4px solid #fff;
    outline: 4px solid #1f86ef;
}
.creator .discover-creator {
    padding-top: 100px;
}
.creator .discover-creator .testi-box {
    border: 1px solid rgba(107, 110, 111, .1);
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}
.creator .discover-creator .testi-box .tab-image {
    position: relative;
}
.creator .discover-creator .testi-box .tab-image .avatar-xl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40px, 10px);
}
.creator .discover-creator .testi-box .inner-box {
    border-radius: 20px;
}
.creator .discover-creator .testi-box .inner-box .content-box {
    background-color: #f8f9fc;
}
body[data-layout-mode=dark] .creator {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .creator .info-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .creator .creator-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .creator .creator-box h6 {
    color: #fff !important;
}
body[data-layout-mode=dark] .creator .testi-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .creator .testi-box .content-box {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .creator .testi-box .content-box h6 {
    color: #fff !important;
}
.activity .nav button {
    border-radius: 30px;
    background-color: #fff;
    margin: 8px 0;
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
    color: #183b56;
}
.activity .nav button.active, .activity .nav button.show {
    background-color: #183b56;
}
body[data-layout-mode=dark] .activity {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .activity .nav button.active {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .activity .activity-box {
    background-color: #242c34;
}
body[data-layout-mode=dark] .activity .activity-box h6 {
    color: #fff !important;
}
.forum .forum-item .forum-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid rgba(31, 134, 239, .2);
}
.forum .forum-item .forum-box .slider-content-image .avatar-xs img {
    border-radius: 50px;
    border: 4px solid #fff;
}
.forum .forum-item .forum-box .slider-content-image .top-child {
    position: relative;
    margin-left: -15px;
}
.forum .forum-item .forum-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(31, 134, 239, .2);
    box-shadow: 0px 3px 10px 0px rgba(24, 59, 86, .08);
}
.forum .forum-item .answer-process-details {
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
}
.forum .forum-item .answer-process-details .process-box {
    position: relative;
}
.forum .forum-item .answer-process-details .process-box .process-image {
    z-index: 999;
}
.forum .forum-item .answer-process-details .process-box .process-content {
    padding-left: 75px;
}
.forum .forum-item .answer-process-details .process-box::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(107, 110, 111, .2);
    top: 0;
    left: 30px;
}
.forum .forum-profile img {
    border: 4px solid #fff;
    outline: 3px solid #1f86ef;
}
.forum .forum-side-box .items .categorie-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.forum .forum-side-box .items .categorie-box .badge {
    background-color: rgba(107, 110, 111, .05);
}
.forum .forum-side-box .items .Popular-tag .badge {
    margin-bottom: 10px;
    margin-left: 5px;
}
.forum .forum-side-box .items .live-auctions {
    padding: 30px;
}
.forum form .form-control {
    border-radius: 14px;
    padding: 15px 20px;
    background-color: rgba(107, 110, 111, .1);
    border: 1px solid rgba(107, 110, 111, .2);
}
.forum form .form-control:focus, .forum form .form-control.active {
    box-shadow: none;
    border: 1px solid rgba(31, 134, 239, .2);
    background-color: #fff;
}
.forum ::placeholder {
    color: rgba(24, 59, 86, .6);
    font-weight: 500;
}
body[data-layout-mode=dark] .forum {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .forum .forum-box, body[data-layout-mode=dark] .forum .forum-form, body[data-layout-mode=dark] .forum .answer-process-details, body[data-layout-mode=dark] .forum .categorie-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .forum .tab-box {
    background-color: #303841 !important;
    border-color: #303841 !important;
}
body[data-layout-mode=dark] .forum .tab-box .badge, body[data-layout-mode=dark] .forum .tab-box span {
    color: #183b56 !important;
}
body[data-layout-mode=dark] .forum .slider-content-image .avatar-xs img {
    border: 4px solid #242c34 !important;
}
body[data-layout-mode=dark] .forum ::placeholder {
    color: rgba(255, 255, 255, .5) !important;
}
body[data-layout-mode=dark] h6 {
    color: #fff !important;
}
body[data-layout-mode=dark] .forum-details .badge {
    color: #1f86ef !important;
}
body[data-layout-mode=dark] .mdi-thumb-down-outline {
    color: #6b6e6f !important;
}
.newsletter .newsletter-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(107, 110, 111, .1);
}
.newsletter .newsletter-item .newsletter-image {
    background-color: rgba(238, 87, 76, .1);
    border-radius: 20px;
    overflow: hidden;
}
body[data-layout-mode=dark] .newsletter {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .newsletter .newsletter-item {
    background-color: #242c34;
}
body[data-layout-mode=dark] .newsletter .newsletter-item ::placeholder {
    color: rgba(255, 255, 255, .3) !important;
}
.chat {
    position: relative;
}
.chat .chat-notification {
    background-color: rgba(238, 87, 76, .3);
    padding: 20px;
    border-radius: 10px;
}
.chat .chat-notification .chat-not-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.chat .chat-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(107, 110, 111, .1);
}
.chat .chat-box .question-box {
    background-color: rgba(238, 87, 76, .2);
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
}
.chat .chat-box .question-box h6 {
    line-height: 28px;
    color: rgba(24, 59, 86, .8);
    font-size: 15px;
}
.chat .chat-box .avatar {
    display: contents;
}
.chat .chat-box .chat-profile-left-item .question-box {
    background-color: rgba(107, 110, 111, .1);
}
.chat .newsletter-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(107, 110, 111, .1);
}
body[data-layout-mode=dark] .chat {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .chat .chat-not-item, body[data-layout-mode=dark] .chat .chat-box, body[data-layout-mode=dark] .chat .newsletter-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .chat .chat-not-item ::placeholder, body[data-layout-mode=dark] .chat .chat-box ::placeholder, body[data-layout-mode=dark] .chat .newsletter-box ::placeholder {
    color: rgba(255, 255, 255, .5);
}
.artical .artical-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
}
.artical .artical-box .artical-image img {
    border-radius: 20px;
}
.artical .comment-box .Comment-box-item {
    background-color: rgba(118, 109, 244, .2);
    padding: 20px;
    border-radius: 20px;
}
.artical .comment-box .Comment-box-item .comment-item .message-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 20px 20px 20px;
}
.artical .blog-side-box .items {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.artical .blog-side-box .items .title-bottom-border {
    position: relative;
}
.artical .blog-side-box .items .title-bottom-border::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20%;
    background-color: #000;
    top: -1px;
}
.artical .blog-side-box .items .avatar-sm {
    line-height: 2rem;
    border-radius: 10px;
}
.artical .blog-side-box .items .tag-box .badge {
    display: inline-block;
    margin-bottom: 5px;
    background-color: rgba(118, 109, 244, .3);
    color: #183b56;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
}
body[data-layout-mode=dark] .artical {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .artical .blog-side-box .items {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .artical .blog-side-box .items ::placeholder {
    color: rgba(255, 255, 255, .4);
}
body[data-layout-mode=dark] .artical .blog-side-box .title-bottom-border {
    position: relative;
}
body[data-layout-mode=dark] .artical .blog-side-box .title-bottom-border::after {
    background-color: #6b6e6f !important;
    width: 30%}
body[data-layout-mode=dark] .artical .artical-box {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .artical .message-box {
    background-color: #242c34 !important;
}
.contact .info-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.contact .info-box .form-control, .contact .info-box .form-select {
    border-radius: 15px !important;
    padding: 18px;
}
.contact .info-box .form-control:focus, .contact .info-box .form-select:focus {
    border: 1px solid #ec2029 !important;
    box-shadow: none !important;
}
@media(max-width: 1500px) {
    .contact .request-image img {
    display: none !important;
}
}
body[data-layout-mode=dark] .contact {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .contact .info-box {
    background-color: #242c34 !important;
}
.login {
    min-height: 100vh;
    align-items: center;
    display: flex;
}
.login .info-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.login .info-box .form-control, .login .info-box .form-select {
    border-radius: 15px !important;
    padding: 18px;
}
.login .info-box .form-control:focus, .login .info-box .form-select:focus {
    border: 1px solid #ec2029 !important;
    box-shadow: none !important;
}
body[data-layout-mode=dark] .login {
    background-color: #303841 !important;
}
body[data-layout-mode=dark] .login .info-box {
    background-color: #303841;
}
body[data-layout-mode=dark] .login .info-box a {
    color: #fff !important;
}
.not-found {
    min-height: 100vh;
    align-items: center;
    display: flex;
}
.not-found .dangers-image {
    animation: rotation 5s infinite ease-in-out;
    position: absolute;
    left: 30%;
    top: 5%}
.not-found .error-text p {
    font-size: 18rem;
}
@keyframes rotation {
    0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(20deg);
}
50% {
    transform: rotate(-20deg);
}
75% {
    transform: scale(1.3);
}
0% {
    transform: rotate(0deg);
}
}
@media(max-width: 1200px) {
    .not-found .dangers-image {
    width: 240px;
    height: 240px;
}
}
@media(max-width: 992px) {
    .not-found .dangers-image {
    left: 32%;
    top: 8%}
}
@media(max-width: 768px) {
    .not-found .dangers-image {
    width: 180px;
    height: 180px;
    left: 32%;
    top: 6%}
}
body[data-layout-mode=dark] .not-found {
    background-color: #303841 !important;
}
.footer .logo .logo-dark {
    display: inline-block;
}
.footer .logo .logo-light {
    display: none;
}
.footer .footer-link a {
    color: #6b6e6f;
    line-height: 30px;
    font-size: 14px;
    transition: all .5s;
    font-weight: 500;
}
.footer .footer-link a:hover {
    color: #ec2029;
}
.footer .social-icons-list li {
    margin-bottom: .5rem;
}
.footer .social-icons-list li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #183b56;
    transition: all .4s;
    background-color: #eaedf6;
    border-radius: 50%}
.footer .social-icons-list li a:hover {
    background-color: #ec2029;
    color: #fff;
}
.footer .top-footer {
    padding: 20px 0;
}
body[data-layout-mode=dark] .footer {
    background-color: #242c34 !important;
}
body[data-layout-mode=dark] .footer p {
    color: rgba(255, 255, 255, .5) !important;
}
body[data-layout-mode=dark] .footer .footer-info a, body[data-layout-mode=dark] .footer .footer-link a {
    color: rgba(255, 255, 255, .3) !important;
}
body[data-layout-mode=dark] .footer .logo .logo-dark {
    display: none;
}
body[data-layout-mode=dark] .footer .logo .logo-light {
    display: inline-block;
}
/*# sourceMappingURL=style.min.css.map */