.header {
  width: 100%;
  position: relative;
  background: #fff;
  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;
    margin-top: -46px; }
    .header.sticky #cssmenu ul li {
      padding: 24px 0px; }
    .header.sticky .logo img {
      max-width: 70px; }
    .header.sticky .minheader .iconstop .dropdown .dropdown-menu.show {
      display: none; }
  .header .minheader {
    width: 100%;
    background: #000;
    padding: 8px 0px; }
    .header .minheader .social {
      display: flex;
      justify-content: flex-end;
      direction: ltr; }
      .header .minheader .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: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-left: 4px; }
        .header .minheader .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .header .minheader .social a.icon-facebook {
          background: #3b5998; }
          .header .minheader .social a.icon-facebook:hover {
            background: #fff; }
            .header .minheader .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .header .minheader .social a.icon-twitter {
          background: #00acee; }
          .header .minheader .social a.icon-twitter:hover {
            background: #fff; }
            .header .minheader .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .header .minheader .social a.icon-instagram {
          background: #8d5b46; }
          .header .minheader .social a.icon-instagram:hover {
            background: #fff; }
            .header .minheader .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .header .minheader .social a.icon-youtube {
          background: #c4302b; }
          .header .minheader .social a.icon-youtube:hover {
            background: #fff; }
            .header .minheader .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .header .minheader .social a.icon-rss {
          background: #ee802f; }
          .header .minheader .social a.icon-rss:hover {
            background: #fff; }
            .header .minheader .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .header .minheader .social a.icon-linkedin {
          background: #007fb1; }
          .header .minheader .social a.icon-linkedin:hover {
            background: #fff; }
            .header .minheader .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .header .minheader .social a.icon-gplus {
          background: #dd4b39; }
          .header .minheader .social a.icon-gplus:hover {
            background: #fff; }
            .header .minheader .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .header .minheader .social a.icon-whatsapp {
          background: #189d0e; }
          .header .minheader .social a.icon-whatsapp:hover {
            background: #fff; }
            .header .minheader .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      .header .minheader .social a {
        width: 30px;
        height: 30px; }
    .header .minheader .iconstop {
      display: flex;
      align-items: center; }
      .header .minheader .iconstop .dropdown {
        margin-left: 24px; }
        @media (max-width: 991px) {
          .header .minheader .iconstop .dropdown {
            margin-left: 12px; } }
        .header .minheader .iconstop .dropdown .dropdown-toggle {
          display: flex;
          align-items: 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; }
          .header .minheader .iconstop .dropdown .dropdown-toggle::after {
            display: none; }
          .header .minheader .iconstop .dropdown .dropdown-toggle svg {
            width: 18px;
            fill: #fff; }
          .header .minheader .iconstop .dropdown .dropdown-toggle .text {
            color: #fff;
            margin-left: 8px; }
            @media (max-width: 991px) {
              .header .minheader .iconstop .dropdown .dropdown-toggle .text {
                display: none; } }
        .header .minheader .iconstop .dropdown .dropdown-menu.show {
          margin-top: 0px;
          right: auto !important;
          left: 0px !important;
          min-width: inherit;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box;
          width: 130px;
          padding: 16px;
          transform: none !important;
          top: 100% !important;
          margin-top: 11px;
          border: 0px;
          z-index: 144;
          -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); }
          @media (max-width: 991px) {
            .header .minheader .iconstop .dropdown .dropdown-menu.show {
              margin-top: 14px !important; } }
          .header .minheader .iconstop .dropdown .dropdown-menu.show .dropdown-item {
            font-size: 14px;
            line-height: 15px;
            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 .minheader .iconstop .dropdown .dropdown-menu.show .dropdown-item:last-child {
              margin: 0px;
              font-family: 'Roboto', sans-serif; }
            .header .minheader .iconstop .dropdown .dropdown-menu.show .dropdown-item:active, .header .minheader .iconstop .dropdown .dropdown-menu.show .dropdown-item:hover {
              color: #422f67; }
            .header .minheader .iconstop .dropdown .dropdown-menu.show .dropdown-item img {
              max-width: 16px;
              margin-left: 8px; }
          .header .minheader .iconstop .dropdown .dropdown-menu.show:before {
            display: none; }
      .header .minheader .iconstop .searchicon {
        display: flex;
        align-items: center;
        cursor: pointer; }
        .header .minheader .iconstop .searchicon svg {
          width: 18px; }
          .header .minheader .iconstop .searchicon svg path {
            stroke: #fff; }
        .header .minheader .iconstop .searchicon .text {
          color: #fff;
          margin-left: 8px; }
          @media (max-width: 991px) {
            .header .minheader .iconstop .searchicon .text {
              display: none; } }
    .header .minheader .showboxsearch {
      display: none;
      position: absolute;
      top: -8px;
      left: 12px;
      width: calc(100% - 24px);
      height: calc(100% + 16px);
      z-index: 20; }
      .header .minheader .showboxsearch .formsearch {
        position: relative;
        height: 100%; }
      .header .minheader .showboxsearch .form-control {
        height: 100%;
        width: 100%;
        border-radius: 0px;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #000;
        text-transform: none;
        padding: 0px;
        padding-left: 90px;
        color: #fff; }
      .header .minheader .showboxsearch ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */ }
      .header .minheader .showboxsearch :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff; }
      .header .minheader .showboxsearch ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff; }
      .header .minheader .showboxsearch .btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0px;
        background: none;
        padding: 0px;
        outline: none;
        height: 100%; }
        .header .minheader .showboxsearch .btn svg {
          width: 18px; }
          .header .minheader .showboxsearch .btn svg path {
            stroke: #fff; }
      .header .minheader .showboxsearch .cancelsearch {
        position: absolute;
        top: 12px;
        left: 36px;
        z-index: 10;
        cursor: pointer; }
        .header .minheader .showboxsearch .cancelsearch svg {
          width: 19px; }
          .header .minheader .showboxsearch .cancelsearch svg path {
            stroke: #ff0303; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .header .container {
        max-width: 100%; } }
  @media (max-width: 991px) {
    .header .logo {
      margin: 8px 0px; } }
  .header .logo img {
    max-width: 102px;
    -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: 62px; } }
  .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 12px;
        padding: 38px 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; }
        @media (max-width: 1199px) {
          .header #cssmenu ul li {
            margin: 0px 8px; } }
        .header #cssmenu ul li:hover > ul {
          right: auto;
          z-index: 800; }
        .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; }
          @media (max-width: 1199px) {
            .header #cssmenu ul li a {
              font-size: 16px; } }
          .header #cssmenu ul li a svg {
            max-width: 12px;
            fill: #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; }
            @media (max-width: 991px) {
              .header #cssmenu ul li a svg {
                display: none; } }
          .header #cssmenu ul li a:after {
            content: "";
            position: absolute;
            right: 0px;
            bottom: -5px;
            width: 0;
            background: #422f67;
            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: #422f67; }
            .header #cssmenu ul li a:hover:after, .header #cssmenu ul li a.active:after {
              width: 80%; }
            .header #cssmenu ul li a:hover svg, .header #cssmenu ul li a.active svg {
              fill: #422f67;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
        .header #cssmenu ul li:hover a {
          color: #422f67; }
          .header #cssmenu ul li:hover a svg {
            fill: #422f67;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header #cssmenu ul li:hover a:after {
            width: 80%; }
      .header #cssmenu ul ul {
        position: absolute;
        top: 100%;
        right: -9999px;
        background: #fff;
        padding: 12px 0px;
        -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 #cssmenu ul ul li {
          padding: 0px 12px !important;
          margin: 0px !important; }
          .header #cssmenu ul ul li.has-sub > a:after {
            content: '';
            position: absolute;
            top: 21px;
            right: auto;
            left: 0px;
            width: 8px;
            height: 2px;
            display: block;
            background: #000; }
          .header #cssmenu ul ul li.has-sub > a:before {
            content: '';
            position: absolute;
            top: 18px;
            left: 3px;
            display: block;
            width: 2px;
            height: 8px;
            background: #000; }
          .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: #422f67; }
          .header #cssmenu ul ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0px !important;
            min-width: 176px !important;
            height: auto !important;
            color: #000 !important;
            font-size: 16px !important; }
            .header #cssmenu ul ul li a:after {
              display: none; }
            .header #cssmenu ul ul li a:hover {
              color: #422f67 !important; }
          .header #cssmenu ul ul li ul {
            margin-right: 188px;
            top: 0px !important;
            z-index: 830;
            margin-top: -12px; }
            .header #cssmenu ul ul li ul:after {
              display: none; }
          .header #cssmenu ul ul li:last-child a {
            padding-bottom: 0px; }
  .header .icons {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101; }
    @media (max-width: 991px) {
      .header .icons {
        margin-left: 32px; } }
    .header .icons .bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0px 16px;
      height: 44px;
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      font-weight: 500;
      border: 0px;
      background: #422f67;
      text-align: center;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-clip: padding-box;
      -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;
      -webkit-box-shadow: 4px 4px 60px #641d873b;
      -moz-box-shadow: 4px 4px 60px #641d873b;
      -o-box-shadow: 4px 4px 60px #641d873b;
      -ms-box-shadow: 4px 4px 60px #641d873b;
      box-shadow: 4px 4px 60px #641d873b;
      margin-right: 12px; }
      .header .icons .bottom:hover {
        background: #fda63d; }
      @media (max-width: 991px) {
        .header .icons .bottom {
          font-size: 12px;
          height: 32px;
          padding: 0px 12px; } }
      .header .icons .bottom svg {
        width: 15px;
        fill: #fff;
        margin-left: 4px; }
    .header .icons .user {
      min-width: 28px;
      max-width: 28px;
      height: 28px;
      -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 .user img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }

@media (max-width: 991px) {
  .header #cssmenu {
    position: absolute;
    left: 12px;
    z-index: 1000; }
    .header #cssmenu #menu-button {
      display: block; }
    .header #cssmenu ul {
      position: absolute;
      top: 43px;
      left: 0px;
      width: 200px;
      display: none;
      background: #fff;
      z-index: 120;
      -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 #cssmenu ul li {
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        height: auto !important;
        position: relative; }
        .header #cssmenu ul li a {
          width: 100%;
          padding: 12px;
          height: auto;
          margin: 0px;
          border-bottom: 1px solid rgba(120, 120, 120, 0.2);
          font-size: 14px; }
        .header #cssmenu ul li:last-child a {
          border-bottom: 0px; }
    .header #cssmenu #menu-button {
      display: block !important;
      cursor: pointer;
      float: left;
      height: 20px;
      width: 20px; }
      .header #cssmenu #menu-button:after {
        position: absolute;
        top: 10px;
        left: 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;
        left: 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: #ff0303;
        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: #ff0303;
        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;
      left: 0px;
      display: block;
      border-right: 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: #422f67; }
  .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;
    right: 0px !important; }
  .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: 39px;
    width: 39px; }
  .header #cssmenu .submenu-button:after {
    position: absolute;
    top: 23px;
    right: 21px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    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: #000;
    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;
    width: 100%;
    height: auto;
    overflow: inherit;
    overflow-y: inherit; } }
.slider {
  width: 100%;
  position: relative;
  background: #f0f0f0;
  overflow: hidden; }
  .slider .carousel {
    overflow: hidden; }
  .slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e; }
  .slider .carousel-item img {
    width: 100%;
    height: 74vh;
    object-fit: cover; }
  .slider:hover .carousel-control-next {
    right: 24px; }
  .slider:hover .carousel-control-prev {
    left: 24px; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 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; }
    @media (max-width: 991px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 42px;
      height: 42px;
      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; }
    .slider .carousel-control-next:hover svg,
    .slider .carousel-control-prev:hover svg {
      fill: #422f67; }
  .slider .carousel-control-next {
    right: -90px; }
  .slider .carousel-control-prev {
    left: -90px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 100%; }
  .search .title {
    font-size: 44px;
    width: 100%;
    font-weight: 600;
    color: #000;
    text-align: center;
    position: relative;
    color: #fff; }
    @media (max-width: 991px) {
      .search .title {
        font-size: 30px; } }
  .search .inner {
    width: 680px;
    margin: 0px auto; }
    @media (max-width: 991px) {
      .search .inner {
        width: 100%; } }
  .search .searchform {
    position: relative;
    width: 100%;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .search .searchform {
        margin-top: 24px; } }
  .search .form-control {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    height: 70px;
    border: 0px !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 20px 0px 155px; }
  .search .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 16px;
    height: 44px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    font-weight: 500;
    border: 0px;
    background: #422f67;
    text-align: center;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -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;
    position: absolute;
    left: 11px;
    top: 11px;
    padding: 0px 20px;
    height: 48px; }
    .search .bottom:hover {
      background: #fda63d; }

.categories {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .categories {
      padding: 32px 0px; } }
  .categories .inner {
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    background: #fff;
    -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);
    padding: 24px;
    overflow: hidden; }
  @media (max-width: 1199px) {
    .categories .item {
      flex: 33.333%;
      max-width: 33.333%; } }
  @media (max-width: 991px) {
    .categories .item {
      flex: 100%;
      max-width: 100%;
      margin-bottom: 24px; }
      .categories .item:last-child {
        margin: 0px; } }
  .categories .item .title {
    font-size: 24px;
    text-align: right; }
  .categories .item .inpusrach {
    margin-top: 24px; }
    .categories .item .inpusrach .form-control {
      height: 55px;
      text-transform: none;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      font-size: 18px; }
      .categories .item .inpusrach .form-control:focus {
        border: 1px solid #422f67; }
    .categories .item .inpusrach .text {
      display: flex;
      font-weight: 500;
      color: #000; }
      .categories .item .inpusrach .text em {
        color: #422f67; }
  .categories .item .bottom {
    width: 100%;
    height: 48px; }
  .categories .item .list {
    margin-bottom: 57px; }
    @media (max-width: 991px) {
      .categories .item .list {
        margin-bottom: 24px; } }
    .categories .item .list a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 32px;
      padding-bottom: 32px;
      border-bottom: 1px solid #f0f0f0;
      -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) {
        .categories .item .list a {
          margin-top: 24px;
          padding-bottom: 24px; } }
      .categories .item .list a .icon {
        display: flex;
        align-items: center; }
        .categories .item .list a .icon svg {
          width: 34px;
          color: #422f67;
          margin-left: 8px; }
        .categories .item .list a .icon p {
          font-weight: 500;
          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; }
      .categories .item .list a .iconleft .cls-1 {
        fill: none;
        stroke: #000;
        stroke-linecap: round;
        stroke-linejoin: bevel;
        stroke-width: 1.5px;
        -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; }
      .categories .item .list a:hover .icon p {
        font-weight: 500;
        color: #422f67; }
      .categories .item .list a:hover .iconleft .cls-1 {
        stroke: #422f67; }
  .categories .item .carousel-item {
    width: 100%;
    height: 425px;
    background: #000; }
    @media (max-width: 991px) {
      .categories .item .carousel-item {
        height: auto; } }
    .categories .item .carousel-item img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
      @media (max-width: 991px) {
        .categories .item .carousel-item img {
          min-height: inherit;
          object-fit: inherit; } }

.minservices {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #fff url(../images/minservices.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .minservices {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .minservices {
      padding: 64px 0px; } }
  .minservices::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0803009c; }
  .minservices .container {
    z-index: 10; }
  .minservices .title {
    color: #fff; }
  .minservices .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .minservices .item {
        max-width: 100%;
        flex: 100%; } }
    .minservices .item .inner {
      position: relative;
      width: 100%;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      border: 1px solid #bbbbbb;
      overflow: hidden;
      -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; }
      .minservices .item .inner::after {
        content: '';
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #422f67;
        -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; }
      .minservices .item .inner .z-item {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 48px 24px; }
        @media (max-width: 991px) {
          .minservices .item .inner .z-item {
            padding: 24px; } }
        .minservices .item .inner .z-item .photo {
          width: 100%;
          text-align: center;
          position: relative; }
          .minservices .item .inner .z-item .photo svg {
            fill: #fda63d;
            width: 86px;
            height: 86px; }
            @media (max-width: 767px) {
              .minservices .item .inner .z-item .photo svg {
                width: 64px;
                height: 64px; } }
        .minservices .item .inner .z-item .title {
          margin-top: 48px;
          font-size: 24px;
          text-align: center; }
        .minservices .item .inner .z-item .text {
          display: block;
          width: 100%;
          text-align: center;
          color: #c3c3c3;
          font-size: 20px;
          line-height: 30px;
          margin-top: 20px; }
          @media (max-width: 991px) {
            .minservices .item .inner .z-item .text {
              margin-top: 20px;
              font-size: 18px; } }
      .minservices .item .inner:hover {
        border: 1px solid #422f67; }
        .minservices .item .inner:hover::after {
          bottom: 0px; }
        .minservices .item .inner:hover .z-item .photo::after {
          background: #fff; }

.offers {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .offers {
      padding: 32px 0px; } }
  .offers .wizard {
    margin-bottom: 20px; }
  .offers .title {
    text-align: right;
    margin: 32px 0px 12px 0px; }
    @media (max-width: 991px) {
      .offers .title {
        margin: 0px; } }
  .offers .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .offers .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .offers .item {
        max-width: 100%;
        flex: 100%; } }
    .offers .item .inner {
      position: relative;
      width: 100%;
      background: #f0f0f0;
      overflow: hidden; }
      .offers .item .inner .photo {
        width: 100%;
        height: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f0f0;
        overflow: hidden;
        -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; }
        .offers .item .inner .photo::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 6px;
          height: 100%;
          background: #422f67;
          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; }
        .offers .item .inner .photo::before {
          content: '';
          position: absolute;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0;
          width: 100%;
          height: 100%;
          background: #0000005e;
          z-index: 1; }
        .offers .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover; }
      .offers .item .inner .contant {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
        padding: 32px; }
        .offers .item .inner .contant .title {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 24px;
          color: #fff;
          margin: 0px;
          margin-bottom: -55px;
          line-height: 30px;
          -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; }
        .offers .item .inner .contant .text {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #fff;
          opacity: 0;
          margin-top: 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; }
        .offers .item .inner .contant .bottom {
          display: inline-flex;
          margin-top: 16px;
          padding: 0px 32px; }
      .offers .item .inner:hover .photo::after {
        width: 100%; }
      .offers .item .inner:hover .contant .text {
        opacity: 1; }
      .offers .item .inner:hover .contant .title {
        margin: 0px; }
      .offers .item .inner:hover .contant .bottom {
        background: #fda63d; }

.offers-inner {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .offers-inner {
      padding: 32px 0px; } }
  .offers-inner .wizard {
    margin-bottom: 20px; }
  .offers-inner .title {
    text-align: right;
    margin: 32px 0px 12px 0px; }
    @media (max-width: 991px) {
      .offers-inner .title {
        margin: 0px; } }
  .offers-inner .prog-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 4px;
    background: #422f67;
    margin: 24px 0px; }
    .offers-inner .prog-bar .circle {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 48px;
      max-width: 48px;
      height: 48px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      background: #fff;
      margin-top: -24px;
      cursor: pointer;
      border: 1px solid #422f67;
      font-size: 16px; }
      @media (max-width: 991px) {
        .offers-inner .prog-bar .circle {
          min-width: 40px;
          max-width: 40px;
          height: 40px;
          margin-top: -20px; } }
      .offers-inner .prog-bar .circle.active {
        background: #fe6d04;
        color: #fff;
        border: 1px solid #fe6d04; }
  .offers-inner .item {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .offers-inner .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; }
        .offers-inner .item:last-child {
          display: none; } }
    .offers-inner .item .inner {
      width: 100%;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      -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);
      background: #fff;
      padding: 24px; }
      .offers-inner .item .inner .field {
        position: relative;
        margin-bottom: 24px; }
        @media (max-width: 991px) {
          .offers-inner .item .inner .field {
            max-width: 100%;
            flex: 100%; } }
        .offers-inner .item .inner .field:last-child {
          margin: 0px; }
        .offers-inner .item .inner .field .form-control {
          height: 55px;
          text-transform: none;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          font-size: 18px; }
          .offers-inner .item .inner .field .form-control:focus {
            border: 1px solid #422f67; }
        .offers-inner .item .inner .field p {
          font-family: 'HelveticaNeueCyr-Medium';
          color: #000; }
        .offers-inner .item .inner .field .floating-label {
          position: absolute;
          left: 24px;
          padding: 0px 8px;
          top: 16px;
          background: #fff;
          width: calc(100% - 78px);
          margin: 0px;
          pointer-events: none;
          text-transform: capitalize;
          font-family: 'HelveticaNeueCyr-Medium';
          -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; }
        .offers-inner .item .inner .field .form-control:focus ~ .floating-label,
        .offers-inner .item .inner .field .form-control:not(:focus):valid ~ .floating-label {
          top: -15px;
          width: auto;
          color: #000; }
        .offers-inner .item .inner .field .bottom {
          width: 100%;
          border-radius: .25rem;
          height: 54px;
          text-transform: uppercase; }
          .offers-inner .item .inner .field .bottom::after {
            border-radius: .25rem; }
      .offers-inner .item .inner .custom-file-label,
      .offers-inner .item .inner .custom-file-input {
        outline: 0px !important;
        height: 54px;
        border-radius: 0.25rem !important; }
      .offers-inner .item .inner .custom-file-label {
        text-transform: none;
        border: 1px solid #ced4da; }
      .offers-inner .item .inner .custom-file-input:focus ~ .custom-file-label {
        outline: 0px !important;
        box-shadow: none;
        border: 1px solid #422f67; }
      .offers-inner .item .inner .custom-file-label {
        display: flex;
        align-items: center;
        margin: 0px;
        padding-left: 124px;
        border-radius: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        right: 12px;
        left: 12px; }
      .offers-inner .item .inner .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "upload CV";
        background: none;
        height: 54px;
        background: #f0f0f0;
        border: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        right: auto;
        left: 0px;
        padding: 0px 20px;
        text-transform: capitalize;
        border-radius: 0px !important;
        font-family: 'HelveticaNeueCyr-Medium'; }
      .offers-inner .item .inner .che-box {
        position: relative;
        cursor: pointer;
        font-weight: normal;
        margin: 0px;
        padding-right: 26px;
        width: 100%;
        margin-top: 12px; }
        .offers-inner .item .inner .che-box input[type="checkbox"],
        .offers-inner .item .inner .che-box input[type="radio"] {
          position: absolute;
          left: 9000px; }
        .offers-inner .item .inner .che-box input[type="checkbox"] + .label-text:before,
        .offers-inner .item .inner .che-box input[type="radio"] + .label-text:before {
          content: "";
          position: absolute;
          right: 0px;
          top: 3px;
          background: #fff;
          border-radius: 2px;
          width: 20px;
          height: 20px;
          border: 1px solid #ced4da;
          font-style: initial; }
        .offers-inner .item .inner .che-box input[type="checkbox"]:checked + .label-text:before,
        .offers-inner .item .inner .che-box input[type="radio"]:checked + .label-text:before {
          content: "";
          background: #422f67 url(../images/tick.svg) no-repeat center center;
          border: 1px solid #422f67;
          background-size: 84% 74%;
          animation: effect 250ms ease-in; }
        .offers-inner .item .inner .che-box span.label-text {
          color: #000; }
    .offers-inner .item .scroll {
      position: sticky;
      top: 90px; }
      .offers-inner .item .scroll img {
        max-width: 100%; }

.privacy-policy {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  min-height: 600px; }
  @media (max-width: 991px) {
    .privacy-policy {
      padding: 32px 0px; } }
  .privacy-policy .wizard {
    margin-bottom: 20px; }
  .privacy-policy .title {
    text-align: right;
    margin: 32px 0px 12px 0px; }
    @media (max-width: 991px) {
      .privacy-policy .title {
        margin: 0px; } }
  .privacy-policy p {
    margin-top: 32px;
    line-height: 30px; }

.aboutus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .aboutus {
      padding: 32px 0px; } }
  .aboutus .wizard {
    margin-bottom: 20px; }
  .aboutus .item {
    margin-top: 24px; }
    .aboutus .item:last-child {
      padding-left: 48px;
      display: flex;
      align-items: center; }
    @media (max-width: 991px) {
      .aboutus .item {
        max-width: 100%;
        flex: 100%;
        margin: 0px; }
        .aboutus .item:last-child {
          margin-top: 32px;
          padding-left: 12px; } }
    .aboutus .item .photo {
      width: 100%;
      height: 420px;
      overflow: hidden;
      position: relative;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box; }
      @media (max-width: 991px) {
        .aboutus .item .photo {
          height: 332px; } }
      .aboutus .item .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    @media (max-width: 991px) {
      .aboutus .item .inner {
        text-align: center; } }
    .aboutus .item span {
      color: #fda63d;
      display: inline-block;
      background: #ffa5001f;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background-clip: padding-box;
      padding: 3px 20px;
      font-size: 12px;
      margin-bottom: 20px; }
    .aboutus .item .title {
      text-align: right;
      line-height: 46px;
      font-size: 40px; }
      @media (max-width: 991px) {
        .aboutus .item .title {
          text-align: center; } }
    .aboutus .item p {
      margin-top: 20px;
      line-height: 30px; }

.minaboutus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #fff url(../images/slider/img2.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .minaboutus {
      padding: 32px 0px; } }
  .minaboutus::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #080300c2; }
  .minaboutus .container {
    z-index: 10; }
  @media (max-width: 991px) {
    .minaboutus .item {
      max-width: 100%;
      flex: 100%; } }
  .minaboutus .item .icon {
    position: relative;
    height: 72px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .minaboutus .item .icon {
        display: block;
        height: 126px; } }
  .minaboutus .item .title {
    color: #fff;
    margin-top: 48px;
    font-size: 52px;
    line-height: 68px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .minaboutus .item .title {
        font-size: 42px;
        line-height: 58px; } }
    @media (max-width: 991px) {
      .minaboutus .item .title {
        font-size: 32px;
        line-height: 42px;
        overflow: inherit;
        margin: 0px; } }
  @media (max-width: 991px) {
    .minaboutus .it-s {
      margin-top: 32px; } }
  .minaboutus .it-s .z-inner {
    position: relative;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #bbbbbb;
    overflow: hidden;
    -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; }
    .minaboutus .it-s .z-inner::after {
      content: '';
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #422f67;
      -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; }
    .minaboutus .it-s .z-inner .z-item {
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 24px; }
      .minaboutus .it-s .z-inner .z-item .photo {
        width: 100%;
        text-align: center;
        position: relative; }
        .minaboutus .it-s .z-inner .z-item .photo::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: -20px;
          left: 0;
          margin: 0px auto;
          width: 80px;
          height: 2px;
          background: #422f67;
          -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; }
        .minaboutus .it-s .z-inner .z-item .photo svg {
          fill: #fff;
          width: 100px;
          height: 100px; }
          @media (max-width: 991px) {
            .minaboutus .it-s .z-inner .z-item .photo svg {
              width: 76px;
              height: 76px; } }
          @media (max-width: 767px) {
            .minaboutus .it-s .z-inner .z-item .photo svg {
              width: 64px;
              height: 64px; } }
      .minaboutus .it-s .z-inner .z-item .timer {
        width: 100%;
        text-align: center;
        font-weight: 800;
        font-size: 74px;
        margin-top: 64px;
        color: #fff; }
        @media (max-width: 991px) {
          .minaboutus .it-s .z-inner .z-item .timer {
            font-size: 54px;
            font-weight: 600; } }
      .minaboutus .it-s .z-inner .z-item .name {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-top: 36px; }
        @media (max-width: 991px) {
          .minaboutus .it-s .z-inner .z-item .name {
            margin-top: 20px;
            font-size: 18px; } }
    .minaboutus .it-s .z-inner:hover {
      border: 1px solid #422f67; }
      .minaboutus .it-s .z-inner:hover::after {
        bottom: 0px; }
      .minaboutus .it-s .z-inner:hover .z-item .photo::after {
        background: #fff; }

.whyus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .whyus {
      padding: 32px 0px; } }
  .whyus .title {
    margin-bottom: 12px; }
    @media (max-width: 991px) {
      .whyus .title {
        margin: 0px; } }
  .whyus .item {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .whyus .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .whyus .item .inner {
      width: 100%;
      box-shadow: 0px 0px 13px #d0d0d070;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      overflow: hidden;
      background: #fff;
      padding: 20px; }
      .whyus .item .inner .photo {
        display: block;
        width: 100%;
        height: 220px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box; }
        .whyus .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -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; }
      .whyus .item .inner .title {
        font-size: 24px !important;
        margin-top: 20px; }
        .whyus .item .inner .title::before {
          display: none; }
      .whyus .item .inner p {
        text-align: center;
        margin-top: 12px; }

.login,
.signup,
.forgot {
  background: #f0f0f0; }
  .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: #f0f0f0;
      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: #0000005e;
        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 .title,
      .signup .box-bg .inner .title,
      .forgot .box-bg .inner .title {
        color: #fff;
        text-align: center;
        font-size: 28px;
        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: 44px; }
  .login .boxform,
  .signup .boxform,
  .forgot .boxform {
    display: flex;
    align-items: center;
    width: 50%;
    margin-right: 50%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    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: 24px; } }
    .login .boxform .inner,
    .signup .boxform .inner,
    .forgot .boxform .inner {
      width: 100%; }
    .login .boxform .back,
    .signup .boxform .back,
    .forgot .boxform .back {
      margin-left: -48px;
      position: absolute;
      top: 32px; }
      @media (max-width: 991px) {
        .login .boxform .back,
        .signup .boxform .back,
        .forgot .boxform .back {
          margin: 0px;
          position: relative;
          top: auto; } }
      .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;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .login .boxform .back:hover svg,
      .signup .boxform .back:hover svg,
      .forgot .boxform .back:hover svg {
        fill: #422f67; }
    .login .boxform .title,
    .signup .boxform .title,
    .forgot .boxform .title {
      font-size: 44px;
      width: 100%;
      font-weight: 600;
      color: #000;
      text-align: center;
      position: relative;
      font-size: 30px;
      text-align: center;
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .login .boxform .title,
        .signup .boxform .title,
        .forgot .boxform .title {
          font-size: 30px; } }
    .login .boxform p.text,
    .signup .boxform p.text,
    .forgot .boxform p.text {
      text-align: center;
      margin-bottom: 16px; }
    .login .boxform .field,
    .signup .boxform .field,
    .forgot .boxform .field {
      position: relative;
      margin-bottom: 16px; }
      .login .boxform .field:last-child,
      .signup .boxform .field:last-child,
      .forgot .boxform .field:last-child {
        margin: 0px; }
      .login .boxform .field .form-control,
      .signup .boxform .field .form-control,
      .forgot .boxform .field .form-control {
        height: 55px;
        text-transform: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        font-size: 18px; }
        .login .boxform .field .form-control:focus,
        .signup .boxform .field .form-control:focus,
        .forgot .boxform .field .form-control:focus {
          border: 1px solid #422f67; }
      .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;
          font-weight: normal;
          margin: 0px;
          padding-right: 26px; }
          .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: 20px;
            height: 20px;
            border: 1px solid #ced4da;
            font-style: initial; }
          .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: #422f67 url(../images/tick.svg) no-repeat center center;
            border: 1px solid #422f67;
            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;
            font-weight: 500; }
            .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: #422f67;
              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: #422f67; }
      .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: #422f67;
          text-transform: uppercase;
          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: 0px 16px;
        height: 44px;
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        font-weight: 500;
        border: 0px;
        background: #422f67;
        text-align: center;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -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;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -webkit-box-shadow: 4px 4px 60px #641d873b;
        -moz-box-shadow: 4px 4px 60px #641d873b;
        -o-box-shadow: 4px 4px 60px #641d873b;
        -ms-box-shadow: 4px 4px 60px #641d873b;
        box-shadow: 4px 4px 60px #641d873b; }
        .login .boxform .field .bottom:hover,
        .signup .boxform .field .bottom:hover,
        .forgot .boxform .field .bottom:hover {
          background: #fda63d; }
  .login .or,
  .signup .or,
  .forgot .or {
    margin: 24px 0px;
    text-align: center; }
  .login .social,
  .signup .social,
  .forgot .social {
    display: flex;
    justify-content: flex-end;
    direction: ltr;
    justify-content: center; }
    .login .social a,
    .signup .social a,
    .forgot .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: 34px;
      height: 34px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-left: 4px; }
      .login .social a svg,
      .signup .social a svg,
      .forgot .social a svg {
        fill: #fff;
        max-width: 16px;
        max-height: 16px; }
      .login .social a.icon-facebook,
      .signup .social a.icon-facebook,
      .forgot .social a.icon-facebook {
        background: #3b5998; }
        .login .social a.icon-facebook:hover,
        .signup .social a.icon-facebook:hover,
        .forgot .social a.icon-facebook:hover {
          background: #fff; }
          .login .social a.icon-facebook:hover svg,
          .signup .social a.icon-facebook:hover svg,
          .forgot .social a.icon-facebook:hover svg {
            fill: #3b5998; }
      .login .social a.icon-twitter,
      .signup .social a.icon-twitter,
      .forgot .social a.icon-twitter {
        background: #00acee; }
        .login .social a.icon-twitter:hover,
        .signup .social a.icon-twitter:hover,
        .forgot .social a.icon-twitter:hover {
          background: #fff; }
          .login .social a.icon-twitter:hover svg,
          .signup .social a.icon-twitter:hover svg,
          .forgot .social a.icon-twitter:hover svg {
            fill: #00acee; }
      .login .social a.icon-instagram,
      .signup .social a.icon-instagram,
      .forgot .social a.icon-instagram {
        background: #8d5b46; }
        .login .social a.icon-instagram:hover,
        .signup .social a.icon-instagram:hover,
        .forgot .social a.icon-instagram:hover {
          background: #fff; }
          .login .social a.icon-instagram:hover svg,
          .signup .social a.icon-instagram:hover svg,
          .forgot .social a.icon-instagram:hover svg {
            fill: #8d5b46; }
      .login .social a.icon-youtube,
      .signup .social a.icon-youtube,
      .forgot .social a.icon-youtube {
        background: #c4302b; }
        .login .social a.icon-youtube:hover,
        .signup .social a.icon-youtube:hover,
        .forgot .social a.icon-youtube:hover {
          background: #fff; }
          .login .social a.icon-youtube:hover svg,
          .signup .social a.icon-youtube:hover svg,
          .forgot .social a.icon-youtube:hover svg {
            fill: #c4302b; }
      .login .social a.icon-rss,
      .signup .social a.icon-rss,
      .forgot .social a.icon-rss {
        background: #ee802f; }
        .login .social a.icon-rss:hover,
        .signup .social a.icon-rss:hover,
        .forgot .social a.icon-rss:hover {
          background: #fff; }
          .login .social a.icon-rss:hover svg,
          .signup .social a.icon-rss:hover svg,
          .forgot .social a.icon-rss:hover svg {
            fill: #ee802f; }
      .login .social a.icon-linkedin,
      .signup .social a.icon-linkedin,
      .forgot .social a.icon-linkedin {
        background: #007fb1; }
        .login .social a.icon-linkedin:hover,
        .signup .social a.icon-linkedin:hover,
        .forgot .social a.icon-linkedin:hover {
          background: #fff; }
          .login .social a.icon-linkedin:hover svg,
          .signup .social a.icon-linkedin:hover svg,
          .forgot .social a.icon-linkedin:hover svg {
            fill: #007fb1; }
      .login .social a.icon-gplus,
      .signup .social a.icon-gplus,
      .forgot .social a.icon-gplus {
        background: #dd4b39; }
        .login .social a.icon-gplus:hover,
        .signup .social a.icon-gplus:hover,
        .forgot .social a.icon-gplus:hover {
          background: #fff; }
          .login .social a.icon-gplus:hover svg,
          .signup .social a.icon-gplus:hover svg,
          .forgot .social a.icon-gplus:hover svg {
            fill: #dd4b39; }
      .login .social a.icon-whatsapp,
      .signup .social a.icon-whatsapp,
      .forgot .social a.icon-whatsapp {
        background: #189d0e; }
        .login .social a.icon-whatsapp:hover,
        .signup .social a.icon-whatsapp:hover,
        .forgot .social a.icon-whatsapp:hover {
          background: #fff; }
          .login .social a.icon-whatsapp:hover svg,
          .signup .social a.icon-whatsapp:hover svg,
          .forgot .social a.icon-whatsapp:hover svg {
            fill: #189d0e; }
    .login .social a,
    .signup .social a,
    .forgot .social a {
      width: 48px;
      height: 48px;
      margin: 0px 4px !important;
      -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);
      background: #fff; }
      .login .social a.icon-facebook,
      .signup .social a.icon-facebook,
      .forgot .social a.icon-facebook {
        background: #fff; }
        .login .social a.icon-facebook svg,
        .signup .social a.icon-facebook svg,
        .forgot .social a.icon-facebook svg {
          fill: #3b5998; }
        .login .social a.icon-facebook:hover,
        .signup .social a.icon-facebook:hover,
        .forgot .social a.icon-facebook:hover {
          background: #3b5998; }
          .login .social a.icon-facebook:hover svg,
          .signup .social a.icon-facebook:hover svg,
          .forgot .social a.icon-facebook:hover svg {
            fill: #fff; }
      .login .social a.icon-twitter,
      .signup .social a.icon-twitter,
      .forgot .social a.icon-twitter {
        background: #fff; }
        .login .social a.icon-twitter svg,
        .signup .social a.icon-twitter svg,
        .forgot .social a.icon-twitter svg {
          fill: #00acee; }
        .login .social a.icon-twitter:hover,
        .signup .social a.icon-twitter:hover,
        .forgot .social a.icon-twitter:hover {
          background: #00acee; }
          .login .social a.icon-twitter:hover svg,
          .signup .social a.icon-twitter:hover svg,
          .forgot .social a.icon-twitter:hover svg {
            fill: #fff; }
      .login .social a.icon-instagram,
      .signup .social a.icon-instagram,
      .forgot .social a.icon-instagram {
        background: #fff; }
        .login .social a.icon-instagram svg,
        .signup .social a.icon-instagram svg,
        .forgot .social a.icon-instagram svg {
          fill: #8d5b46; }
        .login .social a.icon-instagram:hover,
        .signup .social a.icon-instagram:hover,
        .forgot .social a.icon-instagram:hover {
          background: #8d5b46; }
          .login .social a.icon-instagram:hover svg,
          .signup .social a.icon-instagram:hover svg,
          .forgot .social a.icon-instagram:hover svg {
            fill: #fff; }
      .login .social a.icon-youtube,
      .signup .social a.icon-youtube,
      .forgot .social a.icon-youtube {
        background: #fff; }
        .login .social a.icon-youtube svg,
        .signup .social a.icon-youtube svg,
        .forgot .social a.icon-youtube svg {
          fill: #c4302b; }
        .login .social a.icon-youtube:hover,
        .signup .social a.icon-youtube:hover,
        .forgot .social a.icon-youtube:hover {
          background: #c4302b; }
          .login .social a.icon-youtube:hover svg,
          .signup .social a.icon-youtube:hover svg,
          .forgot .social a.icon-youtube:hover svg {
            fill: #fff; }
      .login .social a.icon-rss,
      .signup .social a.icon-rss,
      .forgot .social a.icon-rss {
        background: #fff; }
        .login .social a.icon-rss svg,
        .signup .social a.icon-rss svg,
        .forgot .social a.icon-rss svg {
          fill: #ee802f; }
        .login .social a.icon-rss:hover,
        .signup .social a.icon-rss:hover,
        .forgot .social a.icon-rss:hover {
          background: #ee802f; }
          .login .social a.icon-rss:hover svg,
          .signup .social a.icon-rss:hover svg,
          .forgot .social a.icon-rss:hover svg {
            fill: #fff; }
      .login .social a.icon-linkedin,
      .signup .social a.icon-linkedin,
      .forgot .social a.icon-linkedin {
        background: #fff; }
        .login .social a.icon-linkedin svg,
        .signup .social a.icon-linkedin svg,
        .forgot .social a.icon-linkedin svg {
          fill: #007fb1; }
        .login .social a.icon-linkedin:hover,
        .signup .social a.icon-linkedin:hover,
        .forgot .social a.icon-linkedin:hover {
          background: #007fb1; }
          .login .social a.icon-linkedin:hover svg,
          .signup .social a.icon-linkedin:hover svg,
          .forgot .social a.icon-linkedin:hover svg {
            fill: #fff; }
      .login .social a.icon-gplus,
      .signup .social a.icon-gplus,
      .forgot .social a.icon-gplus {
        background: #fff; }
        .login .social a.icon-gplus svg,
        .signup .social a.icon-gplus svg,
        .forgot .social a.icon-gplus svg {
          fill: #dd4b39; }
        .login .social a.icon-gplus:hover,
        .signup .social a.icon-gplus:hover,
        .forgot .social a.icon-gplus:hover {
          background: #dd4b39; }
          .login .social a.icon-gplus:hover svg,
          .signup .social a.icon-gplus:hover svg,
          .forgot .social a.icon-gplus:hover svg {
            fill: #fff; }
      .login .social a.icon-whatsapp,
      .signup .social a.icon-whatsapp,
      .forgot .social a.icon-whatsapp {
        background: #fff; }
        .login .social a.icon-whatsapp svg,
        .signup .social a.icon-whatsapp svg,
        .forgot .social a.icon-whatsapp svg {
          fill: #189d0e; }
        .login .social a.icon-whatsapp:hover,
        .signup .social a.icon-whatsapp:hover,
        .forgot .social a.icon-whatsapp:hover {
          background: #189d0e; }
          .login .social a.icon-whatsapp:hover svg,
          .signup .social a.icon-whatsapp:hover svg,
          .forgot .social a.icon-whatsapp:hover svg {
            fill: #fff; }

.signup .boxform {
  display: block; }
  .signup .boxform .inner {
    padding-bottom: 32px; }
  .signup .boxform .back {
    display: block;
    position: relative;
    top: auto;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .signup .boxform .back {
        margin: 0px; } }
  @media (max-width: 991px) {
    .signup .boxform .title {
      margin-top: 32px; } }

.clients {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f0f0f0;
  overflow: hidden;
  padding-bottom: 20px !important; }
  @media (max-width: 991px) {
    .clients {
      padding: 32px 0px; } }
  .clients .slider-clients {
    position: relative;
    direction: ltr; }
    .clients .slider-clients .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .clients .slider-clients .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden;
        padding: 48px 0px; }
        @media (max-width: 991px) {
          .clients .slider-clients .slick-list .slick-track {
            padding: 32px 0px; } }
        .clients .slider-clients .slick-list .slick-track:after, .clients .slider-clients .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .clients .slider-clients .slick-prev,
    .clients .slider-clients .slick-next {
      position: absolute;
      top: -30px;
      left: 0px;
      width: 38px;
      height: 38px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 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;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      background: #fff; }
      @media (max-width: 767px) {
        .clients .slider-clients .slick-prev,
        .clients .slider-clients .slick-next {
          display: none !important; } }
      .clients .slider-clients .slick-prev svg,
      .clients .slider-clients .slick-next svg {
        width: 16px;
        height: 16px;
        fill: #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; }
      .clients .slider-clients .slick-prev:hover,
      .clients .slider-clients .slick-next:hover {
        background: #422f67; }
        .clients .slider-clients .slick-prev:hover svg,
        .clients .slider-clients .slick-next:hover svg {
          fill: #fff; }
    .clients .slider-clients .slick-next {
      left: 50px; }
    .clients .slider-clients .slick-prev {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .clients .slider-clients .slick-dots {
      position: absolute;
      bottom: 12px;
      left: 0px;
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important; }
      .clients .slider-clients .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .clients .slider-clients .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f0f0f0;
          border: 0px;
          outline: none;
          background: transparent; }
      .clients .slider-clients .slick-dots li.slick-active {
        background: #422f67; }
    .clients .slider-clients .slick-prev,
    .clients .slider-clients .slick-next {
      display: none !important; }
    .clients .slider-clients .slick-dots {
      display: block !important; }
    @media (max-width: 767px) {
      .clients .slider-clients .slick-track {
        padding-top: 0px; } }
  .clients .item-slid {
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0px 12px; }
    .clients .item-slid .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 110px;
      padding: 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; }
      @media (max-width: 767px) {
        .clients .item-slid .photo {
          height: auto; } }
      .clients .item-slid .photo img {
        max-width: 80%;
        max-height: 80%; }
        @media (max-width: 767px) {
          .clients .item-slid .photo img {
            max-width: 100%;
            max-height: 100%; } }
    .clients .item-slid:hover .photo {
      background: #fff;
      -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; }

.minblog {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .minblog {
      padding: 32px 0px; } }
  .minblog .title {
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .minblog .title {
        margin-bottom: 12px; } }
  .minblog .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .minblog .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .minblog .item {
        max-width: 100%;
        flex: 100%; } }
    .minblog .item .inner {
      padding: 16px;
      text-align: center;
      position: relative;
      overflow: hidden;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      background-clip: padding-box;
      background: #fff;
      -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);
      -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; }
      .minblog .item .inner .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: #f0f0f0;
        width: 100%;
        height: 240px;
        overflow: hidden;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        background-clip: padding-box;
        -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; }
        .minblog .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -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; }
        .minblog .item .inner .photo:hover img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
      .minblog .item .inner .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;
        margin: 0px;
        margin-top: 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; }
        .minblog .item .inner .title:hover {
          color: #422f67; }
      .minblog .item .inner .text {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 16px; }
      .minblog .item .inner:hover {
        -webkit-box-shadow: 0px 0px 20px #d0d0d0;
        -moz-box-shadow: 0px 0px 20px #d0d0d0;
        -o-box-shadow: 0px 0px 20px #d0d0d0;
        -ms-box-shadow: 0px 0px 20px #d0d0d0;
        box-shadow: 0px 0px 20px #d0d0d0; }
        .minblog .item .inner:hover .removal {
          right: 16px; }

.blog {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .blog {
      padding: 32px 0px; } }
  .blog .wizard {
    margin-bottom: 20px; }
  .blog .title {
    text-align: right;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .blog .title {
        margin: 0px; } }
  @media (max-width: 991px) {
    .blog .itemblog {
      max-width: 100%;
      flex: 100%; } }
  .blog .itemblog .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .blog .itemblog .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .blog .itemblog .item {
        max-width: 100%;
        flex: 100%; } }
    .blog .itemblog .item .inner {
      width: 100%;
      position: relative;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      padding: 48px 20px;
      background: #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;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      padding: 16px; }
      .blog .itemblog .item .inner .photo {
        width: 100%;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f0f0;
        border-radius: 12px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .blog .itemblog .item .inner .photo {
            height: 200px; } }
        .blog .itemblog .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -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; }
      .blog .itemblog .item .inner .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;
        margin: 0px;
        margin-top: 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; }
        .blog .itemblog .item .inner .title:hover {
          color: #422f67; }
      .blog .itemblog .item .inner .text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 16px; }
      .blog .itemblog .item .inner:hover {
        -webkit-box-shadow: 0px 0px 20px #d0d0d0;
        -moz-box-shadow: 0px 0px 20px #d0d0d0;
        -o-box-shadow: 0px 0px 20px #d0d0d0;
        -ms-box-shadow: 0px 0px 20px #d0d0d0;
        box-shadow: 0px 0px 20px #d0d0d0; }
        .blog .itemblog .item .inner:hover .photo img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
  .blog .itemblog .scroll {
    position: sticky;
    top: 98px; }
  .blog .itemblog .min-search {
    position: relative;
    width: 100%;
    margin-top: 24px; }
    .blog .itemblog .min-search .form-control {
      width: 100%;
      height: 48px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      border: 0px;
      padding: 12px 12px 12px 56px;
      color: #000;
      text-transform: initial;
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1) !important; }
    .blog .itemblog .min-search .bottom {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 48px;
      height: 48px;
      -webkit-border-radius: 10px 0px 0px 10px;
      border-radius: 10px 0px 0px 10px;
      background-clip: padding-box;
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      background: #422f67;
      padding: 0px;
      border: 0px;
      outline: 0px;
      cursor: pointer; }
      .blog .itemblog .min-search .bottom svg,
      .blog .itemblog .min-search .bottom img {
        max-width: 16px;
        fill: #fff; }
  .blog .itemblog .most-read {
    width: 100%;
    margin-top: 32px; }
    .blog .itemblog .most-read .title {
      font-size: 24px; }
    .blog .itemblog .most-read .article {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-top: 20px; }
      .blog .itemblog .most-read .article .photo {
        min-width: 107px;
        max-width: 107px;
        height: 88px;
        overflow: hidden;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-clip: padding-box; }
        .blog .itemblog .most-read .article .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover; }
      .blog .itemblog .most-read .article .content-user {
        margin-right: 16px; }
        .blog .itemblog .most-read .article .content-user a {
          -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; }
          .blog .itemblog .most-read .article .content-user a:hover {
            color: #422f67; }
  @media (max-width: 991px) {
    .blog .itemblog.hidebox {
      display: none; } }
  .blog .text-cont {
    width: 100%;
    margin-top: 24px;
    position: relative; }
    @media (max-width: 991px) {
      .blog .text-cont {
        max-width: 100%;
        flex: 100%;
        margin: 0px; } }
    .blog .text-cont .photo {
      width: 100%;
      height: 440px;
      overflow: hidden;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      background-clip: padding-box; }
      @media (max-width: 991px) {
        .blog .text-cont .photo {
          height: 340px; } }
      .blog .text-cont .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    .blog .text-cont .title {
      font-size: 24px;
      line-height: 24px;
      margin-top: 16px; }
    .blog .text-cont .text {
      line-height: 30px;
      margin-top: 16px; }
    .blog .text-cont .social {
      display: flex;
      justify-content: flex-end;
      direction: ltr;
      margin-top: 16px; }
      .blog .text-cont .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: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-left: 4px; }
        .blog .text-cont .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .blog .text-cont .social a.icon-facebook {
          background: #3b5998; }
          .blog .text-cont .social a.icon-facebook:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .blog .text-cont .social a.icon-twitter {
          background: #00acee; }
          .blog .text-cont .social a.icon-twitter:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .blog .text-cont .social a.icon-instagram {
          background: #8d5b46; }
          .blog .text-cont .social a.icon-instagram:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .blog .text-cont .social a.icon-youtube {
          background: #c4302b; }
          .blog .text-cont .social a.icon-youtube:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .blog .text-cont .social a.icon-rss {
          background: #ee802f; }
          .blog .text-cont .social a.icon-rss:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .blog .text-cont .social a.icon-linkedin {
          background: #007fb1; }
          .blog .text-cont .social a.icon-linkedin:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .blog .text-cont .social a.icon-gplus {
          background: #dd4b39; }
          .blog .text-cont .social a.icon-gplus:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .blog .text-cont .social a.icon-whatsapp {
          background: #189d0e; }
          .blog .text-cont .social a.icon-whatsapp:hover {
            background: #fff; }
            .blog .text-cont .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 767px) {
        .blog .text-cont .social {
          display: flex;
          margin: 0px;
          width: auto; }
          .blog .text-cont .social a {
            margin: 0px;
            width: 30px;
            height: 30px; } }

.treak-order {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .treak-order {
      padding: 32px 0px; } }
  .treak-order .wizard {
    margin-bottom: 20px; }
  .treak-order .title {
    text-align: right;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .treak-order .title {
        margin: 0px; } }
  .treak-order .treak {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 4px;
    background: #422f67;
    margin-top: 56px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box; }
    @media (max-width: 991px) {
      .treak-order .treak {
        margin-top: 32px; } }
    .treak-order .treak .inner {
      margin-top: -30px; }
      @media (max-width: 991px) {
        .treak-order .treak .inner {
          margin-top: -20px; } }
      .treak-order .treak .inner:last-child {
        direction: ltr; }
      .treak-order .treak .inner .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #fff;
        -webkit-box-shadow: 4px 4px 60px #0000004a;
        -moz-box-shadow: 4px 4px 60px #0000004a;
        -o-box-shadow: 4px 4px 60px #0000004a;
        -ms-box-shadow: 4px 4px 60px #0000004a;
        box-shadow: 4px 4px 60px #0000004a; }
        @media (max-width: 991px) {
          .treak-order .treak .inner .icon {
            width: 40px;
            height: 40px; } }
        .treak-order .treak .inner .icon svg {
          width: 30px; }
          @media (max-width: 991px) {
            .treak-order .treak .inner .icon svg {
              width: 20px; } }
      .treak-order .treak .inner p {
        margin-top: 12px;
        text-align: center; }
        @media (max-width: 991px) {
          .treak-order .treak .inner p {
            font-size: 12px;
            font-weight: 400; } }
  .treak-order .table-responsive {
    margin-top: 84px; }
    .treak-order .table-responsive table {
      margin: 0px; }
      .treak-order .table-responsive table th {
        background: #422f67;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .treak-order .table-responsive table td {
        color: #000;
        font-weight: 400;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .treak-order .table-responsive table td a {
          color: #422f67; }
          .treak-order .table-responsive table td a:hover {
            text-decoration: underline; }

.error404 {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #f0f0f0; }
  @media (max-width: 991px) {
    .error404 {
      padding: 32px 0px; } }
  .error404 .title {
    font-size: 44px;
    width: 100%;
    font-weight: 600;
    color: #000;
    text-align: center;
    position: relative;
    font-size: 150px !important; }
    @media (max-width: 991px) {
      .error404 .title {
        font-size: 30px; } }
    .error404 .title::before {
      display: none; }
  .error404 p {
    color: #641d87;
    font-size: 24px;
    margin-top: 72px; }
  .error404 .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 16px;
    height: 44px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    font-weight: 500;
    border: 0px;
    background: #422f67;
    text-align: center;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -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;
    margin-top: 32px;
    -webkit-box-shadow: 4px 4px 60px #641d873b;
    -moz-box-shadow: 4px 4px 60px #641d873b;
    -o-box-shadow: 4px 4px 60px #641d873b;
    -ms-box-shadow: 4px 4px 60px #641d873b;
    box-shadow: 4px 4px 60px #641d873b; }
    .error404 .bottom:hover {
      background: #fda63d; }

.map {
  position: relative;
  width: 100%;
  height: 400px;
  background: #f0f0f0; }
  @media (max-width: 991px) {
    .map {
      height: 250px; } }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 400px; }
    @media (max-width: 991px) {
      .map iframe {
        height: 250px; } }

.contactus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .contactus {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .contactus .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .contactus .item:last-child {
        margin: 0px; } }
  .contactus .item .inner {
    position: relative;
    width: 100%;
    padding: 32px;
    background: #422f67 url(../images/slider/img1.jpg) no-repeat center center/cover;
    padding-left: 200px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    overflow: hidden; }
    @media (max-width: 991px) {
      .contactus .item .inner {
        padding-left: 32px; } }
    .contactus .item .inner::after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000005e; }
    .contactus .item .inner .title {
      color: #fff;
      z-index: 10;
      text-align: right; }
      @media (max-width: 991px) {
        .contactus .item .inner .title {
          font-size: 22px; } }
    .contactus .item .inner form {
      position: relative;
      z-index: 10; }
    .contactus .item .inner .alert {
      margin: 0px;
      margin-top: 24px; }
    .contactus .item .inner .inpusrach {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .contactus .item .inner .inpusrach {
          max-width: 100%;
          flex: 100%; } }
      .contactus .item .inner .inpusrach label {
        display: flex;
        align-items: center;
        color: #fff; }
      .contactus .item .inner .inpusrach .form-control {
        height: 55px;
        text-transform: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        font-size: 18px;
        background: none;
        color: #fff;
        border: 1px solid #fff; }
        .contactus .item .inner .inpusrach .form-control:focus {
          border: 1px solid #422f67; }
        .contactus .item .inner .inpusrach .form-control:focus {
          border: 1px solid #fda63d !important; }
      .contactus .item .inner .inpusrach textarea.form-control {
        height: 100px;
        resize: none; }
      .contactus .item .inner .inpusrach ::placeholder {
        color: #fff; }
      .contactus .item .inner .inpusrach :-ms-input-placeholder {
        color: #fff; }
      .contactus .item .inner .inpusrach ::-ms-input-placeholder {
        color: #fff; }
      .contactus .item .inner .inpusrach .bottom {
        width: 100%;
        height: 55px; }
  .contactus .boxitem {
    margin-top: 150px;
    margin-right: -190px; }
    @media (max-width: 991px) {
      .contactus .boxitem {
        margin: 24px 0px;
        max-width: 100%;
        flex: 100%; } }
    .contactus .boxitem .box-inner {
      width: 100%;
      background: #fff;
      padding: 32px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16); }
  .contactus .address {
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    background-clip: padding-box;
    margin-bottom: 32px; }
    .contactus .address .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 12px;
      min-width: 45px;
      max-width: 45px;
      height: 45px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      overflow: hidden;
      border: 1px solid #422f67;
      position: relative; }
      .contactus .address .icon svg {
        height: 20px;
        fill: #422f67; }
    .contactus .address a,
    .contactus .address p {
      color: #000; }
    .contactus .address a:hover {
      text-decoration: underline; }
  .contactus .number {
    display: flex; }
    .contactus .number a {
      margin-left: 12px; }
      .contactus .number a:last-child {
        margin: 0px; }
  .contactus .followus {
    margin-top: 48px; }
    .contactus .followus .title {
      text-align: right;
      font-size: 30px; }
    .contactus .followus .social {
      display: flex;
      justify-content: flex-end;
      direction: ltr;
      direction: ltr;
      margin-top: 24px; }
      .contactus .followus .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: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-left: 4px; }
        .contactus .followus .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .contactus .followus .social a.icon-facebook {
          background: #3b5998; }
          .contactus .followus .social a.icon-facebook:hover {
            background: #fff; }
            .contactus .followus .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .contactus .followus .social a.icon-twitter {
          background: #00acee; }
          .contactus .followus .social a.icon-twitter:hover {
            background: #fff; }
            .contactus .followus .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .contactus .followus .social a.icon-instagram {
          background: #8d5b46; }
          .contactus .followus .social a.icon-instagram:hover {
            background: #fff; }
            .contactus .followus .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .contactus .followus .social a.icon-youtube {
          background: #c4302b; }
          .contactus .followus .social a.icon-youtube:hover {
            background: #fff; }
            .contactus .followus .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .contactus .followus .social a.icon-rss {
          background: #ee802f; }
          .contactus .followus .social a.icon-rss:hover {
            background: #fff; }
            .contactus .followus .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .contactus .followus .social a.icon-linkedin {
          background: #007fb1; }
          .contactus .followus .social a.icon-linkedin:hover {
            background: #fff; }
            .contactus .followus .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .contactus .followus .social a.icon-gplus {
          background: #dd4b39; }
          .contactus .followus .social a.icon-gplus:hover {
            background: #fff; }
            .contactus .followus .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .contactus .followus .social a.icon-whatsapp {
          background: #189d0e; }
          .contactus .followus .social a.icon-whatsapp:hover {
            background: #fff; }
            .contactus .followus .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 991px) {
        .contactus .followus .social {
          margin-top: 12px; } }
      .contactus .followus .social a {
        margin-left: 4px; }

.profile {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f0f0f0; }
  @media (max-width: 991px) {
    .profile {
      padding: 32px 0px; } }
  .profile .wizard {
    margin-bottom: 20px; }
  .profile .nav-tabs {
    width: 100%;
    border: 0px;
    height: 56px;
    background: #fff;
    box-shadow: 4px 4px 60px #0000001a;
    padding: 18px 24px;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .profile .nav-tabs {
        margin: 0px; } }
    @media (max-width: 667px) {
      .profile .nav-tabs {
        padding: 18px 8px; } }
    .profile .nav-tabs .nav-item {
      margin: 0px;
      border: 0px;
      margin-left: 40px; }
      @media (max-width: 667px) {
        .profile .nav-tabs .nav-item {
          margin-left: 12px; } }
      .profile .nav-tabs .nav-item:last-child {
        margin: 0px; }
        @media (max-width: 667px) {
          .profile .nav-tabs .nav-item:last-child {
            margin: 0px; } }
      .profile .nav-tabs .nav-item .nav-link {
        margin: 0px;
        border: 0px;
        border-bottom: 2px solid transparent;
        font-size: 18px;
        line-height: 20px;
        padding: 0px;
        color: #000;
        background: none;
        padding-bottom: 16px; }
        .profile .nav-tabs .nav-item .nav-link.active {
          border-bottom: 2px solid #422f67;
          color: #422f67; }
  .profile .tab-pane .all-contant .inner {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .profile .tab-pane .all-contant .inner {
        overflow: hidden;
        overflow-x: scroll; } }
    @media (max-width: 991px) {
      .profile .tab-pane .all-contant .inner .contant {
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 32px; } }
    .profile .tab-pane .all-contant .inner .contant p {
      font-size: 14px; }
    .profile .tab-pane .all-contant .inner .contant .blue {
      color: #422f67; }
    .profile .tab-pane .all-contant .inner .contant .title {
      font-size: 14px !important;
      line-height: 15px;
      margin-top: 4px; }
      .profile .tab-pane .all-contant .inner .contant .title.blue {
        color: #422f67; }
    .profile .tab-pane .all-contant .inner .contant .bottom {
      min-width: 184px;
      max-width: 184px;
      height: 48px; }
    .profile .tab-pane .all-contant .inner .item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 991px) {
        .profile .tab-pane .all-contant .inner .item {
          white-space: nowrap;
          text-overflow: ellipsis;
          justify-content: flex-start;
          margin-left: 32px; } }
      .profile .tab-pane .all-contant .inner .item .photo {
        width: 100%;
        position: relative;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        padding: 48px 20px;
        background: #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;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        width: 56px;
        height: 56px;
        padding: 8px;
        display: block;
        overflow: hidden; }
        .profile .tab-pane .all-contant .inner .item .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
      .profile .tab-pane .all-contant .inner .item .content {
        padding-right: 10px; }
        .profile .tab-pane .all-contant .inner .item .content span {
          color: #422f67;
          font-size: 12px; }
        .profile .tab-pane .all-contant .inner .item .content .title {
          font-size: 44px;
          width: 100%;
          font-weight: 600;
          color: #000;
          text-align: center;
          position: relative;
          font-size: 12px !important;
          line-height: 14.94px;
          margin-top: 4px; }
          @media (max-width: 991px) {
            .profile .tab-pane .all-contant .inner .item .content .title {
              font-size: 30px; } }
        .profile .tab-pane .all-contant .inner .item .content p {
          display: block;
          font-size: 12px;
          color: #000;
          margin-top: 4px; }
  .profile .tab-pane .all-contant .addcard {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    max-width: 182px;
    height: 48px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    color: #fff;
    font-family: 'GESSTwoMedium-Medium';
    background: #422f67;
    border: 1px solid #422f67; }
    @media (max-width: 991px) {
      .profile .tab-pane .all-contant .addcard {
        margin-left: 24px; } }
    .profile .tab-pane .all-contant .addcard svg,
    .profile .tab-pane .all-contant .addcard img {
      width: 18px;
      height: 18px;
      margin-left: 8px; }
      @media (max-width: 991px) {
        .profile .tab-pane .all-contant .addcard svg,
        .profile .tab-pane .all-contant .addcard img {
          width: 18px;
          height: 18px; } }
  .profile .tab-pane .all-contant .itemcard {
    width: 100%;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    padding: 48px 20px;
    background: #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;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin: 0px;
    padding-right: 88px;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .profile .tab-pane .all-contant .itemcard {
        display: block;
        padding-right: 60px; } }
    @media (max-width: 991px) {
      .profile .tab-pane .all-contant .itemcard .addcard {
        margin: 0px; } }
    @media (max-width: 767px) {
      .profile .tab-pane .all-contant .itemcard .addcard {
        min-width: 100%;
        max-width: 100%;
        margin-top: 12px; } }
    .profile .tab-pane .all-contant .itemcard .delet-card {
      right: 24px;
      width: 40px;
      height: 40px; }
      @media (max-width: 767px) {
        .profile .tab-pane .all-contant .itemcard .delet-card {
          width: 24px;
          height: 24px;
          top: 25px !important; }
          .profile .tab-pane .all-contant .itemcard .delet-card svg {
            width: 6px;
            height: 6px; } }
    .profile .tab-pane .all-contant .itemcard .item {
      justify-content: flex-start; }
      .profile .tab-pane .all-contant .itemcard .item .photo {
        min-width: 72px;
        max-width: 72px;
        height: 72px; }
      .profile .tab-pane .all-contant .itemcard .item .content .title {
        font-size: 16px !important;
        margin-top: 8px; }
        @media (max-width: 767px) {
          .profile .tab-pane .all-contant .itemcard .item .content .title {
            font-size: 14px !important; } }
  .profile .inner {
    background: #fff;
    box-shadow: 4px 4px 60px #0000001a;
    padding: 32px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .profile .inner {
        padding: 24px; } }
    .profile .inner .field {
      position: relative;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .profile .inner .field {
          margin-bottom: 16px; } }
      .profile .inner .field:last-child {
        margin: 0px; }
        @media (max-width: 991px) {
          .profile .inner .field:last-child {
            margin: 0px; } }
      .profile .inner .field label {
        color: #000;
        font-size: 16px; }
      .profile .inner .field .form-control {
        height: 55px;
        text-transform: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        font-size: 18px; }
        .profile .inner .field .form-control:focus {
          border: 1px solid #422f67; }
      .profile .inner .field textarea {
        height: 43px !important;
        resize: none; }
      .profile .inner .field select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: ''; }
      .profile .inner .field .bottom {
        width: 100%;
        height: 55px; }
      .profile .inner .field img,
      .profile .inner .field svg {
        max-width: 16px;
        position: absolute;
        left: 28px;
        bottom: 12px; }
    .profile .inner .alert {
      margin: 0px;
      margin-top: 12px; }
    @media (max-width: 1199px) {
      .profile .inner .selection {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 991px) {
      .profile .inner .selection {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 16px; } }
    .profile .inner .selection .che-box {
      display: block;
      position: relative;
      width: 100%;
      height: 145px;
      margin: 0px; }
      .profile .inner .selection .che-box .label-text {
        display: block;
        position: relative;
        width: 100%; }
      .profile .inner .selection .che-box .text-chek {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 20px;
        cursor: pointer; }
        .profile .inner .selection .che-box .text-chek .title {
          font-size: 18px;
          text-align: right;
          line-height: 16px; }
        .profile .inner .selection .che-box .text-chek p {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-top: 16px; }
        .profile .inner .selection .che-box .text-chek .ac-link {
          display: flex;
          margin-top: 16px;
          position: absolute;
          z-index: 10; }
          .profile .inner .selection .che-box .text-chek .ac-link a {
            height: 16px;
            line-height: 16px;
            color: #422f67; }
            .profile .inner .selection .che-box .text-chek .ac-link a svg,
            .profile .inner .selection .che-box .text-chek .ac-link a img {
              margin-left: 8px; }
            .profile .inner .selection .che-box .text-chek .ac-link a:last-child {
              margin-right: 20px;
              padding-right: 20px;
              border-right: 1px solid #C4C4C4;
              color: #ff0303; }
      .profile .inner .selection .che-box input[type="radio"] {
        position: absolute;
        left: 9000px; }
      .profile .inner .selection .che-box input[type="radio"] + .label-text:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 145px;
        border: 0.5px solid #D0D0D0;
        border-radius: 5px;
        font-style: initial; }
      .profile .inner .selection .che-box input[type="radio"] + .label-text::after {
        content: "";
        position: absolute;
        left: 20px;
        top: 20px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 0.5px solid #D0D0D0; }
      .profile .inner .selection .che-box input[type="radio"]:checked + .label-text:after {
        border: 0.5px solid #fda63d;
        background: #fda63d url(../images/tick.svg) no-repeat center center;
        background-size: 84% 74%;
        animation: effect 250ms ease-in; }
      .profile .inner .selection .che-box input[type="radio"]:checked + .label-text:before {
        content: "";
        background: #FEF7F7;
        border: 1px solid #fda63d;
        box-sizing: border-box;
        box-shadow: 0px 0px 30px #fda63d38;
        line-height: 1.4em;
        font-size: 10px;
        text-align: center;
        font-style: initial;
        animation: effect 250ms ease-in; }
    @media (max-width: 1199px) {
      .profile .inner .add-address {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px; } }
    @media (max-width: 991px) {
      .profile .inner .add-address {
        max-width: 100%;
        flex: 100%; } }
    .profile .inner .add-address .add {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      width: 100%;
      height: 145px;
      border: 0.5px solid #D0D0D0;
      border-radius: 5px; }
      @media (max-width: 991px) {
        .profile .inner .add-address .add {
          justify-content: flex-start; } }
      .profile .inner .add-address .add .title {
        font-size: 18px;
        margin-right: 12px; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #100a1a;
  padding: 0px !important;
  position: relative; }
  @media (max-width: 991px) {
    .footer {
      padding: 32px 0px; } }
  .footer .boxfot {
    margin-top: 64px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin-top: 32px;
        text-align: center; } }
    .footer .boxfot .social {
      display: flex;
      justify-content: flex-end;
      direction: ltr;
      margin-top: 24px; }
      .footer .boxfot .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: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-left: 4px; }
        .footer .boxfot .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .footer .boxfot .social a.icon-facebook {
          background: #3b5998; }
          .footer .boxfot .social a.icon-facebook:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-facebook:hover svg {
              fill: #3b5998; }
        .footer .boxfot .social a.icon-twitter {
          background: #00acee; }
          .footer .boxfot .social a.icon-twitter:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-twitter:hover svg {
              fill: #00acee; }
        .footer .boxfot .social a.icon-instagram {
          background: #8d5b46; }
          .footer .boxfot .social a.icon-instagram:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-instagram:hover svg {
              fill: #8d5b46; }
        .footer .boxfot .social a.icon-youtube {
          background: #c4302b; }
          .footer .boxfot .social a.icon-youtube:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-youtube:hover svg {
              fill: #c4302b; }
        .footer .boxfot .social a.icon-rss {
          background: #ee802f; }
          .footer .boxfot .social a.icon-rss:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-rss:hover svg {
              fill: #ee802f; }
        .footer .boxfot .social a.icon-linkedin {
          background: #007fb1; }
          .footer .boxfot .social a.icon-linkedin:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-linkedin:hover svg {
              fill: #007fb1; }
        .footer .boxfot .social a.icon-gplus {
          background: #dd4b39; }
          .footer .boxfot .social a.icon-gplus:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-gplus:hover svg {
              fill: #dd4b39; }
        .footer .boxfot .social a.icon-whatsapp {
          background: #189d0e; }
          .footer .boxfot .social a.icon-whatsapp:hover {
            background: #fff; }
            .footer .boxfot .social a.icon-whatsapp:hover svg {
              fill: #189d0e; }
      @media (max-width: 991px) {
        .footer .boxfot .social {
          justify-content: center; } }
      @media (max-width: 991px) {
        .footer .boxfot .social a {
          margin: 0px 4px; } }
    .footer .boxfot .title {
      font-size: 22px;
      margin-bottom: 32px;
      font-weight: 600;
      line-height: 20px;
      text-align: right;
      color: #fff; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center; } }
    .footer .boxfot .navmenu a {
      display: inline-block;
      width: 100%;
      position: relative;
      margin-bottom: 12px;
      color: #fff6;
      -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; }
      .footer .boxfot .navmenu a:last-child {
        margin: 0px; }
      .footer .boxfot .navmenu a svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 4px;
        min-width: 12px;
        max-width: 12px;
        fill: #fff6;
        -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; }
      .footer .boxfot .navmenu a:hover {
        color: #fff; }
        .footer .boxfot .navmenu a:hover svg {
          fill: #fff; }
      @media (max-width: 991px) {
        .footer .boxfot .navmenu a {
          text-align: center; }
          .footer .boxfot .navmenu a svg {
            display: none; } }
    .footer .boxfot .email {
      position: relative;
      width: 100%;
      text-align: center; }
      .footer .boxfot .email .form-control {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        height: 52px;
        background: #ffffff08;
        margin-top: 16px;
        border: 0px;
        padding-left: 96px;
        color: #fff6; }
      .footer .boxfot .email ::-webkit-input-placeholder {
        color: #fff6; }
      .footer .boxfot .email :-ms-input-placeholder {
        color: #fff6; }
      .footer .boxfot .email ::placeholder {
        color: #fff6; }
      .footer .boxfot .email .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0px 16px;
        height: 44px;
        overflow: hidden;
        color: #fff;
        outline: none;
        outline-style: none;
        font-weight: 500;
        border: 0px;
        background: #422f67;
        text-align: center;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        -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;
        position: absolute;
        left: 0;
        top: 0;
        height: 52px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box; }
        .footer .boxfot .email .bottom:hover {
          background: #fda63d; }
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 48px;
    padding-bottom: 32px;
    width: 100%;
    border-top: 1px solid #641d8721;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block;
        text-align: center;
        padding-bottom: 24px; } }
    .footer .copyright p {
      width: 100%;
      font-weight: 400;
      margin-top: 32px;
      text-align: center;
      color: #fff; }
  .footer .scrollToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 16px;
    height: 44px;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    font-weight: 500;
    border: 0px;
    background: #422f67;
    text-align: center;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    -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: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: none;
    border: 0px;
    padding-top: 12px;
    z-index: 1000;
    color: #fff; }
    .footer .scrollToTop:hover {
      background: #fda63d; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .footer .scrollToTop svg path {
        fill: #fff; }

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: 18px;
  line-height: 23px;
  color: #444444;
  font-weight: 500;
  font-family: 'Tajawal', sans-serif; }

::-webkit-scrollbar {
  width: 8px;
  height: 1px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f0f0f0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #422f67;
  cursor: pointer; }

body {
  direction: rtl;
  text-align: right;
  background: #fff; }
  body.active {
    overflow: hidden; }

.wizard {
  margin-bottom: 16px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #000;
    line-height: 14.4px; }
    .wizard li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #000;
      line-height: 14.4px;
      -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: #fda63d; }
      .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; }
  .alert strong {
    margin-left: 8px;
    color: #856404; }
  .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.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 12px 24px; }

.pagination {
  width: 100%;
  margin-top: 32px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 8px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 4px !important;
      border-radius: 4px !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: 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; }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .pagination li:first-child a, .pagination li:last-child a {
      border: 1px solid #422f67; }
    .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: #422f67 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.title {
  font-size: 44px;
  width: 100%;
  font-weight: 600;
  color: #000;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 30px; } }

.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 16px;
  height: 44px;
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  font-weight: 500;
  border: 0px;
  background: #422f67;
  text-align: center;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-clip: padding-box;
  -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; }
  .bottom:hover {
    background: #fda63d; }

.modal {
  padding: 0px 16px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.64); }
  .modal .modal-content {
    padding: 24px; }
  .modal .headtitle {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .modal .headtitle .close {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 32px;
      max-width: 32px;
      height: 32px;
      border: 1px solid #E1E1E1;
      opacity: 1;
      text-shadow: none;
      outline: none;
      z-index: 100;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
    .modal .headtitle .title {
      text-align: right;
      font-size: 20px; }
  .modal .text {
    padding: 30px;
    text-align: center;
    color: #ff0303;
    font-size: 22px;
    padding-bottom: 0px; }
  .modal .modal-dialog {
    max-width: 455px;
    margin: 50px auto; }
  .modal .field {
    position: relative;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .modal .field {
        margin-top: 16px; } }
    .modal .field svg {
      position: absolute;
      top: 21px;
      left: 28px; }
    .modal .field .form-control {
      height: 55px;
      text-transform: none;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      font-size: 18px; }
      .modal .field .form-control:focus {
        border: 1px solid #422f67; }
    .modal .field textarea {
      height: 120px !important;
      resize: none; }
    .modal .field .bottom {
      width: 100%;
      height: 55px; }
  .modal #stars {
    margin-top: 16px; }
    @media (max-width: 991px) {
      .modal #stars {
        padding-left: 16px; } }
    @media (max-width: 767px) {
      .modal #stars {
        padding-left: 0px; } }
    .modal #stars li.star {
      display: inline-block; }
      .modal #stars li.star svg {
        position: relative;
        left: auto;
        top: auto;
        cursor: pointer; }
    .modal #stars li.star.hover > svg path,
    .modal #stars li.star.selected > svg path {
      stroke: #faa61a;
      fill: #faa61a; }

/*# sourceMappingURL=home.css.map */
