.header {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 8px 0px;
  z-index: 1000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  .header ::-webkit-scrollbar {
    width: 1px; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding: 4px 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header.sticky .icons .dropdown .dropdown-menu.show {
      margin-top: 15px !important; }
      @media (max-width: 991px) {
        .header.sticky .icons .dropdown .dropdown-menu.show {
          margin-top: 10px !important; } }
    .header.sticky .maxheeader #cssmenu ul ul {
      padding-top: 24px; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo img {
    max-width: 62px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .logo img {
        max-width: 52px; } }
  .header #cssmenu {
    position: relative;
    z-index: 10; }
    .header #cssmenu #menu-button {
      display: none; }
    .header #cssmenu ul {
      float: right; }
      .header #cssmenu ul li {
        float: right;
        position: relative;
        margin: 0px 16px; }
        .header #cssmenu ul li:hover > ul {
          right: auto;
          z-index: 150; }
          .header #cssmenu ul li:hover > ul li {
            height: 45px; }
        .header #cssmenu ul li a {
          display: block;
          position: relative;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          outline: none;
          color: #000;
          font-weight: 500; }
          .header #cssmenu ul li a:after {
            content: "";
            position: absolute;
            right: 0px;
            bottom: -5px;
            width: 0;
            background: #f87412;
            height: 2px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            @media (max-width: 991px) {
              .header #cssmenu ul li a:after {
                display: none; } }
          .header #cssmenu ul li a:hover, .header #cssmenu ul li a.active {
            color: #ee2e39; }
            .header #cssmenu ul li a:hover:after, .header #cssmenu ul li a.active:after {
              width: 80%; }
        .header #cssmenu ul li:hover a {
          color: #ee2e39; }
          .header #cssmenu ul li:hover a:after {
            width: 80%; }
      .header #cssmenu ul ul {
        position: absolute;
        top: 100%;
        right: -9999px;
        padding-top: 40px; }
        @media (max-width: 991px) {
          .header #cssmenu ul ul {
            padding-top: 0px; } }
        .header #cssmenu ul ul li {
          margin: 0px !important;
          height: 0px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          background: #262726;
          padding: 0px 12px; }
          .header #cssmenu ul ul li.has-sub > a:after {
            content: '';
            position: absolute;
            top: 21px;
            right: 0px;
            left: auto;
            width: 8px;
            height: 2px;
            display: block;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub > a:before {
            content: '';
            position: absolute;
            top: 18px;
            right: 3px;
            display: block;
            width: 2px;
            height: 8px;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub:hover > a:before {
            top: 17px;
            height: 0px; }
          .header #cssmenu ul ul li.has-sub:hover > a::after {
            background: #f87412; }
          .header #cssmenu ul ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0px !important;
            min-width: 174px !important;
            height: auto !important;
            color: #f3f3f3 !important;
            font-size: 14px !important;
            border-bottom: 1px solid #404040; }
            .header #cssmenu ul ul li a:after {
              display: none; }
            .header #cssmenu ul ul li a:hover {
              color: #f87412 !important;
              padding-left: 12px !important; }
          .header #cssmenu ul ul li ul {
            margin-left: 186px;
            padding: 0px !important;
            top: 0px !important;
            z-index: 170;
            padding-left: 8px !important; }
            .header #cssmenu ul ul li ul:after {
              display: none; }
          .header #cssmenu ul ul li:last-child a {
            border: 0px;
            padding-bottom: 0px; }
  .header .icons {
    display: flex; }
    .header .icons .login {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: #ee2e39;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      box-shadow: 10px 5px 40px rgba(227, 29, 26, 0.25);
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .header .icons .login svg {
        width: 22px;
        fill: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .header .icons .login:hover {
        background: #fff; }
        .header .icons .login:hover svg {
          fill: #ee2e39; }
    .header .icons .dropdown {
      margin-right: 12px; }
      .header .icons .dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        height: 40px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .icons .dropdown .dropdown-toggle::after {
          margin: 0px;
          margin-top: 22px;
          color: #000;
          border-top: 4px solid;
          border-right: 4px solid transparent;
          border-bottom: 0;
          border-left: 4px solid transparent; }
        .header .icons .dropdown .dropdown-toggle .img {
          margin-left: 8px;
          width: 40px;
          height: 40px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          border: 1px solid #fff;
          overflow: hidden;
          -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
          -o-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
          -ms-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15); }
          .header .icons .dropdown .dropdown-toggle .img img {
            width: 100%;
            min-height: 100%;
            object-fit: cover; }
        .header .icons .dropdown .dropdown-toggle p {
          width: 100px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: inline-block;
          color: #000;
          font-weight: 400;
          line-height: 12px;
          margin-top: 4px; }
          @media (max-width: 991px) {
            .header .icons .dropdown .dropdown-toggle p {
              width: 70px;
              margin-left: 8px; } }
          .header .icons .dropdown .dropdown-toggle p span {
            display: block;
            width: 100%;
            color: #9EA0A5;
            font-size: 10px;
            line-height: 15px;
            margin-top: 4px; }
      .header .icons .dropdown .dropdown-menu.show {
        margin-top: 0px;
        left: 0px !important;
        right: auto !important;
        min-width: inherit;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        width: 160px;
        padding: 24px;
        transform: none !important;
        top: 100% !important;
        margin-top: 19px;
        border: 0px;
        z-index: 2;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
        @media (max-width: 991px) {
          .header .icons .dropdown .dropdown-menu.show {
            margin-top: 14px; } }
        .header .icons .dropdown .dropdown-menu.show::before {
          display: none; }
        .header .icons .dropdown .dropdown-menu.show .dropdown-item {
          font-size: 14px;
          line-height: 15px;
          color: #636363;
          display: flex;
          border: 0px;
          padding: 0px;
          margin-bottom: 16px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          background: none !important; }
          .header .icons .dropdown .dropdown-menu.show .dropdown-item:last-child {
            margin: 0px; }
          .header .icons .dropdown .dropdown-menu.show .dropdown-item:active, .header .icons .dropdown .dropdown-menu.show .dropdown-item:hover {
            color: #ee2e39; }
          .header .icons .dropdown .dropdown-menu.show .dropdown-item:last-child span {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 12px;
            overflow: hidden;
            color: #fff;
            outline: none;
            outline-style: none;
            border: 0px;
            background: #ee2e39;
            text-align: center;
            -webkit-border-radius: 60px;
            border-radius: 60px;
            background-clip: padding-box;
            font-size: 16px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            cursor: pointer;
            padding: 8px 20px;
            width: 100%;
            font-size: 12px; }
            .header .icons .dropdown .dropdown-menu.show .dropdown-item:last-child span:hover {
              background: #000; }
        .header .icons .dropdown .dropdown-menu.show:before {
          content: "";
          position: absolute;
          top: -9px;
          right: 0px;
          width: 0px;
          height: 0px;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 12px solid #fff; }
          @media (max-width: 991px) {
            .header .icons .dropdown .dropdown-menu.show:before {
              right: 4px; } }

@media (max-width: 991px) {
  .header.sticky #cssmenu ul {
    top: 40px; }
  .header #cssmenu {
    width: 160px;
    z-index: 100; }
    .header #cssmenu #menu-button {
      display: block; }
    .header #cssmenu ul {
      position: absolute;
      top: 44px;
      width: 100%;
      width: 160px;
      display: none;
      background: #fff;
      padding: 24px;
      z-index: 120;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      .header #cssmenu ul li {
        width: 100%;
        margin: 0px !important;
        height: auto !important;
        position: relative;
        margin-bottom: 16px !important; }
        .header #cssmenu ul li:last-child {
          margin: 0px !important; }
        .header #cssmenu ul li a {
          width: 100%;
          padding: 0px;
          height: auto;
          margin: 0px;
          font-size: 14px;
          line-height: 15px; }
    .header #cssmenu #menu-button {
      position: relative;
      display: block !important;
      cursor: pointer;
      float: left;
      height: 20px;
      width: 20px; }
      .header #cssmenu #menu-button:after {
        position: absolute;
        top: 10px;
        right: 0px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header #cssmenu #menu-button:before {
        position: absolute;
        top: 4px;
        right: 0px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: '';
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header #cssmenu #menu-button.menu-opened:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #ee2e39;
        top: 11px;
        border: 0px;
        height: 2px;
        width: 20px;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header #cssmenu #menu-button.menu-opened:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #ee2e39;
        top: 11px;
        width: 20px;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .header #cssmenu .submenu-button {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      border-left: 1px solid rgba(120, 120, 120, 0.2);
      height: 47px;
      width: 47px;
      cursor: pointer;
      z-index: 10; }
      .header #cssmenu .submenu-button.submenu-button.submenu-opened {
        background: #ee2e39; }
  .header #cssmenu ul ul li a {
    min-width: 100%; }
  .header #cssmenu ul ul ul li a {
    padding-left: 35px; }
  .header #cssmenu ul ul li a {
    min-width: 100% !important;
    color: #fff;
    background: none; }
  .header #cssmenu ul ul li:hover > a,
  .header #cssmenu ul ul li.active > a {
    color: #fff; }
  .header #cssmenu ul ul,
  .header #cssmenu ul ul ul {
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
    left: 0px !important; }
  .header #cssmenu ul ul {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll; }
  .header #cssmenu > ul > li.has-sub > a:after,
  .header #cssmenu > ul > li.has-sub > a:before,
  .header #cssmenu ul ul > li.has-sub > a:after,
  .header #cssmenu ul ul > li.has-sub > a:before {
    display: none; }
  .header #cssmenu ul ul .submenu-button {
    height: 43px;
    width: 43px; }
  .header #cssmenu .submenu-button:after {
    position: absolute;
    top: 23px;
    right: 21px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''; }
  .header #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 19px; }
  .header #cssmenu .submenu-button.submenu-opened:after {
    background: #fff; }
  .header #cssmenu .submenu-button:before {
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: ''; }
  .header #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 22px; }
  .header #cssmenu .submenu-button.submenu-opened:before {
    display: none; }
  .header #cssmenu ul ul li ul {
    padding: 0px !important;
    height: auto;
    overflow: inherit;
    overflow-y: inherit; } }
.login,
.signup,
.forgot {
  background: #f3f3f3; }
  .login .box-bg,
  .signup .box-bg,
  .forgot .box-bg {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%; }
    .login .box-bg .photo,
    .signup .box-bg .photo,
    .forgot .box-bg .photo {
      width: 100%;
      height: 100vh;
      background: #f3f3f3;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .login .box-bg .photo::before,
      .signup .box-bg .photo::before,
      .forgot .box-bg .photo::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: #080300c2;
        z-index: 1; }
      .login .box-bg .photo img,
      .signup .box-bg .photo img,
      .forgot .box-bg .photo img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    @media (max-width: 991px) {
      .login .box-bg,
      .signup .box-bg,
      .forgot .box-bg {
        display: none; } }
    .login .box-bg .inner,
    .signup .box-bg .inner,
    .forgot .box-bg .inner {
      min-width: 100%;
      position: relative;
      z-index: 1;
      text-align: center; }
      .login .box-bg .inner .logo,
      .signup .box-bg .inner .logo,
      .forgot .box-bg .inner .logo {
        width: 100%;
        text-align: center; }
        .login .box-bg .inner .logo img,
        .signup .box-bg .inner .logo img,
        .forgot .box-bg .inner .logo img {
          max-width: 132px; }
      .login .box-bg .inner .title,
      .signup .box-bg .inner .title,
      .forgot .box-bg .inner .title {
        color: #fff;
        text-align: center;
        font-size: 24px;
        line-height: 40px;
        margin-top: 16px; }
        .login .box-bg .inner .title span,
        .signup .box-bg .inner .title span,
        .forgot .box-bg .inner .title span {
          display: block;
          font-size: 32px; }
  .login .boxform,
  .signup .boxform,
  .forgot .boxform {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    margin-right: 50%;
    height: 100vh;
    padding: 0px 122px; }
    @media (max-width: 1199px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        padding: 0px 60px; } }
    @media (max-width: 991px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        width: 100%;
        margin: 0px;
        padding: 24px 122px; } }
    @media (max-width: 667px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        padding: 0px 24px; } }
    .login .boxform .back,
    .signup .boxform .back,
    .forgot .boxform .back {
      position: absolute;
      top: 24px;
      right: 24px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      z-index: 100; }
      .login .boxform .back svg,
      .signup .boxform .back svg,
      .forgot .boxform .back svg {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .login .boxform .back:hover svg,
      .signup .boxform .back:hover svg,
      .forgot .boxform .back:hover svg {
        fill: #ee2e39; }
    .login .boxform .inner,
    .signup .boxform .inner,
    .forgot .boxform .inner {
      position: relative;
      width: 100%; }
    .login .boxform .title,
    .signup .boxform .title,
    .forgot .boxform .title {
      font-size: 32px;
      width: 100%;
      font-weight: 700;
      color: #000;
      position: relative;
      text-align: center; }
      @media (max-width: 991px) {
        .login .boxform .title,
        .signup .boxform .title,
        .forgot .boxform .title {
          font-size: 24px; } }
      @media (max-width: 991px) {
        .login .boxform .title,
        .signup .boxform .title,
        .forgot .boxform .title {
          font-size: 28px; } }
    .login .boxform p.text,
    .signup .boxform p.text,
    .forgot .boxform p.text {
      text-align: center;
      margin: 20px 0px; }
    .login .boxform .field,
    .signup .boxform .field,
    .forgot .boxform .field {
      position: relative;
      margin-bottom: 20px; }
      .login .boxform .field:last-child,
      .signup .boxform .field:last-child,
      .forgot .boxform .field:last-child {
        margin: 0px; }
      .login .boxform .field .view-pass,
      .login .boxform .field .hide-pass,
      .signup .boxform .field .view-pass,
      .signup .boxform .field .hide-pass,
      .forgot .boxform .field .view-pass,
      .forgot .boxform .field .hide-pass {
        position: absolute;
        top: 16px;
        left: 24px;
        width: 20px;
        height: 20px;
        z-index: 10;
        cursor: pointer;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .login .boxform .field .view-pass svg,
        .login .boxform .field .hide-pass svg,
        .signup .boxform .field .view-pass svg,
        .signup .boxform .field .hide-pass svg,
        .forgot .boxform .field .view-pass svg,
        .forgot .boxform .field .hide-pass svg {
          max-width: 18px;
          max-height: 18px;
          fill: #474f47; }
      .login .boxform .field .hide-pass,
      .signup .boxform .field .hide-pass,
      .forgot .boxform .field .hide-pass {
        display: none; }
      .login .boxform .field .form-control,
      .signup .boxform .field .form-control,
      .forgot .boxform .field .form-control {
        height: 55px;
        text-transform: none;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border: 0px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        border: 1px solid transparent;
        font-size: 14px; }
        .login .boxform .field .form-control:focus,
        .signup .boxform .field .form-control:focus,
        .forgot .boxform .field .form-control:focus {
          border: 1px solid #ee2e39; }
        .login .boxform .field .form-control.pass,
        .signup .boxform .field .form-control.pass,
        .forgot .boxform .field .form-control.pass {
          padding-left: 40px; }
      .login .boxform .field.flex,
      .signup .boxform .field.flex,
      .forgot .boxform .field.flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .login .boxform .field.flex .che-box,
        .signup .boxform .field.flex .che-box,
        .forgot .boxform .field.flex .che-box {
          position: relative;
          cursor: pointer;
          margin: 0px;
          padding-right: 22px; }
          .login .boxform .field.flex .che-box input[type="checkbox"],
          .login .boxform .field.flex .che-box input[type="radio"],
          .signup .boxform .field.flex .che-box input[type="checkbox"],
          .signup .boxform .field.flex .che-box input[type="radio"],
          .forgot .boxform .field.flex .che-box input[type="checkbox"],
          .forgot .boxform .field.flex .che-box input[type="radio"] {
            position: absolute;
            left: 9000px; }
          .login .boxform .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .login .boxform .field.flex .che-box input[type="radio"] + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="radio"] + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="radio"] + .label-text:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 3px;
            background: #fff;
            border-radius: 2px;
            width: 16px;
            height: 16px;
            font-style: initial;
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
          .login .boxform .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .login .boxform .field.flex .che-box input[type="radio"]:checked + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .signup .boxform .field.flex .che-box input[type="radio"]:checked + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .forgot .boxform .field.flex .che-box input[type="radio"]:checked + .label-text:before {
            content: "";
            background: #fff url(../images/tick.svg) no-repeat center center;
            background-size: 84% 74%;
            animation: effect 250ms ease-in; }
          .login .boxform .field.flex .che-box span.label-text,
          .signup .boxform .field.flex .che-box span.label-text,
          .forgot .boxform .field.flex .che-box span.label-text {
            color: #000; }
          .login .boxform .field.flex .che-box a,
          .signup .boxform .field.flex .che-box a,
          .forgot .boxform .field.flex .che-box a {
            text-decoration: underline;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            .login .boxform .field.flex .che-box a:hover,
            .signup .boxform .field.flex .che-box a:hover,
            .forgot .boxform .field.flex .che-box a:hover {
              color: #ee2e39;
              text-decoration: none; }
        .login .boxform .field.flex .forgetlink,
        .signup .boxform .field.flex .forgetlink,
        .forgot .boxform .field.flex .forgetlink {
          display: block;
          color: #000;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .login .boxform .field.flex .forgetlink:hover,
          .signup .boxform .field.flex .forgetlink:hover,
          .forgot .boxform .field.flex .forgetlink:hover {
            color: #ee2e39; }
      .login .boxform .field p,
      .signup .boxform .field p,
      .forgot .boxform .field p {
        text-align: center;
        color: #000; }
        .login .boxform .field p a,
        .signup .boxform .field p a,
        .forgot .boxform .field p a {
          color: #ee2e39;
          text-decoration: underline;
          font-weight: 500; }
          .login .boxform .field p a:hover,
          .signup .boxform .field p a:hover,
          .forgot .boxform .field p a:hover {
            text-decoration: none; }
      .login .boxform .field .bottom,
      .signup .boxform .field .bottom,
      .forgot .boxform .field .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 12px;
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #ee2e39;
        text-align: center;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        font-size: 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        width: 100%;
        height: 55px;
        box-shadow: 10px 5px 40px #ee2e3969;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .login .boxform .field .bottom:hover,
        .signup .boxform .field .bottom:hover,
        .forgot .boxform .field .bottom:hover {
          background: #000; }

.signup .boxform {
  display: block;
  height: auto; }
  .signup .boxform .inner {
    padding: 60px 0px; }
    @media (max-width: 991px) {
      .signup .boxform .inner {
        padding: 32px 0px; } }

.error404 {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #f3f3f3; }
  @media (max-width: 991px) {
    .error404 {
      padding: 24px 0px; } }
  .error404 .title {
    font-size: 32px;
    width: 100%;
    font-weight: 700;
    color: #000;
    position: relative;
    font-size: 150px !important; }
    @media (max-width: 991px) {
      .error404 .title {
        font-size: 24px; } }
    .error404 .title::before {
      display: none; }
  .error404 p {
    color: #ee2e39;
    font-size: 24px;
    margin-top: 72px; }
  .error404 .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #ee2e39;
    text-align: center;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    font-size: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    float: none;
    display: inline-flex;
    padding: 10px 20px;
    margin-top: 32px; }
    .error404 .bottom:hover {
      background: #000; }

.contactus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f3f3f3; }
  @media (max-width: 991px) {
    .contactus {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .contactus .item {
      margin-bottom: 24px;
      max-width: 100%;
      flex: 100%; }
      .contactus .item:last-child {
        margin: 0px; } }
  .contactus .item .title {
    font-size: 28px;
    color: #000;
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      .contactus .item .title {
        font-size: 24px; } }
    .contactus .item .title::after {
      content: '';
      position: absolute;
      right: 0px;
      bottom: 0;
      z-index: 1;
      height: 3px;
      background: #ee2e39;
      width: 60px; }
  .contactus .item .text {
    margin-top: 12px;
    line-height: 28px; }
  .contactus .item .inpudata {
    margin-top: 16px;
    position: relative; }
    .contactus .item .inpudata .form-control {
      height: 55px;
      text-transform: none;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      border: 0px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      border: 1px solid transparent;
      font-size: 14px;
      box-shadow: 0px 0px 10px #00000005; }
      .contactus .item .inpudata .form-control:focus {
        border: 1px solid #ee2e39; }
    .contactus .item .inpudata textarea.form-control {
      height: 160px;
      resize: none; }
    .contactus .item .inpudata .bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 12px;
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      background: #ee2e39;
      text-align: center;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      font-size: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer;
      margin: 0px;
      min-width: 140px; }
      .contactus .item .inpudata .bottom:hover {
        background: #000; }
  .contactus .item .contactext {
    margin-bottom: 16px; }
    .contactus .item .contactext:last-child {
      margin-bottom: 0px; }
    .contactus .item .contactext .title {
      font-size: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 16px; }
    .contactus .item .contactext .textphon {
      margin-top: 16px; }
      .contactus .item .contactext .textphon a {
        display: block;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .contactus .item .contactext .textphon a:hover {
          color: #ee2e39; }
    .contactus .item .contactext .social {
      display: flex;
      justify-content: center;
      direction: ltr;
      margin-top: 24px;
      margin-top: 16px;
      justify-content: flex-end; }
      .contactus .item .contactext .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        color: #fff;
        width: 38px;
        height: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0px 2px; }
        .contactus .item .contactext .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .contactus .item .contactext .social a.icon-facebook {
          background: #3b5998; }
          .contactus .item .contactext .social a.icon-facebook:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .contactus .item .contactext .social a.icon-twitter {
          background: #00acee; }
          .contactus .item .contactext .social a.icon-twitter:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .contactus .item .contactext .social a.icon-instagram {
          background: #8d5b46; }
          .contactus .item .contactext .social a.icon-instagram:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .contactus .item .contactext .social a.icon-youtube {
          background: #c4302b; }
          .contactus .item .contactext .social a.icon-youtube:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .contactus .item .contactext .social a.icon-rss {
          background: #ee802f; }
          .contactus .item .contactext .social a.icon-rss:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .contactus .item .contactext .social a.icon-linkedin {
          background: #007fb1; }
          .contactus .item .contactext .social a.icon-linkedin:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .contactus .item .contactext .social a.icon-gplus {
          background: #dd4b39; }
          .contactus .item .contactext .social a.icon-gplus:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .contactus .item .contactext .social a.icon-whatsapp {
          background: #189d0e; }
          .contactus .item .contactext .social a.icon-whatsapp:hover {
            background: #fff; }
            .contactus .item .contactext .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      .contactus .item .contactext .social a {
        width: 34px;
        height: 34px; }

.map {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff;
  padding: 0px !important; }
  @media (max-width: 991px) {
    .map {
      padding: 24px 0px; } }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 455px; }
    @media (max-width: 991px) {
      .map iframe {
        height: 300px; } }

.privacy-policy {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  min-height: 800px; }
  @media (max-width: 991px) {
    .privacy-policy {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .privacy-policy {
      min-height: inherit; } }
  .privacy-policy .title {
    font-size: 32px;
    width: 100%;
    font-weight: 700;
    color: #000;
    position: relative;
    font-size: 24px; }
    @media (max-width: 991px) {
      .privacy-policy .title {
        font-size: 24px; } }
  .privacy-policy p {
    line-height: 26px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .privacy-policy p {
        margin-top: 8px; } }

.profile {
  position: relative;
  width: 100%;
  padding: 20px 0px; }
  @media (max-width: 991px) {
    .profile {
      padding: 24px 0px; } }
  .profile .item {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .profile .item {
        max-width: 100%;
        flex: 100%;
        margin: 0px; } }
  .profile .title {
    font-size: 32px;
    width: 100%;
    font-weight: 700;
    color: #000;
    position: relative;
    font-size: 24px;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .profile .title {
        font-size: 24px; } }
  .profile .inner {
    padding: 24px 16px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 13px #d0d0d070;
    -moz-box-shadow: 0px 0px 13px #d0d0d070;
    -o-box-shadow: 0px 0px 13px #d0d0d070;
    -ms-box-shadow: 0px 0px 13px #d0d0d070;
    box-shadow: 0px 0px 13px #d0d0d070;
    /* Vertical line */ }
    .profile .inner .title {
      font-size: 20px !important;
      margin: 0px;
      text-align: center; }
    .profile .inner .imgcent {
      margin: 0px auto;
      text-align: center;
      width: 150px;
      height: 150px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 2px solid #ee2e39;
      position: relative;
      margin-bottom: 20px; }
      .profile .inner .imgcent:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        background: #ee2e39;
        height: 115%;
        width: 2px; }
      .profile .inner .imgcent:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -15px;
        background: #ee2e39;
        width: 120%;
        height: 2px; }
      .profile .inner .imgcent .img_prev {
        width: 100%;
        height: 140px;
        min-height: 100%;
        background: #fff;
        padding: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        position: relative;
        z-index: 2;
        object-fit: cover; }
      .profile .inner .imgcent .file-bro {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        background: #fff;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
        -o-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
        -ms-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        z-index: 3; }
        .profile .inner .imgcent .file-bro svg {
          z-index: 10;
          min-width: 16px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .profile .inner .imgcent .file-bro svg path {
            fill: #ee2e39; }
        .profile .inner .imgcent .file-bro:hover {
          background: #ee2e39;
          color: #fff; }
          .profile .inner .imgcent .file-bro:hover svg path {
            fill: #fff; }
    .profile .inner .email {
      width: 100%;
      text-align: center;
      margin-top: 4px; }
    .profile .inner .field {
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .profile .inner .field {
          max-width: 100%;
          flex: 100%; } }
      .profile .inner .field:last-child {
        margin: 0px; }
      .profile .inner .field .text-deg {
        display: block;
        margin-top: 8px;
        color: #ee2e39;
        font-size: 12px; }
      .profile .inner .field svg,
      .profile .inner .field img {
        position: absolute;
        top: 20px;
        left: 24px;
        fill: #474f47;
        width: 14px;
        max-height: 14px; }
      .profile .inner .field .form-control {
        height: 55px;
        text-transform: none;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border: 0px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        border: 1px solid transparent;
        font-size: 14px;
        box-shadow: none;
        border: 1px solid #f3f3f3 !important; }
        .profile .inner .field .form-control:focus {
          border: 1px solid #ee2e39; }
        .profile .inner .field .form-control:focus {
          border: 1px solid #ee2e39 !important; }
      .profile .inner .field.flex {
        display: flex;
        align-items: center; }
        .profile .inner .field.flex .text {
          font-size: 18px;
          font-weight: 500;
          color: #000;
          margin-left: 64px;
          text-transform: capitalize; }
          @media (max-width: 991px) {
            .profile .inner .field.flex .text {
              margin-left: 20px; } }
      .profile .inner .field .che-box {
        position: relative;
        cursor: pointer;
        margin: 0px;
        padding-right: 22px;
        margin-left: 64px; }
        .profile .inner .field .che-box input[type="checkbox"],
        .profile .inner .field .che-box input[type="radio"] {
          position: absolute;
          left: 9000px; }
        .profile .inner .field .che-box input[type="checkbox"] + .label-text:before,
        .profile .inner .field .che-box input[type="radio"] + .label-text:before {
          content: "";
          position: absolute;
          right: 0px;
          top: 3px;
          background: #fff;
          border-radius: 2px;
          width: 16px;
          height: 16px;
          font-style: initial;
          -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
        .profile .inner .field .che-box input[type="checkbox"]:checked + .label-text:before,
        .profile .inner .field .che-box input[type="radio"]:checked + .label-text:before {
          content: "";
          background: #fff url(../images/tick.svg) no-repeat center center;
          background-size: 84% 74%;
          animation: effect 250ms ease-in; }
        .profile .inner .field .che-box span.label-text {
          color: #000; }
        @media (max-width: 991px) {
          .profile .inner .field .che-box {
            margin-left: 20px; } }
        .profile .inner .field .che-box .label-text::before {
          box-shadow: none !important;
          background: #f3f3f3 !important; }
        .profile .inner .field .che-box input[type="radio"]:checked + .label-text:before,
        .profile .inner .field .che-box input[type="checkbox"]:checked + .label-text:before {
          background: #f3f3f3 url(../images/tick.svg) no-repeat center center !important;
          background-size: 84% 74% !important; }
        .profile .inner .field .che-box:last-child {
          margin: 0px; }
      .profile .inner .field .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 12px;
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        border: 0px;
        background: #ee2e39;
        text-align: center;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        font-size: 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        width: 160px;
        height: 48px;
        margin-left: 16px; }
        .profile .inner .field .bottom:hover {
          background: #000; }
        .profile .inner .field .bottom.ofwight {
          background: #f3f3f3;
          color: #000;
          margin: 0px; }
    .profile .inner .table-responsive {
      background: #fff; }
      @media (max-width: 991px) {
        .profile .inner .table-responsive {
          padding-top: 60px; } }
      .profile .inner .table-responsive table {
        margin: 0px;
        overflow: hidden; }
        .profile .inner .table-responsive table th {
          background: #ee2e39;
          color: #fff;
          border: 0px;
          font-weight: 500;
          white-space: nowrap;
          padding: 12px 20px; }
        .profile .inner .table-responsive table td {
          vertical-align: middle;
          color: #000;
          padding: 12px;
          border: 0px;
          font-size: 14px;
          white-space: nowrap; }
          .profile .inner .table-responsive table td .textname {
            display: flex;
            align-items: center; }
            .profile .inner .table-responsive table td .textname img {
              margin-left: 8px;
              width: 40px;
              height: 40px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              background-clip: padding-box;
              border: 1px solid #fff;
              overflow: hidden;
              -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
              -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
              -o-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
              -ms-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15); }
          .profile .inner .table-responsive table td .icon svg {
            width: 24px;
            height: 24px; }
          .profile .inner .table-responsive table td .icon.green svg {
            fill: #268540; }
          .profile .inner .table-responsive table td .icon.red svg {
            fill: #ee2e39; }
        .profile .inner .table-responsive table tr:nth-of-type(odd) {
          background: #f9f8f6; }
      .profile .inner .table-responsive .removal {
        display: flex;
        align-items: center;
        color: #ee2e39; }
        @media (max-width: 991px) {
          .profile .inner .table-responsive .removal {
            justify-content: center; } }
        .profile .inner .table-responsive .removal .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 22px;
          max-width: 22px;
          height: 22px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #ee2e39;
          margin-right: 8px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          .profile .inner .table-responsive .removal .icon svg {
            max-width: 14px;
            max-height: 14px;
            fill: #fff; }
    .profile .inner .questions {
      width: 100%;
      margin-top: 12px; }
      .profile .inner .questions .qa-item {
        margin-top: 48px; }
        @media (max-width: 991px) {
          .profile .inner .questions .qa-item {
            margin-top: 24px; } }
      .profile .inner .questions .option {
        width: 100%;
        margin-bottom: 12px;
        position: relative; }
        .profile .inner .questions .option:last-child {
          margin: 0px; }
        .profile .inner .questions .option .click-title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          background-color: #ee2e3908; }
          .profile .inner .questions .option .click-title a {
            width: 100%;
            color: #000;
            padding: 8px 12px; }
    .profile .inner .collapsible-link::before {
      content: '';
      position: absolute;
      top: 16px;
      left: 12px;
      width: 16px;
      height: 10px;
      background: url(../images/arrow.svg) no-repeat;
      display: block;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      z-index: 10; }
    .profile .inner .collapsible-link[aria-expanded='true']::before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .profile .inner .list {
      padding: 16px; }
      .profile .inner .list a {
        display: block;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        font-weight: 400;
        margin-bottom: 8px; }
        .profile .inner .list a:last-child {
          margin: 0px; }
        .profile .inner .list a:hover {
          color: #ee2e39; }
      .profile .inner .list .all-text {
        padding: 16px;
        padding-top: 0px; }
        .profile .inner .list .all-text a {
          font-size: 14px; }
    .profile .inner .panel-group {
      display: block;
      width: 100%; }
      .profile .inner .panel-group .collapsible-link::before {
        top: 9px;
        left: 0px; }
    .profile .inner .data li {
      display: flex;
      margin-bottom: 16px; }
      @media (max-width: 667px) {
        .profile .inner .data li {
          display: block; } }
      .profile .inner .data li p {
        min-width: 200px;
        color: #000; }
        @media (max-width: 667px) {
          .profile .inner .data li p {
            min-width: 100%; } }
      @media (max-width: 667px) {
        .profile .inner .data li span {
          display: block;
          margin-top: 8px; } }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #000;
  padding: 32px 0px; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .logo {
    display: flex;
    justify-content: center; }
    .footer .logo img {
      max-width: 122px;
      box-shadow: 0px 10px 25px -15px #b1b1b1;
      border-radius: 50%; }
  .footer .navmenu {
    display: flex;
    justify-content: center;
    margin-top: 24px; }
    .footer .navmenu a {
      color: #fff;
      margin: 0px 12px;
      font-weight: 400;
      font-size: 14px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .footer .navmenu a {
          font-size: 14px;
          margin: 0px 8px; } }
      .footer .navmenu a:hover {
        color: #ee2e39; }
  .footer .social {
    display: flex;
    justify-content: center;
    direction: ltr;
    margin-top: 24px; }
    .footer .social a {
      display: flex;
      align-items: center;
      justify-content: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #fff;
      width: 38px;
      height: 38px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin: 0px 2px; }
      .footer .social a svg {
        fill: #fff;
        max-width: 16px;
        max-height: 16px; }
      .footer .social a.icon-facebook {
        background: #3b5998; }
        .footer .social a.icon-facebook:hover {
          background: #fff; }
          .footer .social a.icon-facebook:hover svg {
            fill: #3b5998; }
      .footer .social a.icon-twitter {
        background: #00acee; }
        .footer .social a.icon-twitter:hover {
          background: #fff; }
          .footer .social a.icon-twitter:hover svg {
            fill: #00acee; }
      .footer .social a.icon-instagram {
        background: #8d5b46; }
        .footer .social a.icon-instagram:hover {
          background: #fff; }
          .footer .social a.icon-instagram:hover svg {
            fill: #8d5b46; }
      .footer .social a.icon-youtube {
        background: #c4302b; }
        .footer .social a.icon-youtube:hover {
          background: #fff; }
          .footer .social a.icon-youtube:hover svg {
            fill: #c4302b; }
      .footer .social a.icon-rss {
        background: #ee802f; }
        .footer .social a.icon-rss:hover {
          background: #fff; }
          .footer .social a.icon-rss:hover svg {
            fill: #ee802f; }
      .footer .social a.icon-linkedin {
        background: #007fb1; }
        .footer .social a.icon-linkedin:hover {
          background: #fff; }
          .footer .social a.icon-linkedin:hover svg {
            fill: #007fb1; }
      .footer .social a.icon-gplus {
        background: #dd4b39; }
        .footer .social a.icon-gplus:hover {
          background: #fff; }
          .footer .social a.icon-gplus:hover svg {
            fill: #dd4b39; }
      .footer .social a.icon-whatsapp {
        background: #189d0e; }
        .footer .social a.icon-whatsapp:hover {
          background: #fff; }
          .footer .social a.icon-whatsapp:hover svg {
            fill: #189d0e; }
  .footer .copyright {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding-top: 32px;
    width: 100%;
    border-top: 1px solid #5151513b;
    z-index: 2; }
    .footer .copyright p {
      text-align: center;
      color: #fff;
      font-weight: 400; }
      .footer .copyright p span {
        color: #ee2e39; }

.overlay {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000c7;
  z-index: 1000;
  display: none; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  line-height: 23px;
  color: #737373;
  font-weight: 500;
  font-family: 'Tajawal', sans-serif; }

::-webkit-scrollbar {
  width: 4px;
  height: 1px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f3f3f3; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #ee2e39;
  cursor: pointer; }

body {
  direction: rtl;
  text-align: right;
  background: #fff; }

.wizard {
  margin-bottom: 16px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #000;
    font-weight: 400; }
    .wizard li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #000;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .wizard li a:hover {
        color: #ee2e39; }
      .wizard li a svg {
        margin-right: 16px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .text-mass {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    color: #fff; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

select {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 12px; }
  select option {
    padding: 32px; }

.pagination {
  width: 100%;
  margin-top: 32px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 10px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 5px !important;
      border-radius: 5px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #fff;
      color: #093A53;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1); }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .pagination li:first-child a, .pagination li:last-child a {
      border: 1px solid #ee2e39; }
    .pagination li:last-child svg {
      transform: rotate(-90deg); }
    .pagination li:first-child svg {
      transform: rotate(90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #ee2e39 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.filterby {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: 32px;
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0; }
  @media (max-width: 991px) {
    .filterby {
      position: fixed;
      z-index: 100;
      opacity: 1;
      right: 16px;
      bottom: 16px; } }
  .filterby svg,
  .filterby img {
    max-width: 20px;
    max-height: 20px; }

.clos-filter {
  position: absolute;
  top: 24px;
  left: 16px;
  cursor: pointer;
  display: none;
  z-index: 10; }
  @media (max-width: 991px) {
    .clos-filter {
      display: block; } }
  .clos-filter:before, .clos-filter:after {
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ee2e39;
    content: '';
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .clos-filter:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.item-inner {
  margin-top: 8px; }
  @media (max-width: 991px) {
    .item-inner {
      position: fixed;
      height: 100%;
      top: 0px;
      right: -100%;
      padding: 0px;
      z-index: 1001;
      max-width: 280px;
      flex: 280px;
      margin: 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .item-inner ::-webkit-scrollbar {
        width: 4px; }
      .item-inner.active {
        right: 0px; } }
  @media (max-width: 991px) {
    .item-inner .inner,
    .item-inner .filter {
      height: 100%;
      -webkit-border-radius: 0px !important;
      border-radius: 0px !important;
      background-clip: padding-box;
      overflow-y: scroll !important; } }

.nonecart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0px; }
  .nonecart .inner img {
    max-width: 100%; }
  .nonecart .inner p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 216px;
    height: 150px;
    padding: 24px;
    text-align: center;
    background: #feede0;
    color: #ee2e39;
    font-size: 22px;
    margin-bottom: -16px;
    line-height: 27px;
    font-weight: 300;
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
    .nonecart .inner p::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #feede0;
      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg); }
  .nonecart .inner .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    background: #ee2e39;
    text-align: center;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    font-size: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    width: 160px;
    margin: 0px auto;
    margin-top: 32px; }
    .nonecart .inner .bottom:hover {
      background: #000; }

/*# sourceMappingURL=style.css.map */
