@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Libre+Baskerville:400,700&display=swap");
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 14px; }
  html body {
    overflow-y: hidden;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    font-size: 14px;
    letter-spacing: 0.24px; }
    html body * {
      font-family: "Poppins", sans-serif; }
    html body h1,
    html body h2,
    html body h3,
    html body h4,
    html body h5,
    html body h6 {
      margin-bottom: 0; }
    html body p,
    html body a,
    html body ul li {
      margin-bottom: 0; }
    html body input,
    html body button,
    html body textarea,
    html body label {
      margin-bottom: 0; }
    html body a {
      text-decoration: none !important;
      color: #333; }
      html body a:hover {
        color: #333; }
    html body ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    html body img {
      width: 100%; }
    html body .btn:active,
    html body .btn:focus,
    html body .form-control:active,
    html body .form-control:focus {
      box-shadow: none; }
    html body button:focus {
      outline: 0; }
    html body textarea {
      resize: none; }
    html body .contains-everything {
      position: relative;
      min-height: 100vh; }
    html body .bg {
      background: #f9fafa; }
    html body .btn {
      cursor: pointer; }
    html body .dark {
      color: #333; }
    html body .light {
      color: rgba(51, 51, 51, 0.75);
      font-size: 12px; }
    html body .padb {
      padding-bottom: 40px; }
    html body .padt {
      padding-top: 40px; }
    html body span.font {
      font-family: 'Libre Baskerville', serif;
      font-weight: bold; }

.visible-none {
  visibility: hidden !important;
  width: 0px !important;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important; }

.bg-img img {
  height: 460px;
  object-fit: cover;
  object-position: center center; }

body {
  touch-action: pan-x pan-y; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .overlay.open {
    display: block; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  z-index: 9;
  background: #EF5D36;
  transition: all .3s ease-in-out; }
  @media (min-width: 992px) {
    .sidebar {
      display: none; } }
  @media (max-width: 991px) {
    .sidebar {
      width: 45vw;
      transform: translateX(-45vw); } }
  @media (max-width: 767px) {
    .sidebar {
      width: 85vw;
      transform: translateX(-85vw); } }
  .sidebar.open {
    transform: translateX(0); }
  .sidebar .close-btn {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 1rem;
    right: 1rem; }
    .sidebar .close-btn img {
      width: 22px;
      height: 22px;
      object-fit: contain; }
  .sidebar .menu-list {
    padding-top: calc(1rem + 50px); }
    .sidebar .menu-list li {
      padding: .75rem 0; }
      .sidebar .menu-list li a {
        font-size: 16px;
        color: #fff;
        text-transform: capitalize; }
        .sidebar .menu-list li a i {
          color: rgba(255, 255, 255, 0.5); }

header {
  z-index: 9; }
  header .custom-nav .top {
    background: #333;
    height: 35px; }
    header .custom-nav .top .btn {
      height: 35px;
      line-height: 35px;
      padding: 0 2rem;
      background: #EF5D36;
      color: #fff;
      font-size: 11px;
      border-radius: 0;
      text-transform: uppercase;
      letter-spacing: 1px; }
    header .custom-nav .top ul {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .custom-nav .top ul li {
        padding-right: 1.65rem; }
        header .custom-nav .top ul li:not(:last-child) a {
          color: rgba(255, 255, 255, 0.5);
          font-size: 12px;
          font-weight: 300;
          line-height: 35px;
          white-space: nowrap; }
          @media (max-width: 767px) {
            header .custom-nav .top ul li:not(:last-child) a {
              font-size: 10px; } }
        header .custom-nav .top ul li:not(:last-child) i {
          color: #EF5D36; }
        @media (max-width: 425px) {
          header .custom-nav .top ul li:nth-child(2) {
            display: none; } }
        header .custom-nav .top ul li:last-child i {
          padding: 0;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.2);
          color: #fff;
          margin: 0 2px;
          font-size: 10px; }

.header-bottom {
  box-shadow: 0px 6px 10px -9px rgba(0, 0, 0, 0.3); }
  .header-bottom .open-sidebar img {
    width: 40px; }
  .header-bottom .logo img {
    width: 180px; }
    @media (max-width: 1200px) {
      .header-bottom .logo img {
        width: 140px; } }
  .header-bottom .header-body-content .account-header div .btn {
    background: #EF5D36;
    background: linear-gradient(to right, rgba(239, 93, 54, 0.9), rgba(239, 93, 54, 0.65));
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 4px;
    padding: .65rem 1.65rem; }
  .header-bottom .header-body-content .account-header div h4 {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 18px; }
  .header-bottom .header-body-content ul {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header-bottom .header-body-content ul li a {
      margin: 0 1rem;
      padding: .65rem 4px;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: capitalize;
      white-space: nowrap;
      color: #333;
      border-bottom: 2px solid transparent;
      transition: all .25s ease-in-out; }
      @media (max-width: 1200px) {
        .header-bottom .header-body-content ul li a {
          font-size: 14px; } }
      .header-bottom .header-body-content ul li a.active {
        border-color: #EF5D36; }
      .header-bottom .header-body-content ul li a:hover {
        color: #EF5D36; }

.fixed-header {
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  transition: all .35s ease-in-out;
  animation: scroll-up .35s linear alternate;
  display: none; }
  .fixed-header.scroll-up {
    display: block; }
@keyframes scroll-up {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
.box-title {
  background: #e2e7ec; }
  .box-title h1 {
    font-size: 5rem;
    letter-spacing: 1px;
    color: rgba(239, 93, 54, 0.85);
    font-weight: bolder;
    font-family: 'Libre Baskerville', serif; }
    @media (max-width: 767px) {
      .box-title h1 {
        font-size: 3rem; } }

.box-darker {
  background: #5e656b; }
  .box-darker .d-flex {
    flex-wrap: wrap; }
    .box-darker .d-flex > div {
      width: calc(100% / 3);
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem !important;
      position: relative; }
      @media (max-width: 767px) {
        .box-darker .d-flex > div {
          width: 100%;
          height: auto;
          min-height: 100px; } }
      .box-darker .d-flex > div:before {
        content: '';
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 2px;
        background: rgba(255, 255, 255, 0.2); }
        @media (max-width: 767px) {
          .box-darker .d-flex > div:before {
            content: none; } }
      .box-darker .d-flex > div:last-child:before {
        content: none; }
      .box-darker .d-flex > div h1 {
        color: #fff;
        line-height: 1.6; }
        @media (max-width: 991px) {
          .box-darker .d-flex > div h1 {
            font-size: 24px; } }
        @media (max-width: 991px) {
          .box-darker .d-flex > div h1 {
            font-size: 20px; } }
  .box-darker .btn {
    background: #fff;
    color: #EF5D36;
    padding: .75rem 1.65rem;
    font-size: 20px; }

h1.title {
  font-size: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #333;
  font-weight: bolder;
  font-family: 'Libre Baskerville', serif;
  position: relative; }
  h1.title span {
    color: rgba(51, 51, 51, 0.8);
    font-size: 16px;
    padding: 1rem 0 1.2rem .75rem;
    font-weight: 300; }
  h1.title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 80px;
    background: #EF5D36; }
  @media (max-width: 767px) {
    h1.title {
      font-size: 3rem; } }

.text-block .policies h5 {
  text-decoration: underline;
  color: rgba(51, 51, 51, 0.95); }
.text-block .policies p,
.text-block .policies li {
  color: rgba(51, 51, 51, 0.65);
  font-size: 13px; }
.text-block.var {
  min-height: 600px; }
.text-block h4 {
  line-height: 2.2;
  color: rgba(51, 51, 51, 0.65);
  font-weight: 300; }
.text-block ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0; }
  .text-block ul li {
    width: 50%;
    padding: 0.75rem 0; }
    @media (max-width: 991px) {
      .text-block ul li {
        width: 100%; } }
    .text-block ul li a {
      font-size: 16px;
      letter-spacing: .4px;
      color: rgba(51, 51, 51, 0.65);
      transition: all .25s ease-in-out; }
      .text-block ul li a:hover {
        color: #EF5D36; }
  .text-block ul.var li {
    width: 100%;
    line-height: 1.8;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.8);
    padding: 1rem 0; }
    .text-block ul.var li span {
      font-size: 28px; }
    .text-block ul.var li strong {
      font-weight: 500; }
.text-block h3 {
  line-height: 2.2;
  max-width: 900px;
  font-size: 1.6rem;
  color: rgba(51, 51, 51, 0.65);
  font-weight: 300; }
  .text-block h3.var {
    max-width: 100%;
    font-size: 1.2rem; }
  @media (max-width: 767px) {
    .text-block h3 {
      font-size: 1.2rem;
      text-align: justify; } }

.parallax-window {
  height: 500px;
  background: transparent; }

.squares .square {
  width: calc(100% / 3);
  min-height: 400px;
  padding: 5rem; }
  .squares .square:last-child {
    display: flex;
    align-items: center;
    justify-content: center; }
    .squares .square:last-child h1 {
      font-size: 4rem;
      line-height: 1.1; }
  .squares .square.var {
    background: #f3f5f5; }
  @media (max-width: 767px) {
    .squares .square {
      width: 100% !important; }
      .squares .square.var-on {
        background: none !important; }
      .squares .square.var-off {
        background: #f3f5f5 !important; } }
  @media (max-width: 1200px) {
    .squares .square {
      width: 50%; }
      .squares .square.var-on {
        background: #f3f5f5; }
      .squares .square.var-off {
        background: none; } }
  .squares .square img {
    width: 70px; }
  .squares .square h1 {
    color: #EF5D36;
    line-height: 1.3; }
    .squares .square h1 span {
      font-size: 3.5rem; }
  .squares .square p {
    font-size: 16px;
    margin-top: 1rem;
    letter-spacing: .85px;
    line-height: 1.8;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 0.8); }

.leadership-block .wrap img {
  max-width: 400px;
  object-fit: cover;
  border-radius: 10px; }
.leadership-block .wrap h3 {
  font-size: 2.8rem;
  color: #000; }
.leadership-block .wrap span {
  color: #EF5D36;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px; }
.leadership-block .wrap p {
  color: rgba(51, 51, 51, 0.65);
  line-height: 2.2;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .leadership-block .wrap p {
      text-align: justify; } }

.what-we-do ul li {
  width: calc(100% / 2);
  height: 70px;
  font-size: 16px;
  padding-top: 6px;
  padding-right: 2rem;
  padding-left: 3rem;
  position: relative;
  color: #fff;
  font-weight: 300; }
  .what-we-do ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f552"; }
  @media (max-width: 991px) {
    .what-we-do ul li {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .what-we-do ul li {
      width: 100%; } }

.quote p {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, 0.65); }
.quote span {
  font-size: 14px; }
.quote h1 {
  line-height: 2;
  color: #EF5D36;
  letter-spacing: .5px; }
  @media (max-width: 767px) {
    .quote h1 {
      line-height: 1.8;
      font-size: 2rem; } }
  .quote h1 i:first-child {
    position: relative;
    left: -1rem;
    margin-left: -35px;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .quote h1 i:first-child {
        left: 0;
        margin-left: 0;
        padding-right: 1rem; } }
  .quote h1 i:last-child {
    position: relative;
    right: -1rem;
    transform: translateY(50%); }

.media-container {
  height: calc(100vh - 120px);
  position: relative; }
  .media-container .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 120px);
    width: 100vw;
    z-index: 1; }
    .media-container .video-holder video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: bottom; }
  .media-container .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 120px);
    width: 100vw;
    z-index: 2;
    background: rgba(51, 51, 51, 0.65); }
  .media-container .content {
    position: relative;
    z-index: 3;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-left: 10%; }
    .media-container .content .wrapper h1 {
      color: #EF5D36;
      color: #fff;
      font-size: 140px;
      padding-top: 3.5rem;
      font-weight: bold;
      position: relative;
      line-height: 1; }
      @media (max-width: 991px) {
        .media-container .content .wrapper h1 {
          font-size: 5rem; } }
      @media (max-width: 767px) {
        .media-container .content .wrapper h1 {
          font-size: 3rem; } }
      .media-container .content .wrapper h1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 200px;
        background: #333; }

footer {
  background: #d8dadd; }
  footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      footer .wrapper {
        flex-direction: column;
        justify-content: center; } }
    @media (max-width: 767px) {
      footer .wrapper .wrap {
        text-align: center; } }
    footer .wrapper .wrap p,
    footer .wrapper .wrap i,
    footer .wrapper .wrap a {
      color: #333;
      transition: all .3s ease-in-out; }
    footer .wrapper .wrap a:hover,
    footer .wrapper .wrap a:hover i {
      color: rgba(51, 51, 51, 0.65); }
    footer .wrapper .wrap i {
      font-size: 18px;
      padding: 0 .65rem; }
    footer .wrapper ul {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        footer .wrapper ul {
          justify-content: center; } }
      footer .wrapper ul li {
        padding: .35rem .65rem; }
        footer .wrapper ul li a {
          color: rgba(51, 51, 51, 0.65);
          font-size: 14px;
          text-transform: capitalize;
          transition: all .25s ease-in-out; }
          @media (max-width: 1200px) {
            footer .wrapper ul li a {
              font-size: 13px; } }
          footer .wrapper ul li a:hover {
            color: #EF5D36; }
    footer .wrapper .logo img {
      width: 180px; }
      @media (max-width: 1200px) {
        footer .wrapper .logo img {
          width: 140px; } }

.contact .wrap {
  max-width: 500px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .contact .wrap h1 {
    font-weight: bold;
    font-size: 3.5rem; }
  .contact .wrap h4 {
    font-weight: 300;
    letter-spacing: 1px; }
  .contact .wrap p {
    font-size: 13px;
    letter-spacing: .25px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.45); }
  .contact .wrap .btn {
    background: linear-gradient(to right, rgba(239, 93, 54, 0.9), rgba(239, 93, 54, 0.65));
    border: 0;
    color: #fff;
    border-radius: 4px;
    padding: .85rem 1.65rem; }
    .contact .wrap .btn img {
      width: 20px;
      margin-right: 8px; }
.contact .contact-form {
  max-width: 600px;
  margin: auto; }
  .contact .contact-form h2 {
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .5px; }
  .contact .contact-form .btn {
    border: 0; }

.form-group {
  padding-bottom: .65rem; }
  .form-group input,
  .form-group select,
  .form-group textarea,
  .form-group .header-search,
  .form-group .bootstrap-select > .dropdown-toggle,
  .form-group .bootstrap-select > .dropdown-toggle:active {
    background: #fff;
    border: 1px solid #d1d2db;
    color: rgba(51, 51, 51, 0.8); }
    .form-group input::placeholder,
    .form-group select::placeholder,
    .form-group textarea::placeholder,
    .form-group .header-search::placeholder,
    .form-group .bootstrap-select > .dropdown-toggle::placeholder,
    .form-group .bootstrap-select > .dropdown-toggle:active::placeholder {
      color: rgba(97, 76, 76, 0.4); }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus,
    .form-group .header-search:focus,
    .form-group .bootstrap-select > .dropdown-toggle:focus,
    .form-group .bootstrap-select > .dropdown-toggle:active:focus {
      outline: 0 !important;
      border-color: rgba(239, 93, 54, 0.35); }
  .form-group textarea {
    resize: none;
    height: 100px; }
  .form-group label {
    color: #333;
    font-size: 14px;
    padding-bottom: 8px;
    letter-spacing: 0.4px; }
  .form-group .bootstrap-select div.dropdown-menu {
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.125);
    border: 1px solid rgba(65, 145, 255, 0.5); }
  .form-group .filter-option-inner-inner {
    color: rgba(97, 76, 76, 0.4); }
  .form-group h1 {
    color: rgba(51, 51, 51, 0.8);
    font-size: 18px;
    font-weight: 300; }
  .form-group .bootstrap-select .dropdown-menu li a {
    border: 0;
    box-shadow: none;
    outline: 0; }
    .form-group .bootstrap-select .dropdown-menu li a .text {
      font-size: 13px;
      color: rgba(97, 76, 76, 0.75); }
    .form-group .bootstrap-select .dropdown-menu li a.active .text {
      color: #fff; }
  .form-group .bootstrap-select .bs-ok-default:after {
    border-width: 0 2px 2px 0;
    border-color: #EF5D36; }
  .form-group label {
    color: rgba(51, 51, 51, 0.85);
    font-size: 12px;
    padding-bottom: 10px;
    letter-spacing: 0.4px; }
  @media (max-width: 767px) {
    .form-group {
      width: 100%; } }
  .form-group textarea.form-control {
    height: 80px;
    line-height: 1.4; }
  .form-group .btn.submit {
    background: #EF5D36;
    background: linear-gradient(to right, rgba(239, 93, 54, 0.9), rgba(239, 93, 54, 0.65));
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 4px;
    padding: .65rem 1.65rem; }
    .form-group .btn.submit.application-btn.off {
      opacity: .65;
      pointer-events: none;
      cursor: not-allowed; }
  .form-group input[type=number]::-webkit-inner-spin-button,
  .form-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-group input.form-control,
  .form-group .bootstrap-select > .dropdown-toggle,
  .form-group .date label input {
    height: 45px;
    line-height: 45px;
    padding: 0 1rem;
    font-size: 13px; }
  .form-group .custom-file-label {
    height: 45px;
    line-height: 32px; }
    .form-group .custom-file-label:after {
      height: 43px;
      line-height: 43px;
      padding: 0 1rem; }
  .form-group .date .wrapper {
    min-width: 100px; }
  .form-group .date label {
    display: block;
    font-size: 11px;
    color: rgba(51, 51, 51, 0.8);
    position: relative; }
    .form-group .date label span {
      color: rgba(51, 51, 51, 0.85);
      font-size: 12px;
      padding-bottom: 10px;
      letter-spacing: 0.4px; }
    .form-group .date label:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f073";
      display: block;
      position: absolute;
      bottom: 16px;
      left: 12px;
      font-size: 11px;
      color: rgba(51, 51, 51, 0.8); }
    .form-group .date label input {
      display: block;
      width: 100%;
      min-width: 120px;
      padding: 8px 0;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin: 0;
      font-size: 11px;
      color: rgba(51, 51, 51, 0.8);
      text-align: left;
      padding-left: 30px;
      width: 100%; }
      .form-group .date label input:focus {
        outline: none; }

.custom-pop-open {
  color: #7171dd !important;
  cursor: pointer; }

.custom-pop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 500px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99; }
  .custom-pop.open {
    display: block;
    overflow-y: auto; }
  @media (max-width: 960px) {
    .custom-pop {
      max-width: 80%;
      min-width: 80%; } }
  @media (max-width: 767px) {
    .custom-pop {
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      max-width: unset;
      min-width: unset;
      transform: unset; } }
  .custom-pop p {
    color: rgba(51, 51, 51, 0.65);
    line-height: 2;
    font-size: 13px; }
  .custom-pop .wrap {
    position: relative;
    padding: 3rem; }
    .custom-pop .wrap .custom-pop-close {
      position: absolute;
      right: 1rem;
      top: 1rem;
      cursor: pointer; }
      .custom-pop .wrap .custom-pop-close i {
        font-size: 18px;
        color: rgba(51, 51, 51, 0.65); }
      .custom-pop .wrap .custom-pop-close:hover i {
        color: #333; }

.app-login {
  height: 100vh;
  width: 100vw; }
  @media (max-width: 767px) {
    .app-login {
      min-height: 100vh;
      height: 100%;
      width: 100%; } }
  .app-login .wrap {
    height: 100%; }
    .app-login .wrap img {
      height: 100%;
      object-fit: cover; }
    .app-login .wrap .inner {
      max-width: 350px; }
      .app-login .wrap .inner img {
        width: 220px;
        margin-bottom: 2.65rem; }

.btn.btn-linco {
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border: 1px solid #EF5D36;
  border-radius: 30px;
  color: #EF5D36;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  height: 40px !important;
  line-height: 40px;
  padding: 0 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; }
  .btn.btn-linco.open {
    box-shadow: 0 0 40px 40px #EF5D36 inset;
    color: #fff;
    outline: 0;
    border-color: transparent; }
  .btn.btn-linco:hover {
    box-shadow: 0 0 40px 40px #EF5D36 inset;
    color: #fff;
    outline: 0;
    border-color: transparent; }

.app-portal {
  min-height: 60vh; }
  .app-portal .text-right > div {
    position: relative;
    justify-content: flex-end; }
    .app-portal .text-right > div ul {
      z-index: -2;
      opacity: 0;
      visibility: none;
      transform: translateX(calc(100% + 1rem));
      transition: all 300ms ease-in-out; }
      .app-portal .text-right > div ul.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        z-index: 999; }
      .app-portal .text-right > div ul li button {
        box-sizing: border-box;
        appearance: none;
        background-color: transparent;
        border: 0;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #1B2733;
        font-weight: bold;
        padding: 0 12px; }
  .app-portal .text-right .btn {
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
    border: 1px solid #EF5D36;
    border-radius: 30px;
    color: #EF5D36;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; }
    .app-portal .text-right .btn.open {
      box-shadow: 0 0 40px 40px #EF5D36 inset;
      color: #fff;
      outline: 0;
      border-color: transparent; }
    .app-portal .text-right .btn:hover {
      box-shadow: 0 0 40px 40px #EF5D36 inset;
      color: #fff;
      outline: 0;
      border-color: transparent; }
  .app-portal .portal-body label {
    text-transform: capitalize; }
  .app-portal .portal-body.extra-pad {
    padding: 100px 0; }
  .app-portal .portal-body .wrapper {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .app-portal .portal-body .wrapper .wrap {
      width: 48%;
      margin: 1%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f9fafa;
      border-radius: 8px;
      box-shadow: 1px 1px 1rem 0 rgba(0, 0, 0, 0.1);
      transition: all .25s ease-in-out; }
      .app-portal .portal-body .wrapper .wrap.file-wrap {
        width: 98%; }
      .app-portal .portal-body .wrapper .wrap:hover {
        box-shadow: 1px 10px 1rem 0 rgba(0, 0, 0, 0.15); }
      .app-portal .portal-body .wrapper .wrap a {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        padding: 1.75rem 2rem; }
        .app-portal .portal-body .wrapper .wrap a i {
          font-size: 16px;
          color: #EF5D36;
          margin-right: 12px; }
        .app-portal .portal-body .wrapper .wrap a p {
          font-size: 16px;
          font-weight: 500;
          color: #333; }
      @media (max-width: 767px) {
        .app-portal .portal-body .wrapper .wrap {
          width: 98%;
          margin-bottom: 1.65rem; }
          .app-portal .portal-body .wrapper .wrap i {
            font-size: 25px !important; }
          .app-portal .portal-body .wrapper .wrap p {
            font-size: 13px !important; } }
    @media (max-width: 767px) {
      .app-portal .portal-body .wrapper {
        justify-content: flex-start; } }

.custom-drive {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .custom-drive .drive-box {
    position: relative;
    width: 20%;
    padding: 1%; }
    .custom-drive .drive-box .delete_file {
      position: absolute;
      right: 10px;
      top: 20px;
      cursor: pointer;
      color: #d84343;
      font-size: 16px; }
    @media (max-width: 991px) {
      .custom-drive .drive-box {
        width: calc(100% / 4); } }
    @media (max-width: 767px) {
      .custom-drive .drive-box {
        width: 50%; } }
    .custom-drive .drive-box .box {
      height: 250px;
      border-radius: 5px; }
      .custom-drive .drive-box .box .preview {
        top: 20px;
        height: 180px;
        position: relative; }
        .custom-drive .drive-box .box .preview img {
          height: auto;
          object-fit: contain; }
        .custom-drive .drive-box .box .preview video {
          height: auto;
          width: 100%;
          object-fit: contain; }
      .custom-drive .drive-box .box .fileName {
        font-size: 12px;
        color: #1B2733;
        word-wrap: break-word;
        font-weight: 300; }

.training-box {
  border-radius: .65rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff; }
  .training-box .wrapped-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .training-box .wrapped-header h4 {
      font-size: 30px;
      padding: 8px;
      width: 100%;
      letter-spacing: 4px;
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
  .training-box .wrapped-body .wrap table {
    margin-bottom: 0; }
    .training-box .wrapped-body .wrap table thead th {
      text-transform: uppercase;
      background: #f4f5fd;
      border-bottom: 2px solid #dcdef1;
      font-weight: 600;
      letter-spacing: .5px;
      white-space: nowrap; }
    .training-box .wrapped-body .wrap table th,
    .training-box .wrapped-body .wrap table td {
      padding: .85rem 1rem;
      border: 0;
      font-size: 12px;
      vertical-align: middle; }
      @media (max-width: 991px) {
        .training-box .wrapped-body .wrap table th,
        .training-box .wrapped-body .wrap table td {
          white-space: nowrap; } }
    .training-box .wrapped-body .wrap table td {
      color: #333;
      border-bottom: 1px solid rgba(220, 222, 241, 0.7); }
      .training-box .wrapped-body .wrap table td.dont-break {
        white-space: nowrap; }
      .training-box .wrapped-body .wrap table td .btn i {
        color: #EF5D36;
        font-size: 20px;
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15); }

.create-popper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100px;
  min-width: 400px;
  max-width: 500px;
  margin: 0 1.65rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border-radius: 8px;
  padding: 2.5rem 2rem 3rem 2rem;
  display: none; }
  .create-popper.open {
    display: block; }
  .create-popper p {
    padding-bottom: 1.35rem;
    font-size: 14px;
    font-weight: 300;
    color: #1B2733; }
  .create-popper > .d-flex {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
    height: 50px;
    border-radius: 60px; }
    .create-popper > .d-flex .form-control {
      height: 50px;
      line-height: 50px;
      padding-left: 20px;
      border: 0;
      border-top-left-radius: 60px;
      border-bottom-left-radius: 60px;
      font-size: 13px;
      font-weight: 300;
      color: #1B2733; }
    .create-popper > .d-flex .btn {
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
      background: #EF5D36;
      border-radius: 0;
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
      color: #fff;
      font-size: 13px;
      font-weight: 300;
      letter-spacing: 1px; }

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem; }

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C; }

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0; }

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none; }

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1; }

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: rgba(239, 93, 54, 0.8);
  color: white; }

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all; }

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1; }

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg); }

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%; }

.ui-datepicker-header a > span {
  display: none; }

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem; }

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem; }

.toggle-section .toggle-button-cover {
  position: relative;
  width: 74px; }
  .toggle-section .toggle-button-cover .button-cover .button .knobs,
  .toggle-section .toggle-button-cover .button-cover .button .knobs:before,
  .toggle-section .toggle-button-cover .button-cover .button .layer {
    transition: 0.3s ease all; }
  .toggle-section .toggle-button-cover .button-cover .button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    box-shadow: 0 3px 15px 4px #00000020;
    overflow: hidden; }
    .toggle-section .toggle-button-cover .button-cover .button.r, .toggle-section .toggle-button-cover .button-cover .button.r .layer {
      border-radius: 100px; }
    .toggle-section .toggle-button-cover .button-cover .button .checkbox {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      opacity: 0;
      cursor: pointer;
      z-index: 3; }
      .toggle-section .toggle-button-cover .button-cover .button .checkbox:checked + .knobs:before {
        content: 'YES';
        left: 42px;
        background-color: #03A9F4; }
      .toggle-section .toggle-button-cover .button-cover .button .checkbox:checked ~ .layer {
        background-color: #fcebeb; }
    .toggle-section .toggle-button-cover .button-cover .button .knobs {
      z-index: 2; }
      .toggle-section .toggle-button-cover .button-cover .button .knobs:before {
        content: 'NO';
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        padding: 9px 4px;
        background-color: #f44336;
        border-radius: 50%;
        transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all; }
    .toggle-section .toggle-button-cover .button-cover .button .layer {
      width: 100%;
      background-color: #ebf7fc;
      transition: 0.3s ease all;
      z-index: 1; }

.toggle-off {
  display: none; }

.careers .container > p {
  color: rgba(51, 51, 51, 0.65);
  font-size: 20px;
  line-height: 2;
  font-weight: 300; }
.careers-form.off {
  display: none; }
.careers .button .btn {
  background: #EF5D36;
  background: linear-gradient(to right, rgba(239, 93, 54, 0.9), rgba(239, 93, 54, 0.65));
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  letter-spacing: 4px;
  padding: .65rem 1.65rem; }

.add-section .btn {
  font-size: 14px;
  font-weight: 300;
  color: rgba(71, 14, 226, 0.76); }

.job-listing .wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  min-height: 280px; }
  .job-listing .wrap .wrap-box p {
    color: rgba(51, 51, 51, 0.8);
    font-size: 16px;
    font-size: 14px;
    font-weight: 400; }
    .job-listing .wrap .wrap-box p:last-child {
      font-weight: 300;
      line-height: 1.8; }
    .job-listing .wrap .wrap-box p strong {
      color: #EF5D36; }

.safety-box {
  min-height: 420px; }
  .safety-box .nav .nav-link {
    font-weight: bold;
    font-size: 30px;
    margin: 6px 0;
    color: #333;
    color: rgba(51, 51, 51, 0.35); }
    .safety-box .nav .nav-link.active {
      background: none;
      color: #EF5D36; }
    @media (max-width: 991px) {
      .safety-box .nav .nav-link {
        font-size: 20px; } }
  .safety-box .tab-content .text {
    font-size: 1.5rem;
    line-height: 2.2;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500; }
    @media (max-width: 991px) {
      .safety-box .tab-content .text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .safety-box .tab-content .text {
        padding: .5rem 1rem; } }

.projects-flex .grid-item .project-img {
  position: relative; }
  .projects-flex .grid-item .project-img img {
    z-index: 1; }
  .projects-flex .grid-item .project-img .overlay-project {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2; }
  .projects-flex .grid-item .project-img .content {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .projects-flex .grid-item .project-img .content h3 {
      color: #fff; }
    .projects-flex .grid-item .project-img .content h6 {
      text-transform: uppercase;
      color: #fff; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer,
.grid-item {
  width: 50%; }
  @media (max-width: 767px) {
    .grid-sizer,
    .grid-item {
      width: 100%; } }

.grid-item {
  float: left; }

.grid-item img {
  display: block;
  max-width: 100%; }
  @media (max-width: 767px) {
    .grid-item img {
      min-height: 500px; } }

.proj-desc h1 {
  font-weight: bold;
  font-size: 2.8rem;
  color: #333; }
.proj-desc h6 {
  display: inline-block;
  color: rgba(51, 51, 51, 0.65);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5px; }
.proj-desc p {
  line-height: 2;
  color: rgba(51, 51, 51, 0.65); }

.chat-app {
  position: relative;
  display: flex;
  height: calc(100vh - 126px); }
  @media (max-width: 991px) {
    .chat-app {
      height: calc(80vh - 109px); } }
  .chat-app .btn {
    height: 40px;
    font-size: 14px;
    border-radius: 30px;
    background: linear-gradient(to right bottom, #EF5D36, rgba(239, 93, 54, 0.75));
    padding: 0 1.65rem !important;
    color: #fff; }
  .chat-app .chat-sidebar {
    width: 320px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    height: calc(100vh - 126px); }
    @media (max-width: 991px) {
      .chat-app .chat-sidebar {
        height: calc(100vh - 109px); } }
    @media (max-width: 767px) {
      .chat-app .chat-sidebar {
        position: absolute;
        width: 100vw;
        left: -100vw;
        z-index: 9;
        transition: all 0.4s ease-in-out; }
        .chat-app .chat-sidebar.open {
          left: 0; } }
    .chat-app .chat-sidebar .chat-wrapper {
      position: relative; }
      .chat-app .chat-sidebar .chat-wrapper .chat-wrap {
        height: 70px;
        overflow: hidden;
        width: 100%;
        background: linear-gradient(to right bottom, #EF5D36, rgba(239, 93, 54, 0.75));
        border-radius: 0;
        margin: 0; }
        .chat-app .chat-sidebar .chat-wrapper .chat-wrap > a {
          color: #fff;
          font-size: 12px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.15);
          height: 100%;
          line-height: 70px; }
          .chat-app .chat-sidebar .chat-wrapper .chat-wrap > a i {
            font-size: 12px;
            color: #fff;
            margin: 0; }
        .chat-app .chat-sidebar .chat-wrapper .chat-wrap .askDoubt {
          color: #EF5D36;
          background: #fff; }
          .chat-app .chat-sidebar .chat-wrapper .chat-wrap .askDoubt:hover {
            background: rgba(255, 255, 255, 0.9); }
      .chat-app .chat-sidebar .chat-wrapper .scrollable-chat-history {
        background: #f3f3f3;
        height: calc(100vh - 176px);
        overflow-y: auto;
        width: 100%; }
        @media (max-width: 991px) {
          .chat-app .chat-sidebar .chat-wrapper .scrollable-chat-history {
            height: calc(100vh - 159px); } }
        .chat-app .chat-sidebar .chat-wrapper .scrollable-chat-history > p {
          font-size: 12px;
          font-weight: 600; }

.conversations .wrap {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .conversations .wrap:hover, .conversations .wrap.active {
    background: #fff; }
  .conversations .wrap .img-wrap img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .conversations .wrap .content {
    width: calc(100% - 55px);
    margin-left: 10px; }
    .conversations .wrap .content .sub {
      font-weight: 600;
      font-size: 13px;
      line-height: 1.3; }
    .conversations .wrap .content .tutor {
      color: rgba(0, 0, 0, 0.35);
      font-size: 10px; }
    .conversations .wrap .content .d-flex {
      padding-top: 6px; }
      .conversations .wrap .content .d-flex .last {
        font-size: 10px;
        color: #333; }
      .conversations .wrap .content .d-flex .date {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.75); }

.chat-area {
  position: relative;
  width: calc(100% - 320px); }
  @media (max-width: 767px) {
    .chat-area {
      width: 100%; } }
  .chat-area .resp-header {
    height: 40px; }
    .chat-area .resp-header a {
      color: #333; }
    .chat-area .resp-header .btn {
      background: transparent; }
      .chat-area .resp-header .btn i {
        font-size: 20px;
        color: #EF5D36; }
  .chat-area .header {
    background: rgba(239, 93, 54, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    height: 70px; }
    .chat-area .header p {
      font-weight: 600; }
    .chat-area .header * {
      font-size: 12px !important; }
    .chat-area .header .crumbs > span {
      color: #333 !important; }
    .chat-area .header .crumbs span {
      font-weight: 600;
      font-size: 14px; }
  .chat-area .chat-box {
    height: calc(100vh - 266px);
    overflow-y: auto;
    padding: 2rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.075); }
    .chat-area .chat-box.var {
      height: 100vh !important; }
    @media (max-width: 991px) {
      .chat-area .chat-box {
        height: calc(100vh - 200px); } }
    @media (max-width: 767px) {
      .chat-area .chat-box {
        height: calc(100vh - 289px); } }
    .chat-area .chat-box .msg {
      margin-bottom: 1.35rem;
      position: relative; }
      .chat-area .chat-box .msg.image {
        cursor: pointer; }
      .chat-area .chat-box .msg .msg-wrap {
        background: #fff;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 0, 0, 0.03);
        border-radius: 8px;
        padding: 1rem;
        max-width: 500px;
        display: inline-block; }
      .chat-area .chat-box .msg img {
        max-height: 400px;
        object-fit: contain;
        object-position: center; }
      .chat-area .chat-box .msg p {
        font-size: 13px;
        color: #555;
        letter-spacing: 0; }
      .chat-area .chat-box .msg:before {
        content: '';
        position: absolute;
        top: 14px;
        width: 15px;
        height: 15px;
        background: #fff;
        transform: rotate(45deg); }
      .chat-area .chat-box .msg.right {
        text-align: right;
        margin-right: 15px; }
        .chat-area .chat-box .msg.right:before {
          right: -7.5px;
          box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.04); }
      .chat-area .chat-box .msg.left {
        margin-left: 15px; }
        .chat-area .chat-box .msg.left:before {
          left: -7.5px;
          box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.04); }
  .chat-area .chat-input {
    height: 70px; }
    .chat-area .chat-input .wrap {
      display: flex; }
      .chat-area .chat-input .wrap .form-control {
        height: 70px;
        border: 0;
        border-radius: 0;
        color: rgba(0, 0, 0, 0.65);
        font-weight: 600;
        padding: 0 0 0 1.75rem; }
        .chat-area .chat-input .wrap .form-control::placeholder {
          color: rgba(0, 0, 0, 0.35); }
      .chat-area .chat-input .wrap .btn {
        height: 70px;
        width: 70px;
        border: 0;
        border-radius: 0; }
      .chat-area .chat-input .wrap .attach {
        background: transparent; }
        .chat-area .chat-input .wrap .attach i {
          color: rgba(0, 0, 0, 0.3);
          font-size: 16px; }
      .chat-area .chat-input .wrap .send_msg i {
        color: #fff;
        font-size: 20px; }

.user-chat-pop {
  position: fixed;
  z-index: 5;
  right: 2rem;
  bottom: 2rem;
  height: 50px;
  width: 50px;
  border-radius: 50%; }
  .user-chat-pop.open > .btn i {
    display: none; }
    .user-chat-pop.open > .btn i.fas.fa-times {
      display: block; }
  .user-chat-pop.open .user-chat-popper {
    display: block; }
  .user-chat-pop.open.other .chat-other-area {
    display: block; }
  .user-chat-pop.open.message .chat-message-area {
    display: block; }
  .user-chat-pop.open.chat .chat-area {
    display: block; }
  .user-chat-pop:not(.open) > .btn {
    animation: pulsing 1s ease-in-out infinite alternate; }
    .user-chat-pop:not(.open) > .btn i.fas.fa-comment-dots {
      display: block; }
    .user-chat-pop:not(.open) > .btn:hover {
      animation: none; }
  .user-chat-pop > .btn {
    display: block;
    height: 50px;
    width: 50px;
    background: #EF5D36;
    border-radius: 50%;
    padding: 0; }
    .user-chat-pop > .btn i {
      color: #fff;
      display: none;
      font-size: 22px; }
@keyframes pulsing {
  0% {
    box-sizing: 0; }
  100% {
    box-shadow: 0 0 0 5px rgba(239, 93, 54, 0.25); } }
  .user-chat-pop .user-chat-popper {
    position: fixed;
    z-index: 5;
    background: #fff;
    right: 2rem;
    bottom: calc(2rem + 75px);
    height: 500px;
    width: 380px;
    border-radius: 8px;
    box-shadow: 0 0 10px 2px rgba(51, 51, 51, 0.25);
    display: none; }
    @media (max-width: 767px) {
      .user-chat-pop .user-chat-popper {
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        height: 80vh;
        width: 100vw;
        overflow-y: scroll;
        padding-top: 0;
        border-radius: 0; } }
    .user-chat-pop .user-chat-popper .close-user-chat-popper {
      height: 40px;
      width: 100%;
      border-radius: 0;
      background: #EF5D36; }
      .user-chat-pop .user-chat-popper .close-user-chat-popper i {
        color: #fff;
        font-size: 20px; }
    .user-chat-pop .user-chat-popper .chat-other-area,
    .user-chat-pop .user-chat-popper .chat-message-area {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;
      display: none; }
      .user-chat-pop .user-chat-popper .chat-other-area .chat-other-wrapper p,
      .user-chat-pop .user-chat-popper .chat-other-area .chat-message-area p,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-other-wrapper p,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-message-area p {
        font-weight: 600;
        color: #333;
        font-size: 18px; }
      .user-chat-pop .user-chat-popper .chat-other-area .chat-other-wrapper form label,
      .user-chat-pop .user-chat-popper .chat-other-area .chat-message-area form label,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-other-wrapper form label,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-message-area form label {
        padding-bottom: 4px; }
      .user-chat-pop .user-chat-popper .chat-other-area .chat-other-wrapper form .form-check-label,
      .user-chat-pop .user-chat-popper .chat-other-area .chat-message-area form .form-check-label,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-other-wrapper form .form-check-label,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-message-area form .form-check-label {
        font-weight: 600;
        font-size: 14px; }
      .user-chat-pop .user-chat-popper .chat-other-area .chat-other-wrapper form p,
      .user-chat-pop .user-chat-popper .chat-other-area .chat-message-area form p,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-other-wrapper form p,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-message-area form p {
        font-size: 12px;
        font-weight: 300; }
      .user-chat-pop .user-chat-popper .chat-other-area .chat-other-wrapper form .form-control,
      .user-chat-pop .user-chat-popper .chat-other-area .chat-message-area form .form-control,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-other-wrapper form .form-control,
      .user-chat-pop .user-chat-popper .chat-message-area .chat-message-area form .form-control {
        height: 35px;
        line-height: 35px; }
    .user-chat-pop .user-chat-popper .chat-area {
      width: 100%;
      position: relative;
      z-index: 1;
      display: none; }
      .user-chat-pop .user-chat-popper .chat-area .header .chat-status p {
        display: flex;
        align-items: center; }
        .user-chat-pop .user-chat-popper .chat-area .header .chat-status p span {
          height: 8px;
          width: 8px;
          border-radius: 4px;
          background: #9ae91c;
          display: block;
          margin-right: 8px; }
      .user-chat-pop .user-chat-popper .chat-area .chat-box .msg p {
        font-size: 12px;
        line-height: 20px;
        color: #333;
        letter-spacing: 0.5px; }
      .user-chat-pop .user-chat-popper .chat-area .chat-box .msg.left .msg-wrap {
        border: 0;
        background: #f1f1f1; }
      .user-chat-pop .user-chat-popper .chat-area .chat-box .msg.left:before {
        background: #f1f1f1;
        box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.05); }
      .user-chat-pop .user-chat-popper .chat-area .header,
      .user-chat-pop .user-chat-popper .chat-area .chat-input,
      .user-chat-pop .user-chat-popper .chat-area .chat-input .wrap .form-control,
      .user-chat-pop .user-chat-popper .chat-area .chat-input .wrap .btn {
        height: 50px; }
      .user-chat-pop .user-chat-popper .chat-area .chat-input .wrap .form-control {
        border-bottom-left-radius: 8px;
        font-size: 13px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .user-chat-pop .user-chat-popper .chat-area .chat-input .wrap .form-control {
            border-radius: 0; } }
      .user-chat-pop .user-chat-popper .chat-area .chat-input .wrap button.btn.send_msg.primary {
        background: #EF5D36;
        border-bottom-right-radius: 8px; }
        @media (max-width: 767px) {
          .user-chat-pop .user-chat-popper .chat-area .chat-input .wrap button.btn.send_msg.primary {
            border-radius: 0; } }
      .user-chat-pop .user-chat-popper .chat-area .chat-box {
        height: calc(500px - 100px);
        padding: 0 1.35rem;
        background: #f1dcdc;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px; }
        @media (max-width: 767px) {
          .user-chat-pop .user-chat-popper .chat-area .chat-box {
            height: calc(100vh - 140px);
            border-radius: 0; } }
        .user-chat-pop .user-chat-popper .chat-area .chat-box::-webkit-scrollbar-track {
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          background-color: #F5F5F5; }
        .user-chat-pop .user-chat-popper .chat-area .chat-box::-webkit-scrollbar {
          width: 5px;
          background-color: #F5F5F5; }
        .user-chat-pop .user-chat-popper .chat-area .chat-box::-webkit-scrollbar-thumb {
          background-color: #a08487; }

.tracker-btns .btn {
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  box-shadow: 4px 4px 8px #d9d9d9, -4px -4px 8px #ffffff; }
  .tracker-btns .btn.active {
    background: linear-gradient(145deg, #d75431, #ff643a);
    box-shadow: none;
    color: #fff !important; }

.tracker-accordion {
  border-radius: 5px;
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  box-shadow: 10px 10px 20px #d9d9d9, -10px -10px 20px #ffffff;
  border: 0; }
  .tracker-accordion .card {
    border: 0 !important;
    border-bottom: 2px solid rgba(239, 93, 54, 0.15) !important;
    border-radius: 0; }
    .tracker-accordion .card:first-of-type {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .tracker-accordion .card:last-of-type {
      border: 0 !important;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .tracker-accordion .card .card-body .wrapper .wrap > strong {
      color: #EF5D36 !important; }
    .tracker-accordion .card .card-body .wrapper .wrap strong {
      color: #333;
      font-weight: 600;
      font-size: 16px;
      padding-bottom: 6px; }
    .tracker-accordion .card .card-body .wrapper .wrap p {
      color: rgba(0, 0, 0, 0.65);
      font-size: 13px; }
    .tracker-accordion .card .card-header h2 button.btn {
      color: #EF5D36;
      font-size: 16px;
      font-weight: 500; }
    .tracker-accordion .card .card-header h2 .float-right .btn {
      padding: 0;
      margin: 0 4px; }
      .tracker-accordion .card .card-header h2 .float-right .btn i {
        color: #3a6fe0; }
        .tracker-accordion .card .card-header h2 .float-right .btn i.delete {
          color: #e42232; }

.product-categories .products-area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .product-categories .products-area .product-wrapper {
    width: 73%;
    margin: 0 1%; }
    @media (max-width: 991px) {
      .product-categories .products-area .product-wrapper {
        width: 53%; } }
    @media (max-width: 767px) {
      .product-categories .products-area .product-wrapper {
        width: 98%; } }
    .product-categories .products-area .product-wrapper .product-wrap {
      width: 31%; }
      @media (max-width: 991px) {
        .product-categories .products-area .product-wrapper .product-wrap {
          width: 98%;
          margin-bottom: 1.15rem; } }
  .product-categories .products-area .product-sidebar {
    width: 23%;
    margin: 1%; }
    @media (max-width: 991px) {
      .product-categories .products-area .product-sidebar {
        width: 43%; } }
    @media (max-width: 767px) {
      .product-categories .products-area .product-sidebar {
        width: 94%;
        margin: 3%; } }
    .product-categories .products-area .product-sidebar .product-sidebar-wrap .form-control {
      height: 45px;
      line-height: 45px;
      border-radius: 30px; }
    .product-categories .products-area .product-sidebar .product-sidebar-wrap .product-sidebar-categories-wrap {
      border-radius: 5px;
      background: #ffffff;
      box-shadow: 10px -10px 35px #d9d9d9, -10px 10px 35px #ffffff;
      padding: 1.65rem; }
      .product-categories .products-area .product-sidebar .product-sidebar-wrap .product-sidebar-categories-wrap li a {
        display: block;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.75);
        padding: 10px 14px;
        margin: 4px 0;
        font-size: 13px;
        line-height: 1.65;
        border-radius: 4px; }
        .product-categories .products-area .product-sidebar .product-sidebar-wrap .product-sidebar-categories-wrap li a.active {
          background: #EF5D36;
          color: #fff; }
      .product-categories .products-area .product-sidebar .product-sidebar-wrap .product-sidebar-categories-wrap li:last-child a {
        border: 0; }
.product-categories .product-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .product-categories .product-wrapper .product-wrap {
    width: 23%;
    margin: 1%;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 10px -10px 35px #d9d9d9, -10px 10px 35px #ffffff;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991px) {
      .product-categories .product-wrapper .product-wrap {
        width: 31%; } }
    @media (max-width: 767px) {
      .product-categories .product-wrapper .product-wrap {
        width: 47%;
        margin: 1.5%; } }
    .product-categories .product-wrapper .product-wrap img {
      height: 200px;
      object-fit: contain; }
    .product-categories .product-wrapper .product-wrap p {
      font-size: 13px;
      font-weight: 300; }
      .product-categories .product-wrapper .product-wrap p span {
        font-size: 13px;
        font-weight: 300;
        padding-bottom: 4px; }
    .product-categories .product-wrapper .product-wrap h2 {
      font-size: 20px;
      font-weight: 300;
      color: #333;
      padding-top: 8px;
      line-height: 1.6; }
.product-categories.add-products .add-categories .btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(to right bottom, #EF5D36, rgba(239, 93, 54, 0.8));
  color: #fff;
  padding: 0; }
.product-categories.add-products .product-sidebar {
  width: 30%; }
  @media (max-width: 991px) {
    .product-categories.add-products .product-sidebar {
      width: 98%; } }
  .product-categories.add-products .product-sidebar li {
    display: block;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.75);
    padding: 14px 0;
    font-size: 13px;
    line-height: 1.65;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden; }
    .product-categories.add-products .product-sidebar li button.btn {
      position: absolute;
      top: 0;
      right: -50px;
      border-radius: 0;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.75);
      width: 50px;
      height: 50px;
      font-size: 13px;
      background: #eb3f3f;
      color: #fff;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 991px) {
        .product-categories.add-products .product-sidebar li button.btn {
          right: 0;
          opacity: 1;
          background: #fff;
          color: #eb3f3f; } }
    .product-categories.add-products .product-sidebar li button.btn.edit {
      position: absolute;
      top: 0;
      right: -50px;
      border-radius: 0;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.75);
      width: 50px;
      height: 50px;
      font-size: 13px;
      background: #bcbcbc;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 991px) {
        .product-categories.add-products .product-sidebar li button.btn.edit {
          right: 50px;
          opacity: 1;
          background: #fff;
          color: #eb3f3f; } }
    @media (min-width: 992px) {
      .product-categories.add-products .product-sidebar li:hover button.btn {
        opacity: 1;
        right: 0; }
      .product-categories.add-products .product-sidebar li:hover button.btn.edit {
        opacity: 1;
        right: 50px; } }
.product-categories.add-products .product-wrapper {
  width: 66%; }
  @media (max-width: 991px) {
    .product-categories.add-products .product-wrapper {
      width: 98%; } }
  .product-categories.add-products .product-wrapper .product-wrap {
    width: 48%;
    margin: 1%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    text-align: left;
    position: relative; }
    .product-categories.add-products .product-wrapper .product-wrap .product-btn-grp {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 9;
      background: #fff;
      border-radius: 30px;
      box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05); }
      .product-categories.add-products .product-wrapper .product-wrap .product-btn-grp .btn {
        border-radius: 0;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.75);
        width: 30px;
        height: 30px;
        font-size: 13px;
        transition: all 0.2s ease-in-out; }
        .product-categories.add-products .product-wrapper .product-wrap .product-btn-grp .btn i {
          color: #e42232;
          font-size: 16px; }
          .product-categories.add-products .product-wrapper .product-wrap .product-btn-grp .btn i.edit {
            color: #3a6fe0; }
    .product-categories.add-products .product-wrapper .product-wrap .category-name {
      font-size: 12px;
      color: #fff;
      border-radius: 30px;
      background: #EF5D36; }
  .product-categories.add-products .product-wrapper .add-single-product {
    width: 98%;
    margin: 2%;
    text-align: right; }
    .product-categories.add-products .product-wrapper .add-single-product .btn {
      height: 45px;
      line-height: 45px;
      text-align: center;
      background: linear-gradient(to right bottom, #EF5D36, rgba(239, 93, 54, 0.8));
      color: #fff;
      padding: 0;
      min-width: 220px; }
      @media (max-width: 767px) {
        .product-categories.add-products .product-wrapper .add-single-product .btn {
          width: 100%; } }

.product-wrap {
  height: auto; }

.chat-popper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  padding: 12px;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center; }
  .chat-popper.open {
    display: flex; }
  .chat-popper .btn {
    background: linear-gradient(to right, rgba(239, 93, 54, 0.9), rgba(239, 93, 54, 0.65));
    border: 0;
    color: #fff;
    border-radius: 4px;
    padding: 10px 1.75rem; }
  .chat-popper .wrapper {
    border-radius: 1rem;
    background: #fff;
    min-height: 100px;
    max-height: 95%;
    width: 550px;
    max-width: 90%;
    position: relative;
    overflow-y: auto;
    animation: slideDown 0.25s ease-in-out forwards; }
@keyframes slideDown {
  from {
    transform: translateY(50px); }
  to {
    transform: translateY(0); } }
    .chat-popper .wrapper .close-popper {
      position: absolute;
      right: 1rem;
      top: 1rem;
      background: linear-gradient(to right bottom, #EF5D36, rgba(239, 93, 54, 0.75));
      border-radius: 50%;
      width: 30px;
      height: 30px;
      padding: 0;
      border: 0;
      text-align: center; }
      .chat-popper .wrapper .close-popper img {
        width: 15px;
        height: 15px;
        line-height: 15px;
        object-fit: contain;
        transition: all 0.2s ease-in-out; }
      .chat-popper .wrapper .close-popper:hover img {
        transform: rotate(90deg); }
    .chat-popper .wrapper .content h1 {
      padding-top: 1rem;
      letter-spacing: 0.2px;
      color: #EF5D36;
      font-size: 32px;
      font-weight: bold; }

.product-single .product-single-wrapper .product-single-wrap {
  display: flex;
  flex-wrap: wrap; }
  .product-single .product-single-wrapper .product-single-wrap .product-img-wrap {
    width: 50%; }
    @media (max-width: 991px) {
      .product-single .product-single-wrapper .product-single-wrap .product-img-wrap {
        width: 100%; } }
    .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .preview-pane {
      cursor: zoom-in; }
      .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .preview-pane img {
        object-fit: contain; }
      .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .preview-pane > img {
        height: 350px;
        object-fit: contain;
        padding: 1rem; }
        @media (max-width: 991px) {
          .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .preview-pane > img {
            height: 300px; } }
        @media (max-width: 767px) {
          .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .preview-pane > img {
            height: 220px; } }
    .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .catalog .swiper-slide .wrap {
      max-height: 180px;
      padding: 10px;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .catalog .swiper-slide .wrap.active {
        border: 1px solid #EF5D36; }
      .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .catalog .swiper-slide .wrap.video:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f144";
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        z-index: 2; }
    .product-single .product-single-wrapper .product-single-wrap .product-img-wrap .catalog .swiper-slide img {
      object-fit: contain;
      height: 140px;
      width: 100%; }
    @media (max-width: 767px) {
      .product-single .product-single-wrapper .product-single-wrap .product-img-wrap {
        width: 100%; } }
  .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info {
    width: 50%;
    padding-left: 2rem;
    max-height: 500px;
    overflow-y: auto; }
    @media (max-width: 991px) {
      .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info {
        width: 100%;
        max-height: unset;
        overflow: unset;
        padding-left: 0;
        padding-top: 1.5rem; } }
    .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info::-webkit-scrollbar-track {
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
    .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info::-webkit-scrollbar {
      width: 2px;
      background-color: #F5F5F5; }
    .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info::-webkit-scrollbar-thumb {
      background-color: #c5acaf; }
    .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info .category-title {
      color: #EF5D36; }
    .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info p {
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      line-height: 2; }
    .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info .btn {
      background: linear-gradient(to right, rgba(239, 93, 54, 0.9), rgba(239, 93, 54, 0.65));
      border: 0;
      color: #fff;
      border-radius: 4px;
      padding: 10px 1.75rem; }
    .product-single .product-single-wrapper .product-single-wrap .product-single-wrap-info .price {
      font-size: 32px;
      font-weight: 300; }

.fa-spin {
  max-height: 10px !important; }

.add-product-popup {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  display: none;
  background: #fff;
  z-index: 9999; }
  .add-product-popup::-webkit-scrollbar {
    display: none; }
  .add-product-popup.open {
    display: block; }
  .add-product-popup .add-product-popup-wrapper {
    width: 800px;
    max-width: 95%;
    min-height: 400px;
    margin: auto; }
    @media (max-width: 767px) {
      .add-product-popup .add-product-popup-wrapper {
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        transform: unset;
        border-radius: unset;
        max-width: unset;
        max-height: unset; } }
    .add-product-popup .add-product-popup-wrapper .custom-drive {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 0; }
    .add-product-popup .add-product-popup-wrapper .close-add-product-popup {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background: #EF5D36;
      position: absolute;
      right: 12px;
      top: 12px;
      padding: 0; }
      .add-product-popup .add-product-popup-wrapper .close-add-product-popup i {
        color: #fff;
        font-size: 12px; }
    .add-product-popup .add-product-popup-wrapper .add-product-popup-wrap {
      display: flex;
      flex-wrap: wrap; }
      .add-product-popup .add-product-popup-wrapper .add-product-popup-wrap .custom-drive .drive-box {
        width: 25%; }
      .add-product-popup .add-product-popup-wrapper .add-product-popup-wrap .custom-drive .drive-box .box {
        height: 200px;
        display: flex;
        align-items: flex-end; }
      .add-product-popup .add-product-popup-wrapper .add-product-popup-wrap .custom-drive .drive-box .box .preview img {
        height: 90%; }

.btn.primary {
  background: #EF5D36;
  border: 0;
  color: #fff; }
  .btn.primary.add-prod-imgs {
    color: #EF5D36;
    background: transparent;
    border: 1px solid #d1d2db;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 1rem;
    font-size: 13px; }

.img-upload-pop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  display: none;
  background: #fff;
  z-index: 99999;
  padding: 5%; }
  .img-upload-pop.open {
    display: block; }
  .img-upload-pop .close-img-upload-pop {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #EF5D36;
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0; }
    .img-upload-pop .close-img-upload-pop i {
      color: #fff;
      font-size: 12px; }
  .img-upload-pop .upload-area {
    border: 5px dashed rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    cursor: pointer; }
    .img-upload-pop .upload-area .custom-file {
      height: 100%;
      cursor: pointer; }
      .img-upload-pop .upload-area .custom-file .custom-file-input {
        height: 100%;
        cursor: pointer; }
      .img-upload-pop .upload-area .custom-file .custom-file-label {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border: 0;
        cursor: pointer; }
        .img-upload-pop .upload-area .custom-file .custom-file-label:after {
          content: none; }

.add-category-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999; }
  .add-category-popup.open {
    display: block; }
  .add-category-popup .add-category-popup-wrapper {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 95%;
    max-height: 70%;
    min-height: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #d9d9d9; }
    @media (max-width: 767px) {
      .add-category-popup .add-category-popup-wrapper {
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        transform: unset;
        border-radius: unset;
        max-width: unset;
        max-height: unset; } }
    .add-category-popup .add-category-popup-wrapper .close-add-category-popup {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background: #EF5D36;
      position: absolute;
      right: 12px;
      top: 12px;
      padding: 0; }
      .add-category-popup .add-category-popup-wrapper .close-add-category-popup i {
        color: #fff;
        font-size: 12px; }
    .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap {
      display: flex;
      flex-wrap: wrap; }
      .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .btn.primary {
        background: #EF5D36;
        border: 0;
        color: #fff; }
      .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap img {
        width: 40%;
        max-height: 200px;
        object-fit: contain;
        border: 3px solid rgba(0, 0, 0, 0.15);
        padding: 1rem; }
        @media (max-width: 767px) {
          .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap img {
            width: 100%; } }
      .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .add-category-popup-wrap-info {
        width: 60%;
        padding-left: 2rem;
        max-height: 500px;
        overflow-y: auto; }
        @media (max-width: 767px) {
          .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .add-category-popup-wrap-info {
            width: 100%;
            max-height: unset;
            overflow: unset;
            padding-left: 0;
            padding-top: 1.5rem; } }
        .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .add-category-popup-wrap-info::-webkit-scrollbar-track {
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          background-color: #F5F5F5; }
        .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .add-category-popup-wrap-info::-webkit-scrollbar {
          width: 2px;
          background-color: #F5F5F5; }
        .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .add-category-popup-wrap-info::-webkit-scrollbar-thumb {
          background-color: #c5acaf; }
        .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .add-category-popup-wrap-info .category-title {
          color: #EF5D36; }
        .add-category-popup .add-category-popup-wrapper .add-category-popup-wrap .add-category-popup-wrap-info .price {
          font-size: 18px; }

.add-reset-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999; }
  .add-reset-popup.open {
    display: block; }
  .add-reset-popup .add-reset-popup-wrapper {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 95%;
    max-height: 70%;
    min-height: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #d9d9d9; }
    @media (max-width: 767px) {
      .add-reset-popup .add-reset-popup-wrapper {
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        transform: unset;
        border-radius: unset;
        max-width: unset;
        max-height: unset; } }
    .add-reset-popup .add-reset-popup-wrapper .close-add-reset-popup {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background: #EF5D36;
      position: absolute;
      right: 12px;
      top: 12px;
      padding: 0; }
      .add-reset-popup .add-reset-popup-wrapper .close-add-reset-popup i {
        color: #fff;
        font-size: 12px; }
    .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap {
      display: flex;
      flex-wrap: wrap; }
      .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .btn.primary {
        background: #EF5D36;
        border: 0;
        color: #fff; }
      .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap img {
        width: 40%;
        max-height: 200px;
        object-fit: contain;
        border: 3px solid rgba(0, 0, 0, 0.15);
        padding: 1rem; }
        @media (max-width: 767px) {
          .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap img {
            width: 100%; } }
      .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .add-reset-popup-wrap-info {
        width: 60%;
        padding-left: 2rem;
        max-height: 500px;
        overflow-y: auto; }
        @media (max-width: 767px) {
          .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .add-reset-popup-wrap-info {
            width: 100%;
            max-height: unset;
            overflow: unset;
            padding-left: 0;
            padding-top: 1.5rem; } }
        .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .add-reset-popup-wrap-info::-webkit-scrollbar-track {
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          background-color: #F5F5F5; }
        .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .add-reset-popup-wrap-info::-webkit-scrollbar {
          width: 2px;
          background-color: #F5F5F5; }
        .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .add-reset-popup-wrap-info::-webkit-scrollbar-thumb {
          background-color: #c5acaf; }
        .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .add-reset-popup-wrap-info .category-title {
          color: #EF5D36; }
        .add-reset-popup .add-reset-popup-wrapper .add-reset-popup-wrap .add-reset-popup-wrap-info .price {
          font-size: 18px; }

html body .drift-zoom-pane {
  background: #fff !important; }

.video-wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: #000;
  padding: 10%;
  z-index: 9999;
  display: none; }
  .video-wrap.open {
    display: block; }
  .video-wrap .close-video-wrap {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #fff; }
  .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: contain; }
    .video-wrap video:focus {
      border: 0;
      box-shadow: none;
      outline: none; }

.fa-star {
  color: #EF5D36;
  font-size: 36px; }
