  /*----- Default CSS -----*/
  body {
    font-family: 'Be Vietnam Pro', cursive;
    color: #000;
    background-color: #F2F2F2;
    font-size: 16px;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .main-color {}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    color: #A90B0C;
    line-height: 1.4;
  }

  .row {
    margin: 0;
  }

  .border-rl {
    border-right: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
  }

  .landing-page-title {
    font-size: 48px;
    font-family: 'Overlock SC', sans-serif !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
  }

  p {
    line-height: 1.7;
    margin: 0;
  }

  a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A90B0C;
  }

  ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-moz-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-moz-scrollbar-thumb {
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A90B0C;
  }

  ::-o-scrollbar-track {
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-o-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-o-scrollbar-thumb {
    border-radius: 5px;
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A90B0C;
  }

  .scroller {
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #C2D2E4;
  }

  .main-nav nav .right .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 3px;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

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

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

  .m-l-r {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .m-15 {
    margin: 15px 0;
  }

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

  button:focus {
    outline: 0;
  }

  .btn.focus,
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  .container {
    max-width: 1230px;
  }

  .bk-wihte {
    background: #fff;
  }

  .s-pad {
    padding: 0 8px;
  }

  .l-pad {
    padding-left: 0;
  }


  .preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 999999999999999;
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader .loader {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 29%;
  }

  .preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #ffffff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .btn i {
    padding: 0 5px;
    vertical-align: sub;
  }

  .preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .preloader .loader .indicator img {
    animation: circleScale 3s infinite;
  }

  .preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
  }

  @keyframes circleScale {
    0% {
      transform: scale(1)
    }

    50% {
      transform: scale(1.2)
    }

    100% {
      transform: scale(1)
    }
  }

  .preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .preloader .loader .indicator svg polyline#back {
    stroke: #ffffff;
  }

  .preloader .loader .indicator svg polyline#front {
    stroke: #2574A9;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
  }

  .preloader::before,
  .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #fff;
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader::after {
    left: auto;
    right: 0;
  }

  .preloader.preloader-deactivate {
    visibility: hidden;
  }

  .preloader.preloader-deactivate::after,
  .preloader.preloader-deactivate::before {
    width: 0;
  }

  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }

  @-webkit-keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

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

  @keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

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

  @-webkit-keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

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

  @keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

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

  @-webkit-keyframes dash {
    62.5% {
      opacity: 0;
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes dash {
    62.5% {
      opacity: 0;
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  /*----- Go Top CSS -----*/
  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 0;
    color: #ffffff;
    background-color: #e90d0b;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
    border: 1px solid #b40b0c;
    -webkit-box-shadow: 0 2px 6px 0 #00000029;
    box-shadow: 0 2px 6px 0 #00000029;
  }

  .go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 25px;
    line-height: 45px;
  }

  .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
  }

  .go-top.active {
    right: 1%;
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
    opacity: 1;
    visibility: visible;
  }

  .go-top:hover,
  .go-top:focus {
    color: #ffffff;
    border: 1px solid #535353;
    background-color: #535353;
  }

  .go-top:hover i:first-child,
  .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
  }

  .go-top:hover i:last-child,
  .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }

  .clear {
    clear: both;
  }

  /*----- End Go Top CSS -----*/
  /*----- Preloader CSS -----*/
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }

  .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
  }

  .double-bounce1,
  .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }

  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  @-webkit-keyframes sk-bounce {

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

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

  @keyframes sk-bounce {

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

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

  .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }

  .section-title h2 {
    margin-bottom: 0;
    font-size: 38px;
    position: relative;
    color: #000;
  }

  .section-title h2:after {}

  .section-title-center {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
  }

  .section-title-center h2 {
    margin-bottom: 35px;
    font-size: 30px;
    position: relative;
    text-transform: capitalize;
    color: #000;
  }

  .section-title-center.white h2 {
    color: #fff;
  }

  .section-title-center p {
    width: 40%;
    margin: 25px auto;
    font-size: 14px;
    margin-bottom: 45px;
  }

  .main-btn {
    color: #fff !important;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
    border-radius: 25px;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
  }

  .main-btn:hover {
    background: #fff !important;
    color: #A90B0C !important;
    border: 1px solid #A90B0C;
  }

  .white-btn {
    color: #A90B0C !important;
    border: 1px solid #A90B0C;
    transition: all 0.5s ease-in-out;
    border-radius: 25px;
    background: #fff;
    margin: 25px 10px;
  }

  .white-btn:hover {
    background: #A90B0C !important;
    color: #fff !important;
    border: 1px solid #A90B0C;
  }

  /*----- Home Demo One CSS -----*/
  /*-- Header --*/
  .header-area {
    background-color: #011a41;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-area .left ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
  }

  .header-area .left ul li:last-child {
    margin-right: 0;
  }

  .header-area .left ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #011a41;
    margin-right: 2px;
  }

  .header-area .left ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }

  .header-area .left ul li a:hover {
    color: #011a41;
  }

  .header-area .right {
    text-align: right;
  }

  .header-area .right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
  }

  .header-area .right ul li:last-child {
    margin-right: 0;
  }

  .header-area .right ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
  }

  .header-area .right ul li a:hover {
    color: #011a41;
  }

  /*-- Navbar --*/
  .main-nav {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
  }

  .navbar-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #0000003d;
    height: 2px;
  }

  .navbar-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #A90B0C;
    height: 2px;
  }

  .navbar-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    min-height: 80px;
  }

  .main-nav.menu-shrink {
    padding-top: 8px;
    padding-bottom: 8px;

  }

  .top-header {
    background: #e90d0b;
    display: flex;
    justify-content: center;
  }

  .top-header ul {
    list-style: none;
    display: flex;
  }

  .top-header .right {
    float: right;
  }

  .top-header ul li {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0 !important;
  }

  .top-header ul li img {
    max-width: 20px;
    vertical-align: sub;
  }

  .mean-menu {
    display: flex !important;
    flex-grow: 1;
    align-items: center;
    flex-basis: auto;
  }

  .main-nav nav {
    padding: 0;
  }

  .main-nav .logo {
    position: relative;
    width: 100%;
    height: 77px;
  }

  .main-nav .logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .navbar-brand {
    width: 100%;
    padding: 0;
  }

  .main-nav nav .navbar-nav {
    height: auto;
    overflow: initial;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li.active > a {
  color: #fff;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li.active {
    background: #ff6f6d;
  }
.wsmenu > .wsmenu-list > li > ul.sub-menu > li a p{
    color: #000;
}
  .main-nav nav .navbar-nav .nav-item a {
    font-weight: 600;
    color: #000;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #000;
    padding: 0;
    line-height: 1;
  }

  .main-nav nav .navbar-nav .nav-item a img {
    width: 32px;
    height: 32px;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
    padding: 5px;
    margin: 0 5px;
    border-radius: 50px;
  }

  .main-nav nav .right .navbar-nav .nav-item a {
    color: #000;
    padding: 5px;
  }

  .main-nav nav .navbar-nav .nav-item a:hover,
  .main-nav nav .navbar-nav .nav-item a:focus,
  .main-nav nav .navbar-nav .nav-item a.active {
    color: #A90B0C;
  }

  .red-btn {
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 15px;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
  }

  .main-nav nav .navbar-nav .nav-item a i {
    /*! display: inline-block; */
    /*! font-weight: 600; */
    /*! font-size: 18px; */
    /*! position: relative; */
    /*! top: 3px; */
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
  }

  .main-nav .drop-right nav .navbar-nav .nav-item .dropdown-menu {
    right: inherit;
    left: 0;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0 !important;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #011a41;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: 0;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-weight: 600;
    padding: 9px 15px;
    color: #011a41;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f1f1f1;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0698b4;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #011a41;
    padding-left: 18px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
    width: 3px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 15px;
    left: unset;
    right: -100%;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #011a41;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #011a41;
  }

  .main-nav .dropdown-toggle::after {
    display: none;
  }

  .search-form form {
    position: relative;
  }

  .search-form form input {
    color: #e90d0b !important;
    border: 0;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 5px 40px;
  }

  .search-form form button {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    background: none !important;
    border: 0 !important;
    padding: 0;
    color: #e90d0b !important;
  }

  .side-nav .language {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .side-nav .language .nice-select {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: #011a41;
    font-weight: 600;
  }

  .side-nav .language .nice-select:after {
    border-bottom: 2px solid #011a41;
    border-right: 2px solid #011a41;
  }

  .side-nav .language .nice-select ul {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
  }

  .side-nav .language .nice-select ul li {
    display: block;
    width: 100%;
    color: #011a41;
    font-size: 15px;
  }

  .side-nav .consultant-btn {
    display: inline-block;
    color: #fff;
    background-color: #011a41;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 600;
    vertical-align: middle;
  }

  .side-nav .consultant-btn:hover {
    background-color: #011a41;
  }

  .user-box {
    padding: 15px;
  }

  .user-box .user-img {
    position: relative;
    width: 70px;
    height: 70px;
  }

  .user-box .user-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  .user-box .flex-grow-1 {
    align-self: center;
  }

  .user-box .flex-grow-1 h5 {
    font-size: 16px;
    font-weight: 500;
  }

  .user-box .flex-grow-1 h5 i {
    float: right;
    color: #676767;
  }

  /*-- HEADER --*/
  /*-- Footer --*/

  /*-- Copyright --*/
  .copyright-area.three .copyright-item p a {
    color: #355efc;
  }

  .copyright-area.three .copyright-item p a:hover {
    color: #fff;
  }

  .sidebarCollapse {
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
  }

  .sidebarCollapse.navbar-btn {

    width: 40px;
    height: 40px;
  }

  .sidebarCollapse span {
    width: 80%;
    height: 3px;
    margin: 0 auto;
    display: block;
    background: #5c5c5c;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
  }

  .sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }

  .sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
  }

  .sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(2px, -2px);
  }

  #sidebar {
    min-width: 360px;
    max-width: 250px;
    background: #fff;
    color: #5a5a5a;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    bottom: 0;
    overflow-y: scroll;
  }

  #sidebar .navbar-myHeader {

    position: absolute;

    top: 0px;

    z-index: 999999999999999999999999;

    right: initial;

    left: 0;
  }

  #sidebar .logo-img {
    position: relative;
    width: 90%;
    height: 60px;
  }

  #sidebar .logo-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
  }

  #sidebar .sidebar-myHeader {
    padding: 20px;
    background: #6d7fcc;
  }

  #sidebar ul.components {
    padding: 15px 0;
    border-bottom: 0;
  }

  #sidebar ul p {
    color: #000;
    padding: 10px;
    text-align: center;
  }

  #sidebar ul li a {
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
    color: #5a5a5a;
    border-bottom: 2px solid #e4e4e4;
  }


  #sidebar ul li.active>a,
  a[aria-expanded="true"] {
    color: #173134 !important;
  }



  .sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 10px auto;
    background: #fff;
  }

  .list-unstyled i {
    padding-right: 30px;
  }


  /*----- End Home Demo Three CSS -----*/
  /*-- Footer --*/
  footer {
    background-color: #fff;
    padding: 50px 0;
  }

  .footer-item {
    margin-bottom: 30px;
  }

  footer h5 {
    color: #e90d0b;
    position: relative;
  }

  footer h5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #e90d0b;
  }

  footer p {
    color: #fff;
  }

  .footer-item h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
  }

  .footer-item h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #e3e6ea;
  }

  .footer-item .footer-logo .logo {
    display: block;
    margin-bottom: 20px;
    height: 100%;
  }

  .footer-item p,
  .footer-item a {
    color: #fff;
  }

  .footer-item .footer-logo ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
  }

  .footer-item .footer-logo ul li:last-child {
    margin-bottom: 0;
  }

  .footer-item .footer-logo ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #e2e5e9;
    font-size: 25px;
  }

  .footer-item .footer-logo ul li span {
    display: inline-block;
    font-weight: 600;
    margin-right: 3px;
    color: #fff;
  }

  .footer-item .footer-logo ul li a {
    display: inline-block;
    color: #fff;
  }

  .footer-item .footer-logo ul li a:hover {
    color: #c4c9d2;
  }

  .footer-item .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
  }

  .footer-item .footer-links ul li:last-child {
    margin-bottom: 0;
  }

  .footer-item .footer-links ul li a {
    color: #fff;
    display: block;
  }

  .footer-item .footer-links ul li a:hover {
    color: #c4c9d2;
    padding-left: 5px;
  }

  .footer-item .footer-newsletter p {
    color: #fff;
    margin-bottom: 30px;
  }

  .footer-item .footer-newsletter .newsletter-form .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 15px;
  }

  .footer-item .footer-newsletter .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }

  .footer-item .footer-newsletter .newsletter-form .common-btn {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
    background: #c4c9d2;
    color: #011a41;
  }

  .footer-item .footer-newsletter .newsletter-form .validation-danger {
    color: #fff;
    margin-top: 10px;
  }

  .footer-logo {
    position: relative;
    width: 100%;
    height: 75px;
  }

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

  ul.footer-social {
    margin: 15px 0;
  }

  ul.footer-social li {
    display: inline-block;
    padding: 5px;
    transition: all 0.5s ease-in-out;
  }

  ul.footer-social li img {
    max-width: 38px;
  }

  ul.footer-social li:hover img {
    transform: translate(0px, -7px);
  }

  .footer-apps {}

  .footer-apps li {
    display: inline-block;
  }

  .footer-apps li img {
    max-width: 125px;
  }

  footer ul {
    list-style: none;
  }

  footer ul li {
    padding: 5px 0;
  }

  footer ul li a {
    color: #e90d0b;
  }

  footer ul li a:hover {
    color: #A90B0C;
  }

  /*-- Copyright --*/
  .copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: ;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
  }

  .copyright-area .logo {
    max-width: 80px;
  }

  .copyright-area a.mail {
    color: #80ab50;
  }

  .copyright-area ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .copyright-area ul.links li {
    display: inline-block;
  }

  .copyright-area ul.links li a img {
    transition: all 0.5s ease-in-out;
  }

  .copyright-area ul.links li a:hover img {
    transform: translatey(-7px);
  }

  .copyright-area .copyright-item p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
  }

  .copyright-area .copyright-item p a {
    display: inline-block;
    color: #000;
    font-weight: 700;
  }

  .copyright-area .copyright-item p a:hover {
    color: #fff;
  }

  #slider .carousel-indicators {
    margin: auto;
    bottom: 15px;
  }

  #slider .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 5px;
    border: 0;
    border-radius: 26px;
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
    background: #e90d0b;
  }

  #slider .carousel-indicators .active {
    background: #A90B0C;
    width: 40px;
    border-radius: 15px;
    opacity: 1;
  }

  .carousel-control-next-icon {
    background-image: url(../images/icons/next.png);
  }

  .carousel-control-prev-icon {
    background-image: url(../images/icons/prev.png);
  }

  /*----- About Us -----*/
  #about-us {
    padding: 40px 0;
  }

  #about-us .card {
    box-shadow: 0px 0px 20px -11px;
    border-radius: 0;
    padding: 0;
    border: 0;
  }

  #about-us .about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  #about-us h4 {
    color: #000;
  }

  #about-us p {
    margin: 15px 0;
  }

  #about-us .card-title {
    padding: 15px 0;
  }

  /*----- About Us -----*/
  /*----- Booking -----*/
  #book {
    padding: 40px 0;
  }

  #book .card {
    padding: 30px 15px;
    border: 0;
    box-shadow: 0px 0px 20px -11px;
  }

  #book .card .form-control {
    border: 0;
    background: #f7f7f7;
    height: calc(2.5rem + 2px);
    padding: 15px 15px 5px 15px;
    font-size: 16px;
    border-radius: 10px;
  }

  #book .card .form-floating>label {
    left: 15px;
    padding: 7px;
  }

  #book .card .form-control:focus {
    box-shadow: none;
  }

  .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 14px;
  }

  #book .form-check {
    padding: 7px 16px;
    border: 1px solid #A9A9A9;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }

  #book .form-check .form-check-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    border: 0;
  }

  #book .form-check .form-check-label {
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
    position: relative;
  }

  #book .form-check .form-check-label img {
    max-width: 20px;
    max-height: 20px;
    vertical-align: sub;
    margin: 0 5px;
  }

  #book .form-check .form-check-input:checked {
    border-color: #80ab50;
    background: #80ab50;
    z-index: 1;
  }

  /*----- Booking -----*/
  /*----- services -----*/
  #products {
    padding: 40px 0;
  }

  #products .card {
    border: 0;
    box-shadow: 0px 0px 20px -11px;
    margin: 10px 0;
    background: #E9E9E9;
  }

  #products .card .card-img {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
  }

  .card .card-img {
    position: relative;
    width: 100%;
    height: 288px;
    overflow: hidden;
  }

  #products .card .card-img img {
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 210px;
  }

  #products .card .card-body h5 {
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    padding-right: 25px;
    color: #000;
  }

  #products .card .card-body p {
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    color: #e90d0b;
    margin: 0;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
  }

  #products .card .card-body .btn {
    transform: translateY(70px);
    width: 100%;
    transition: all 0.5s ease-in-out;
  }

  #products .card:hover .card-body .btn {
    transform: translateY(0px);
    display: inherit;
  }

  #products .card:hover .card-body .product-price {
    display: none;
  }

  #products .card:hover .card-img img {
    transform: scale(1.1);
  }

  #products .card ul {
    list-style: none;
  }

  #products .card ul li {
    display: inline-block;
    padding-right: 7px;
    color: #e90d0b;
  }

  #products .card ul li img {
    padding-right: 3px;
    max-width: 22px;
  }

  #products .card .card-footer {
    background: none;
    border: 0;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
  }

  #products .card .card-footer span {
    color: #e90d0b;
  }

  #products .card .card-body {
    position: relative;
    height: 110px;
    overflow: hidden;
  }

  #products .card .wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #e90d0b;
  }

  #products .card .wishlist.inactive {
    color: #A90B0C;
  }

  /*----- services -----*/
  /*----- categories -----*/
  #categories {
    padding: 40px 0;
  }

  #categories .card {
    border: 0;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
    height: 130px;
    margin-bottom: 75px;
  }

  #categories .card .card-img {
    position: absolute;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 3px solid #fff;
    bottom: -55px;
    right: 0;
    left: 0;
    border-radius: 50%;
    background: #e90d0b;
  }

  #categories .card .card-img img {
    width: 110px;
    height: 110px;
    padding: 0;
    object-fit: cover;
  }

  #categories .card h5 {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }

  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background: #E9E9E9;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
  }

  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    background: #E9E9E9;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
  }

  .owl-carousel .owl-nav button.owl-next img,
  .owl-carousel .owl-nav button.owl-prev img {
    max-width: 80%;
  }

  .owl-carousel .owl-nav button.owl-next:hover,
  .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
  }

  .owl-carousel .owl-dots {
    text-align: center;
  }

  .owl-carousel button.owl-dot {
    background: #e9e9e9;
    width: 15px;
    height: 5px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s ease-in-out;
    border-radius: 15px;
  }

  .owl-carousel button.owl-dot.active {
    background: #e90d0b;
  }

  /*----- categories -----*/

  /*----- Accounts Modals -----*/
  .account-modal {}

  .account-modal .modal-body {
    padding: 15px 40px;
  }

  .account-modal .modal-logo {
    width: 100%;
    position: relative;
    height: 40px;
    margin: 20px 0;
  }

  .account-modal .modal-logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .account-modal h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
  }

  .account-modal form {}

  .account-modal form label {
    margin: 0;
    text-transform: capitalize;
  }

  .account-modal form input {}

  .account-modal .btn-primary {
    color: #fff;
    background-color: #A90B0C;
    border-color: #A90B0C;
    padding: 7px 35px;
    width: 100%;
  }

  .account-modal .btn-primary:hover {
    color: #A90B0C;
    background-color: #fff;
    border-color: #A90B0C;
  }

  .account-modal p {
    text-align: center;
    margin: 7px 0;
  }

  .account-modal p a {
    color: #A90B0C !important;
    cursor: pointer;
  }

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

  .form-check-input {
    border: 1px solid #A90B0C;
  }

  .nopadding {
    padding: 0 !important;
  }

  /*----- Accounts Modals -----*/
  /*----- Search -----*/
  #search {
    padding: 25px 0 50px;
  }

  .price-bar .wrapper {
    width: 100%;
    background: #fff;
    margin: 15px 0;
  }

  .price-bar header h2 {
    font-size: 24px;
    font-weight: 600;
  }

  .price-bar header p {
    margin-top: 5px;
    font-size: 16px;
  }

  .price-bar .price-input {
    width: 100%;
    display: flex;
    margin: 15px 0 15px;
  }

  .price-bar .price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
  }

  .price-bar .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 15px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }

  .price-bar input[type="number"]::-webkit-outer-spin-button,
  .price-bar input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  .price-bar .price-input .separator {
    width: 100px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }

  .price-bar .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }

  .price-bar .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #e90d0b;
  }

  .price-bar .range-input {
    position: relative;
    background: #e90d0b;
    color: #e90d0b;
  }

  .price-bar .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }

  .price-bar input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #e90d0b;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }

  .price-bar input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #e90d0b;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }

  .filter-box {
    margin-bottom: 25px;
  }

  .filter-box h5 {
    margin: 0;
    color: #e90d0b;
  }

  .filter-box ul,
  .filter-box ol {
    list-style: none;
  }

  .side-link {
    font-weight: 600;
    color: #e90d0b;
  }

  .side-link:hover {
    color: #A90B0C;
    transition: all 0.5s ease-in-out;
  }

  .filter-box ul {
    font-size: 17px;
    font-weight: 600;
    padding: 0 20px;
  }

  .filter-box ol {
    padding: 0 15px;
  }

  .filter-box ul li {
    font-size: 17px;
    font-weight: 600;
  }

  .filter-box ul li img {
    max-width: 30px;
    margin-right: 10px;
  }

  .filter-box ul li a {
    font-size: 14px;
    color: #e90d0b;
    font-weight: 500;
  }

  .filter-box ol li a {
    font-size: 12px;
    color: #e90d0b;
    font-weight: 500;
  }

  .filter-box ol li a:hover,
  .filter-box ul li a:hover {
    color: #A90B0C;
    transition: all 0.5s ease-in-out;
  }

  .filter-box ul li .more {
    color: #A90B0C;
  }

  .filter-box .accordion-button {
    padding: 0;
    font-size: 14px;
    color: #e90d0b;
    font-weight: 500;
    border: 0;
  }

  .filter-box .accordion-button::after {
    font-size: 14px
  }

  .filter-box .accordion-button:not(.collapsed) {
    color: #A90B0C;
    background-color: #ffffff3d;
  }

  .filter-box .accordion-collapse {
    padding: 5px 10px;
  }

  .filter-box .accordion-collapse label {
    font-size: 14px
  }

  hr {
    margin: 10px 0;
    background: #e90d0b;
  }

  .filter-box label {
    font-size: 16px;
    font-weight: 600;
    display: block;
  }

  .breadcrumb {
    margin: 25px 0;
    align-content: center;
  }

  .breadcrumb li a {
    color: #A90B0C;
    transition: all 0.5s ease-in-out;
    font-size: 12px;
  }

  .breadcrumb li a:hover {
    color: #9b9999;
  }
.breadcrumb-item {
    font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .breadcrumb-item.active {
    color: #e90d0b;
    font-size: 12px;
  }

  /*----- Search -----*/

  /*----- categoriesAdd -----*/
  #categoriesAdd {
    padding: 25px 0 50px;
  }

  #categoriesAdd .section-head {
    color: #e90d0b;
    text-transform: uppercase;
  }

  #categoriesAdd .accordion-item {}

  #categoriesAdd .accordion-item .accordion-header {}

  #categoriesAdd .accordion-item .accordion-header .accordion-button {
    border-bottom: 1px solid #ede80f;
    color: #e90d0b;
  }

  #categoriesAdd .accordion-item .accordion-header .accordion-button img {
    max-width: 25px;
    margin: 0 15px;
  }

  #categoriesAdd .accordion-item .accordion-body {}

  #categoriesAdd .accordion-item .accordion-body ul {
    list-style: none;
  }

  #categoriesAdd .accordion-item .accordion-body ul li {
    padding: 5px 0;
  }

  #categoriesAdd .accordion-item .accordion-body ul li a {
    color: #e90d0b;
    transition: all 0.5s ease-in-out;
  }

  #categoriesAdd .accordion-item .accordion-body ul li a:hover {
    transform: translate(0px, 15px);
  }

  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e90d0b3d;
  }

  .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    outline: 0;
    box-shadow: inherit;
  }

  /*----- categoriesAdd -----*/
  /*----- profile -----*/
  #profile {
    padding: 25px 0 50px;
  }

  #profile .account-details {}

  #profile .account-details .flex-shrink-0 {
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
  }

  #profile .account-details .flex-shrink-0 img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  #profile .account-details .flex-grow-1 h4 {
    color: #e90d0b;
  }

  #profile .account-details .flex-grow-1 hr {
    margin: 50px 0 0;
  }

  #profile .porfile-links {
    list-style: none;
    padding: 20px 0;
  }

  #profile .porfile-links li {
    padding: 5px 0;
  }

  #profile .porfile-links li p {
    margin: 0;
    font-weight: 600;
    color: #A90B0C;
  }

  #profile .porfile-links li a {
    color: #e90d0b;
  }

  .head h4 {
    color: #e90d0b;
  }

  .head {
    margin-bottom: 25px;
  }

  #profile.edit .box {
    padding: 25px;
    background: #F9F7F7;
    border-radius: 5px;
    margin: 10px 0 25px;
  }

  #profile.edit .box h5 {
    color: #e90d0b;
  }

  #profile.edit .box label {}

  #profile.edit .box .form-control {
    color: #e90d0bcf;
  }

  #profile.edit .box .btn {
    color: #fff;
    background-color: #A90B0C;
    border-color: #A90B0C;
    transition: all 0.5s ease-in-out;
  }

  #profile.edit .box .btn:hover {
    color: #A90B0C;
    background-color: #e9e9e9;
    border-color: #A90B0C;
  }

  #profile.edit .box .btn-link {
    padding: 0 15px;
    color: #A90B0C;
  }

  #profile.edit .box .btn-link:hover {
    color: #000;
  }

  #profile.edit.addres .box .card {
    padding: 15px;
    border-radius: 15px;
    margin: 10px 0;
  }

  #profile.edit.addres .box .card .btn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
    padding: 0 5px;
    color: #A90B0C !important;
    background: none;
    border: 0;
  }

  #profile.tracking .nav .nav-item {
    width: 50%;
    margin-bottom: 10px;
  }

  #profile.tracking .nav .nav-item .red-btn {
    color: #F80E0B !important;
    padding: 5px 15px !important;
    border-radius: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    width: 100%;
  }

  #profile.tracking .nav .nav-item .red-btn.active {
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 10px;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
  }

  #profile.tracking .tab-pane .card {
    margin: 20px 0;
  }

  #profile.tracking .tab-pane .card .track {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #999;
  }

  #profile.tracking .tab-pane .card .track .circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    background: #fff;
    z-index: 9;
  }

  #profile.tracking .tab-pane .card .track .circle.active {
    background: #81DA4A;
    color: #fff;
  }

  #profile.tracking .tab-pane .card .track div {
    position: relative;
  }

  #profile.tracking .tab-pane .card .track .new:after {
    content: '';
    width: 145px;
    position: absolute;
    border: 1px dashed #666;
    left: 35px;
    top: 25%;
  }
#profile.tracking .tab-pane .card .track .Confirmed:after {
    content: '';
    width: 145px;
    position: absolute;
    border: 1px dashed #666;
    left: 60px;
    top: 25%;
  }
  #profile.tracking .tab-pane .card .track .On-way:after {
    content: '';
    width: 203px;
    position: absolute;
    border: 1px dashed #666;
    left: 62px;
    top: 25%;
  }

  #profile.tracking .tab-pane .card .track .process:after {
    content: '';
    width: 160px;
    position: absolute;
    border: 1px dashed #666;
    left: 57px;
    top: 25%;
  }

  #profile.tracking .tab-pane .card .track .new.active:after {
    content: '';
    border: 1px solid #81da4a;
  }
 #profile.tracking .tab-pane .card .track .Confirmed.active:after {
    content: '';
    border: 1px solid #81da4a;
  }
  #profile.tracking .tab-pane .card .track .On-way.active:after {
    content: '';
    border: 1px solid #81da4a;
  }

  #profile.tracking .tab-pane .card .track .process.active:after {
    content: '';
    border: 1px solid #81da4a;
  }


  #profile.tracking .accordion .accordion-button:after {
    display: none
  }

  #profile.tracking .accordion .accordion-button {
    background: none;
    border: 0;
    padding-bottom: 21px;
  }

  #profile.tracking .accordion .accordion-button p {
    color: #000;
  }

  #profile.tracking .accordion .accordion-button p.date {
    margin-left: auto;
  }

  #profile.tracking .accordion .d-flex.o-num {
    padding: 0 20px 20px;
  }

  #profile.tracking .accordion .d-flex.o-num p {
    font-size: 16px;
    color: #000;
  }

  #profile.tracking .accordion .d-flex.o-num span {
    color: #666;
    font-size: 16px;
  }

  #profile.tracking .accordion .accordion-body h5 {
    text-align: center;
    color: #81da4a;
  }

  #profile.tracking .accordion .accordion-body h6 {
    margin: 0;
    color: #000;
  }

  #profile.tracking .accordion .accordion-body p {
    color: #666;
  }

  #profile.tracking .accordion .accordion-body img {
    max-height: 250px;
    max-width: 250px;
  }

  #profile.tracking .accordion .accordion-body a {
    font-weight: 600;
    color: #a90b0c;
  }

  /*----- profile -----*/

  /*----- product -----*/
  #product {
    padding: 25px 0 50px;
  }

  #product .slick-prev::before,
  #product .slick-next::before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s ease-in-out;
  }

  #product .slick-prev::before:hover,
  #product .slick-next::before:hover {
    opacity: 1;
  }

  #product .slick-prev {
    left: 15px;
    z-index: 9;
  }

  #product .slick-next {
    right: 15px;
    z-index: 9;
  }

  #product .small-img img {
    padding: 2px;
  }

  #product .card {
    padding: 15px;
    border: 0;
    box-shadow: 0px 0px 20px -11px #000;
    border-radius: 15px;
    margin: 25px 0;
  }

  #product .card .product-name p {
    margin: 0;
    font-weight: 600;
    color: #A90B0C;
  }

  #product .card .product-price {
    font-weight: 600;
    margin-bottom: 7px;
  }

  #product .card .wishlist {
    cursor: pointer;
    font-size: 23px;
    color: #e90d0b;
  }

  #product .card .wishlist.inactive {
    color: #A90B0C;
  }

  #product .card .links {
    min-width: 70px;
    display: flex;
    justify-content: space-between;
  }

  #product .card .card-footer {
    border: 0;
  }

  #product .card .card-footer p {
    margin: 0;
  }

  #product .card .card-footer span {
    font-size: 14px;
  }

  #product .card.seller h5 {
    margin-bottom: 27px;
  }

  #product .card.seller .seller-img {
    width: 75px;
    height: 75px;
    position: relative;
    margin: 0 15px 0 0;
  }

  #product .card.seller .seller-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  #product .card.seller .info p.seller-name {
    margin: 0;
    font-weight: 600;
  }

  #product .card.seller .btn {
    width: 80%;
    margin: 30px auto;
    margin-bottom: 0;
    border-radius: 10px;
  }

  #product .card.data {
    margin: 25px 0;
    border: 1px solid #e90d0b;
  }

  #product .card.data h5,
  #product .card.data th,
  #product .card.data td,
  #product .related h5 {
    color: #e90d0b;
  }

  #product #products {
    padding: 0;
  }

  #product #products .card {
    padding: 0;
  }

  /*----- product -----*/
  /*----- Blog -----*/
  #blog, #blog-page {
    padding: 45px 0;
  }

  #blog .blog-text {
    padding: 20px 5px;
    height: 100%;
  }

  #blog .blog-img {
    width: 100%;
    position: relative;
    height: 195px;
    overflow: hidden;
  }
#blog.about .blog-img {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  #blog .blog-img img {
    margin: auto;
    height: 195px;
    width: 100%;
    object-fit: cover;
  }
#blog.about .blog-img img {
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #blog .right ul, #blog-page .right ul{list-style: none;}
  #blog .right ul li, #blog-page .right ul li{margin: 10px 0;}
  #blog .right ul li.mian, #blog-page .right ul li.mian{font-weight: 600;margin-bottom: 10px;}
  #blog .right ul li img, #blog-page .right ul li img{width: 115px;border-radius: 10px;height: auto;}
#blog .right ul li a, #blog-page .right ul li a{color: #e90d0b;}
  #blog .card, #blog-page .card{
    border: 0;
    margin: 15px 0;
    transition: all 0.5s ease-in-out;
  }

  #blog .card:hover {
    box-shadow: 0px 0px 20px -11px;
  }

  #blog .blog-text h5 {
    color: #e90d0b;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #blog .blog-text h5 span {
    float: right;
    font-size: 14px;
    font-weight: 500;
  }

  #blog .blog-text p {
    color: #000;
    font-size: 14px;
    max-height: 95px;
    margin: 0;
    overflow: hidden;
  }
 #blog.about .blog-text p {
    color: #000;
    font-size: 16px !important;
    max-height: 100%;
    margin: 0;
    overflow: hidden;
  }

  #blog .blog-text p.top {
    color: #000;
    font-size: 14px;
    max-height: none;
    margin: 0;
  }

  #blog ul {
    margin: 25px 0;
  }
    #blog ul.contact{
        list-style: none;
    }
  #blog ul li h4 {
    color: #e90d0b;
  }


  #blog .contact li {
    padding: 5px 0;
  }

  #blog .contact li a {
    color: #e90d0b;
    transition: all 0.5s ease-in-out;
  }

  #blog .contact li a:hover {
    color: #A90B0C;
  }

  #blog .contact li a i {
    vertical-align: middle;
    margin: 0 5px;
  }

  #blog form h5 {
    color: #e90d0b;
  }

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

  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .upload__btn {
    display: flex;
    font-weight: 600;
    color: #e90d0b;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 26px;
    font-size: 31px;
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .upload__btn:hover {
    color: #A90B0C;
    transition: all 0.3s ease;
  }

  .upload__btn-box {
    width: 180px;
    margin: 10px 20px;
    height: 180px;
  }

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

  .upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }

  .upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
  }

  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
    .pagination{
        justify-content: center;
    }
    .page-item.active .page-link {
      z-index: 3;
      color: #fff;
      background-color: #e90d0b;
      border-color: #e90d0b;
    }
    .page-link {
      color: #e90d0b;
    }
    .page-link:hover {
      z-index: 2;
      color: #e90d0b;
      background-color: #e9ecef;
      border-color: #dee2e6;
    }
  /*----- Blog -----*/
  /*----- ADS -----*/
  #ads {
    padding: 45px 0;
  }

  #ads .main-btn {
    margin: 25px 0;
  }

  #ads h5 {
    color: #e90d0b;
    margin: 25px 0 5px;
  }

  #ads .form-control {
    border: 1px solid #e90d0b;
  }

  #ads .data-Details {
    position: relative;
  }

  #ads .data-Details:after {
    content: '';
    position: absolute;
    border: 1px dashed #000;
    width: 96%;
    height: 1px;
    right: 0;
    left: 0;
    margin: auto;
    top: 9px;
  }

  #ads .data-Details.active:after {
    border: 1px solid #e90d0b;
  }

  #ads .point {
    position: relative;
    width: 20px;
    height: 20px;
  }

  #ads .point::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #e90d0b;
    border-radius: 50%;
  }

  #ads .point.active::after {
    background: #e90d0b;
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    margin: 4px;
  }

  #ads .payment-details .form-check {
    padding: 15px 30px;
    border: 1px solid #66666630;
    background: #F9F9F9;
    margin-bottom: 21px;
  }

  #ads .payment-details .form-check img {
    width: 25px;
  }

  #ads .payment-details .form-check label {
    width: 100%;
    cursor: pointer;
  }

  #ads .payment-details .form-check .form-check-input {
    float: right;
    margin-left: -1.5em;
  }

  #ads .left .d-flex {
    margin-bottom: 15px;
  }

  #ads .left .accordion-item:first-of-type .accordion-button {
    color: #000;
    font-weight: 600;
    background: none;
    border: 0;
    padding: 15px;
  }

  #ads .left .accordion-collapse {
    border: 0;
  }

  #ads .left .accordion-body {
    padding: 0;
  }

  #ads .left .accordion-body .item-img {
    width: 100px;
    height: 100px;
    margin: 0 5px;
  }

  #ads .left .accordion-body .item-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  #ads .left .accordion-body .data {
    margin: 0 5px;
  }

  #ads .left .accordion-body .data h5 {
    margin: 0;
    color: #000;
  }

  #ads .left .accordion-body .data p {
    margin: 0;
  }

  #ads .left .accordion-body .data .price {
    font-weight: 600;
    color: #e90d0b;
  }

  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e90d0b;
    color: white;
  }

  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e90d0b 1px;
    outline: 0;
  }

  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e90d0b;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
  }

  .form-control-color {
    max-width: 100%;
    height: auto;
    padding: .375rem;
  }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e90d0b;
    border-radius: 4px;
  }

  .uploadProfile-img .profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
  }

  .uploadProfile-img {
    position: relative;
    width: 128px;
    height: 128px;
  }

  .uploadProfile-img .file-upload {
    display: none;
  }

  .uploadProfile-img .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /*! position: absolute; */
    /*! top: 72px; */
  }

  .uploadProfile-img img {
    max-width: 100%;
    height: auto;
  }

  .uploadProfile-img .p-image {
    position: absolute;
    bottom: -10px;
    right: 15px;
    color: #A90B0C;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #fff;
    padding: 5px 9px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .uploadProfile-img .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }

  .uploadProfile-img .upload-button {
    font-size: 1.2em;
  }

  .uploadProfile-img .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
  }

  #ads hr {
    margin: 25px 0;
  }

  #ads .dates {
    list-style: none;
    margin: 10px 0;
  }

  #ads .dates li {
    background: #ddd;
    border: 1px solid #999;
    padding: 5px 15px;
    border-radius: 40px;
    margin: 5px;
    cursor: pointer;
    display: inline-block;
  }

  #ads .dates li.active {
    background: #999;
  }

  #ads .btns-form .btn {
    width: 140px;
    height: 45px;
    margin: 25px;
  }

  /*----- ADS -----*/
  /*----- reviews -----*/
  #reviews {
    background: #a90b0c;
    padding: 60px 0;
  }

  #reviews .card {
    border: 0;
    background: inherit;
  }

  #reviews .card .card-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }

  #reviews .card .card-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 141px;
  }

  #reviews .card .card-title h5 {
    color: #fff;
    text-align: center;
  }

  #reviews .card .card-title .review-rate {
    text-align: center;
  }

  #reviews .card .card-title p {
    text-align: center;
    color: #fff;
  }

  /*----- reviews -----*/
  /*----- contact-us -----*/
  #contact-us {
    padding: 45px 0;
  }

  #contact-us form {
    width: 80%;
    margin: 0 auto;
  }
   #contact-us .contact{
       list-style: none;
   }
   #contact-us .contact li{
       padding: 5px 0;
   }
   #contact-us .contact a{
       color: #e90d0b;
   }
   #contact-us .contact a i{
       padding: 0 5px;
   }
  /*----- contact-us -----*/
  /*----- services -----*/
  #services {
    padding: 45px 0;
  }

  #services .card {
    background: #F9F9F9;
    border: 0;
    box-shadow: 0px 0px 20px -15px;
    padding: 22px;
    margin-bottom: 20px;
    min-height: 230px;
  }

  #services .left .card .card-img {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 27%;
    bottom: 0;
    right: -70px;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
    border-radius: 50%;
    border: 4px solid #fff;
  }

  #services .right .card .card-img {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 27%;
    bottom: 0;
    left: -70px;
    background: #F80E0B;
    background: -webkit-linear-gradient(to bottom, #F80E0B, #A90B0C);
    background: linear-gradient(to bottom, #F80E0B, #A90B0C);
    border-radius: 50%;
    border: 4px solid #fff;
  }

  #services .card .card-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    padding: 0;
    margin: auto;
  }

  #services .card .data {
    width: 70%;
    padding: 15px;
  }

  #services .right .card .data {
    margin: auto;
  }
#services .card .data p.min-prag {height: 80px;overflow: hidden;transition: all 0.5s ease-in-out;}
#services .card .data p.more-view{height: 100%;transition: all 0.5s ease-in-out;}
#services .card .data .see-more{display: block;padding: 10px 0;cursor: pointer;color: #a90b0c;}
#services .card .data .price{font-size: 18px;font-weight: 600;color: #a90b0c;}
  #services .card .data ul {
    padding: 5px 25px;
    list-style: none;
  }

  #services .card .data ul li {
    padding: 10px 0;
    font-size: 15px;
    position: relative;
  }

  #services .card .data ul li::before {
    content: "\2022";
    color: #A90B0C;
    font-weight: bold;
    display: inline-block;
    width: 25px;
    margin-left: -25px;
    font-size: 24px;
  }

  /*----- services -----*/
  /*----- Login -----*/
  #login {
    padding: 45px 0;
  }

  #login .account-btn a {
    width: 50%;
    position: relative;
    padding: 15px;
    margin-bottom: 50px;
  }

  #login .account-btn a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #999;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #login .account-btn a.active:after {
    background: #e90d0b;
  }

  #login .white-btn img {
    width: 30px;
    margin: 0 10px;
  }

  #login a {
    color: #a80a0b;
  }


  .qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 35px;
  }

  .qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    max-width: 80px;
  }

  .qty-container .qty-btn-minus,
  .qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s;
  }

  .qty-container .qty-btn-plus {
    margin-left: -1px;
  }

  .qty-container .qty-btn-minus {
    margin-right: -1px;
  }

  .btn-cornered,
  .input-cornered {
    border-radius: 4px;
  }

  .btn-rounded {
    border-radius: 50%;
  }

  .input-rounded {
    border-radius: 50px;
  }

  /*----- Login -----*/
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #9c0a0b !important;
    color: white;
}
.noti{
    font-size: 25px;
}
.noti-num{
    position: absolute;
    top: -13px;
    right: -13px;
    width: 25px;
    height: 25px;
    background: #ef0d09;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 1.7;
}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu{
    max-height: 300px;
    overflow-y: scroll;
}
.file-caption .btn-primary {
  color: #fff;
  background-color: #e90d0b;
  border-color: #e90d0b;
}
.file-caption .btn-primary:hover {
  color: #e90d0b;
  background-color: #fff;
  border-color: #e90d0b;
} 