@font-face {
  font-family: "18 Khebrat Musamim";
  src: url(../fonts/18_Khebrat_Musamim_Bold.ttf); }
body {
  background-color: #F5F5F5;
  font-family: 'Cairo', sans-serif;
  font-size: 16px; }

main {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }

aside {
  width: calc((100% - 1100px)/ 2);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  top: 201px;
  height: calc(100vh - 201px);
  background: url(../img/bg/1.jpg) no-repeat top center;
  background-size: cover; }
  aside.active {
    top: 75px;
    height: calc(100vh - 75px); }
  aside.second {
    left: auto;
    right: 0; }
  aside a {
    display: block;
    height: 100%; }

a {
  text-decoration: none !important; }

.mfp-counter {
  direction: ltr; }

form .form-group {
  margin-bottom: 10px;
  position: relative; }
  form .form-group label {
    font-size: 14px; }
  form .form-group .upload_file {
    height: 50px;
    margin-bottom: 20px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }

.btn {
  background-color: #AE0101;
  color: #fff;
  padding: 8px 20px;
  border-color: #AE0101;
  border-radius: 5px;
  transition: all ease-in-out 0.5s;
  min-height: 50px;
  width: 200px;
  min-height: 50px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600; }
  .btn:hover {
    background-color: #fff;
    color: #AE0101;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
    border-color: #fff; }

.form-control {
  direction: rtl;
  height: 50px;
  font-size: 14px;
  border: 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07); }
  .form-control::placeholder {
    font-size: 14px; }
  .form-control:focus {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
    outline: 0;
    border-color: #AE0101; }
  .form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-control[type=number] {
    -moz-appearance: textfield; }
  .form-control[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer; }

.header {
  position: sticky;
  z-index: 999; }
  .header .header-top {
    background-color: #C9C9C9;
    padding: 7px 0; }
    .header .header-top p {
      line-height: 35px;
      font-weight: 400; }
    .header .header-top a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 35px;
      width: 160px;
      margin-right: auto;
      border-radius: 27px;
      background-color: #AE0101;
      color: #fff;
      text-align: center;
      line-height: 18px; }
      .header .header-top a img {
        margin: 0 5px;
        height: 18px;
        width: auto; }
        .header .header-top a img:last-child {
          margin-left: 0; }
  .header .header-middle {
    background-color: #fff; }
    .header .header-middle .col-md-6 {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .header .header-middle .logo {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 15px 0;
      margin-left: auto; }
      .header .header-middle .logo .navbar-brand {
        font-family: "18 Khebrat Musamim";
        color: #000;
        font-size: 38px;
        line-height: 46px;
        font-weight: 700;
        margin: 0;
        padding: 0; }
    .header .header-middle .search-item {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px 0;
      width: 100%; }
      .header .header-middle .search-item form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 27px;
        border: 2px solid #707070;
        padding: 8px 10px;
        height: 45px;
        max-width: 320px;
        width: 100%; }
        .header .header-middle .search-item form input {
          border: 0;
          height: calc(61px - 34px);
          background: none;
          padding: 0;
          padding-right: 10px;
          width: 100%; }
          .header .header-middle .search-item form input::placeholder {
            font-size: 18px;
            font-weight: 400; }
        .header .header-middle .search-item form button {
          border: 0;
          background: none; }
        .header .header-middle .search-item form .search-list {
          position: relative; }
          .header .header-middle .search-item form .search-list .head-list {
            padding: 0;
            font-size: 17px;
            font-weight: 600;
            line-height: 20px;
            margin-left: 10px;
            cursor: pointer; }
            .header .header-middle .search-item form .search-list .head-list i {
              color: #AE0101;
              font-size: 15px; }
          .header .header-middle .search-item form .search-list .body-list {
            position: absolute;
            top: 100px;
            right: 0;
            z-index: 999999;
            transition: all ease-in-out 0.5s;
            opacity: 0;
            visibility: hidden; }
            .header .header-middle .search-item form .search-list .body-list ul {
              margin: 0;
              background-color: #707070;
              max-width: max-content;
              min-width: 150px;
              height: auto;
              border-radius: 10px; }
              .header .header-middle .search-item form .search-list .body-list ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #fff;
                padding: 5px 10px;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                transition: all ease-in-out 0.5s; }
                .header .header-middle .search-item form .search-list .body-list ul li a:hover {
                  background-color: #AE0101;
                  color: #fff; }
              .header .header-middle .search-item form .search-list .body-list ul li:first-child a {
                border-radius: 10px 10px 0 0; }
              .header .header-middle .search-item form .search-list .body-list ul li:last-child a {
                border-radius: 0 0 10px 10px; }
            .header .header-middle .search-item form .search-list .body-list.active {
              top: 35px; }
          .header .header-middle .search-item form .search-list:hover .body-list {
            top: 35px;
            opacity: 1;
            visibility: visible; }
  .header .header-bottom, .header .header-scroll {
    padding: 15px 0;
    background-color: #AE0101; }
    .header .header-bottom .navbar .navbar-nav .nav-item, .header .header-scroll .navbar .navbar-nav .nav-item {
      padding: 0 15px; }
      .header .header-bottom .navbar .navbar-nav .nav-item .nav-link, .header .header-scroll .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        transition: all ease-in-out 0.5s;
        padding: 8px 0;
        border-bottom: 1px solid transparent; }
        .header .header-bottom .navbar .navbar-nav .nav-item .nav-link.active, .header .header-bottom .navbar .navbar-nav .nav-item .nav-link:hover, .header .header-scroll .navbar .navbar-nav .nav-item .nav-link.active, .header .header-scroll .navbar .navbar-nav .nav-item .nav-link:hover {
          border-color: #fff; }
  .header .header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07); }
    .header .header-scroll .header-scroll-content .navbar {
      margin-right: auto; }
    .header .header-scroll.active {
      z-index: 999;
      opacity: 1;
      visibility: visible; }
  .header.header-mob {
    background-color: #AE0101;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: all ease-in-out 0.5s;
    z-index: 999;
    padding: 10px 0 15px;
    display: none; }
    .header.header-mob .header-overlay .header-scroll-content {
      align-items: center; }
      .header.header-mob .header-overlay .header-scroll-content .icon-menu {
        margin-right: auto;
        cursor: pointer;
        color: #fff;
        font-size: 25px; }
    .header.header-mob .header-mob-content {
      position: fixed;
      top: 0;
      height: 100vh;
      right: 0;
      width: 100%;
      z-index: 99999999;
      overflow: hidden;
      transition: all ease-in-out 0.5s; }
      .header.header-mob .header-mob-content .header-mob-content-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1; }
      .header.header-mob .header-mob-content .menu-content {
        background-color: #AE0101;
        width: 320px;
        height: 100%;
        z-index: 99;
        position: absolute;
        top: 0;
        right: 0;
        padding: 50px 25px;
        overflow: hidden;
        overflow-y: auto; }
        .header.header-mob .header-mob-content .menu-content .logo {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: 50px; }
          .header.header-mob .header-mob-content .menu-content .logo img {
            max-width: 180px; }
          .header.header-mob .header-mob-content .menu-content .logo .close-menu {
            margin-right: auto;
            color: #fff;
            font-size: 25px;
            padding: 10px;
            border: 1px solid #fff;
            border-radius: 12px;
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center; }
        .header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav {
          margin-bottom: 30px; }
          .header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item {
            padding: 0 15px; }
            .header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link {
              color: #fff;
              font-size: 16px;
              font-weight: 500;
              line-height: 24px;
              transition: all ease-in-out 0.5s;
              padding: 8px 0; }
              .header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link.active, .header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link:hover {
                border-bottom: 1px solid #fff; }
        .header.header-mob .header-mob-content .menu-content .menu-list .social-list {
          margin: 0;
          padding: 0; }
          .header.header-mob .header-mob-content .menu-content .menu-list .social-list li {
            padding: 0 10px; }
            .header.header-mob .header-mob-content .menu-content .menu-list .social-list li a {
              display: block;
              height: 40px;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 50%;
              border: 1px solid #fff;
              color: #fff; }
            .header.header-mob .header-mob-content .menu-content .menu-list .social-list li:first-child {
              padding-right: 0; }
      .header.header-mob .header-mob-content.active {
        right: -100%; }

.logo img {
  height: 45px; }

.sliders {
  background: url(../img/bg/1.png) center center no-repeat;
  background-size: cover; }
  .sliders .overlay-sliders {
    background: url(../img/bg/2.png) center center no-repeat;
    background-size: cover;
    padding: 40px 0; }
    .sliders .overlay-sliders .sliders-content {
      background-color: rgba(14, 14, 14, 0.54);
      padding: 30px;
      border-radius: 22px; }
      .sliders .overlay-sliders .sliders-content .form-select {
        height: 50px;
        margin-bottom: 20px;
        color: #000;
        font-size: 17px;
        font-weight: 500;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer;
        border-radius: 8px;
        border-color: #707070; }
        .sliders .overlay-sliders .sliders-content .form-select option {
          cursor: pointer;
          transition: all ease-in-out 0.5s; }
          .sliders .overlay-sliders .sliders-content .form-select option:hover {
            background-color: #AE0101;
            color: #fff; }
        .sliders .overlay-sliders .sliders-content .form-select:focus, .sliders .overlay-sliders .sliders-content .form-select:hover {
          box-shadow: none;
          outline: none;
          border-color: #707070; }
      .sliders .overlay-sliders .sliders-content .form-control {
        height: 50px;
        margin-bottom: 20px;
        color: #000;
        font-size: 17px;
        font-weight: 500;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer;
        border-radius: 8px;
        border-color: #707070;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .sliders .overlay-sliders .sliders-content .form-control input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 9;
          opacity: 0;
          cursor: pointer; }
      .sliders .overlay-sliders .sliders-content button {
        height: 50px;
        margin-bottom: 0;
        color: #000;
        font-size: 17px;
        font-weight: 700;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer;
        border-radius: 8px;
        color: #fff;
        background-color: #AE0101;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: 0;
        transition: all ease-in-out 0.5s; }
        .sliders .overlay-sliders .sliders-content button:focus, .sliders .overlay-sliders .sliders-content button:hover {
          box-shadow: none;
          outline: none;
          background-color: #fff;
          color: #AE0101; }
      .sliders .overlay-sliders .sliders-content .upload-img {
        background: url(../img/upload/1.png) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 16px; }

.head-section {
  margin-bottom: 40px;
  position: relative; }
  .head-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 55px;
    margin-bottom: 15px; }
  .head-section .sub-head {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .head-section .sub-head div {
      margin-left: 10px;
      height: 7px;
      width: 40px;
      background-color: #AE0101; }
    .head-section .sub-head p {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      color: #000; }
  .head-section.head-section-search h2 {
    text-align: start;
    padding-right: 20px;
    margin-bottom: 0; }
    .head-section.head-section-search h2::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 5px;
      height: 100%;
      background-color: #AE0101; }

.show-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  height: 45px;
  width: 170px;
  background-color: #AE0101;
  color: #fff;
  border-radius: 27px;
  transition: all ease-in-out 0.5s; }
  .show-more a:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.07); }

.categories {
  padding: 40px 0;
  background-color: #E9E9E9; }
  .categories .overlay-categories .categ {
    text-align: center;
    margin-bottom: 30px; }
    .categories .overlay-categories .categ .categ-head {
      border: 1px solid #AE0101;
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 10px; }
    .categories .overlay-categories .categ .categ-title {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      color: #000;
      transition: all ease-in-out 0.5s; }
    .categories .overlay-categories .categ:hover .categ-title {
      color: #AE0101; }
  .categories .overlay-categories .show-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    height: 45px;
    width: 170px;
    background-color: #AE0101;
    color: #fff;
    border-radius: 27px;
    transition: all ease-in-out 0.5s; }
    .categories .overlay-categories .show-more a:hover {
      background-color: #000;
      color: #fff;
      box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.07); }

.orders {
  padding: 40px 0;
  background-color: #E9E9E9; }
  .orders .overlay-orders .order {
    text-align: center;
    margin-bottom: 30px; }
    .orders .overlay-orders .order .order-head {
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 10px;
      background-color: #fff; }
      .orders .overlay-orders .order .order-head span {
        font-size: 40px;
        color: #AE0101;
        font-weight: 700; }
    .orders .overlay-orders .order .order-title {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      color: #000;
      transition: all ease-in-out 0.5s; }
    .orders .overlay-orders .order:hover .order-title {
      color: #AE0101; }

.offers {
  padding: 40px 0; }
  .offers .overlay-offers .sliders-offers .swiper-slide a {
    color: #000;
    transition: all ease-in-out 0.5s; }
    .offers .overlay-offers .sliders-offers .swiper-slide a .head-offer {
      position: relative;
      margin-bottom: 15px; }
      .offers .overlay-offers .sliders-offers .swiper-slide a .head-offer img {
        width: 100%;
        height: auto; }
      .offers .overlay-offers .sliders-offers .swiper-slide a .head-offer .order {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #AE0101;
        color: #fff;
        padding: 5px;
        font-size: 16px;
        font-weight: 500; }
      .offers .overlay-offers .sliders-offers .swiper-slide a .head-offer .offer-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px; }
    .offers .overlay-offers .sliders-offers .swiper-slide a:hover {
      color: #AE0101; }
  .offers .overlay-offers .sliders-offers .swiper-button-next_1,
  .offers .overlay-offers .sliders-offers .swiper-button-prev_1 {
    position: absolute;
    top: 50%;
    background: none;
    background-size: cover;
    height: 50px;
    width: 25px;
    z-index: 99;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 5px;
    display: flex;
    align-items: center; }
  .offers .overlay-offers .sliders-offers .swiper-button-next_1 {
    right: 0; }
  .offers .overlay-offers .sliders-offers .swiper-button-prev_1 {
    left: 0; }

.speed {
  padding: 40px 0 0;
  background-color: #E9E9E9; }
  .speed .overlay-speed .speed-step {
    margin-bottom: 40px; }
    .speed .overlay-speed .speed-step .head-speed {
      position: relative;
      margin-bottom: 15px;
      text-align: center; }
    .speed .overlay-speed .speed-step .speed-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      color: #000; }

.numbers {
  background: #555555; }
  .numbers .overlay-numbers {
    background: url(../img/bg/3.png) center center no-repeat;
    background-size: cover;
    padding: 40px 0 0; }
    .numbers .overlay-numbers .head-section h2 {
      color: #fff; }
    .numbers .overlay-numbers .numbers-step {
      margin-bottom: 40px; }
      .numbers .overlay-numbers .numbers-step .head-numbers {
        position: relative;
        margin-bottom: 15px;
        text-align: center; }
        .numbers .overlay-numbers .numbers-step .head-numbers h3 {
          font-size: 75px;
          line-height: 92px;
          font-weight: 500;
          color: #fff; }
      .numbers .overlay-numbers .numbers-step .numbers-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #fff; }

.logos {
  padding: 80px 0 10px; }
  .logos .overlay-logos .col-md-3 {
    width: 20%; }
  .logos .overlay-logos .logo-brand {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px; }

.app {
  padding: 40px 0 0; }
  .app .overlay-app .img-app {
    margin-bottom: 0; }
    .app .overlay-app .img-app img {
      width: 100%;
      height: auto; }
  .app .overlay-app .text-app {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 40px; }
    .app .overlay-app .text-app .overlay-text {
      position: relative; }
      .app .overlay-app .text-app .overlay-text p {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        line-height: 40px; }
        .app .overlay-app .text-app .overlay-text p.text-first {
          margin-bottom: 40px; }
        .app .overlay-app .text-app .overlay-text p.text-body {
          margin-bottom: 0; }

.footer {
  background-color: #AE0101;
  padding: 20px 0; }
  .footer .overlay-footer .header-bottom {
    margin-bottom: 15px; }
    .footer .overlay-footer .header-bottom .navbar {
      justify-content: center; }
      .footer .overlay-footer .header-bottom .navbar .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: row; }
        .footer .overlay-footer .header-bottom .navbar .navbar-nav .nav-item {
          padding: 0 15px;
          display: inline-block; }
          .footer .overlay-footer .header-bottom .navbar .navbar-nav .nav-item .nav-link {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            transition: all ease-in-out 0.5s;
            padding: 8px 0;
            border-bottom: 1px solid transparent; }
            .footer .overlay-footer .header-bottom .navbar .navbar-nav .nav-item .nav-link:hover {
              border-color: #fff; }
  .footer .overlay-footer .social-list {
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    margin-bottom: 15px; }
    .footer .overlay-footer .social-list li {
      padding: 0 10px; }
      .footer .overlay-footer .social-list li a {
        display: block;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff; }
        .footer .overlay-footer .social-list li a:hover {
          background-color: #fff;
          box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.07);
          color: #AE0101; }
      .footer .overlay-footer .social-list li:first-child {
        padding-right: 0; }
  .footer .overlay-footer .foot-copyright p {
    color: #fff;
    margin: 0; }
    .footer .overlay-footer .foot-copyright p a {
      color: #fff; }

.breadcrumb-overlay {
  padding: 100px 0;
  background: url(../img/bg/1.png) center center no-repeat;
  background-size: cover;
  position: relative; }
  .breadcrumb-overlay::after {
    background: url(../img/bg/2.png) center center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .breadcrumb-overlay .head-breadcrumb {
    z-index: 10;
    position: relative; }
    .breadcrumb-overlay .head-breadcrumb h3 {
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      line-height: 35px;
      margin-bottom: 15px; }
      .breadcrumb-overlay .head-breadcrumb h3 span {
        font-size: 25px; }
    .breadcrumb-overlay .head-breadcrumb .breadcrumb .breadcrumb-item {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px; }
      .breadcrumb-overlay .head-breadcrumb .breadcrumb .breadcrumb-item.active {
        opacity: .7; }
      .breadcrumb-overlay .head-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #fff; }
  .breadcrumb-overlay.breadcrumb-profile {
    margin-bottom: 100px;
    background: #C9C9C9;
    min-height: 300px; }
    .breadcrumb-overlay.breadcrumb-profile::after {
      display: none; }
    .breadcrumb-overlay.breadcrumb-profile .head-breadcrumb {
      z-index: 10;
      position: absolute;
      top: 75px;
      width: 100%;
      right: 0; }
      .breadcrumb-overlay.breadcrumb-profile .head-breadcrumb .technician-img img {
        border: 1px solid #AE0101;
        border-radius: 5px;
        padding: 10px;
        background-color: #fff; }
      .breadcrumb-overlay.breadcrumb-profile .head-breadcrumb .technician-content .technician-body h3 {
        font-size: 30px;
        font-weight: 700;
        color: #000;
        margin-bottom: 24px; }
      .breadcrumb-overlay.breadcrumb-profile .head-breadcrumb .technician-content .technician-body h6 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: start; }
        .breadcrumb-overlay.breadcrumb-profile .head-breadcrumb .technician-content .technician-body h6 i {
          width: 30px;
          height: 30px;
          padding: 3px;
          border: 1px solid #AE0101;
          font-size: 18px;
          margin-left: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #AE0101;
          background-color: #fff; }

.login {
  padding: 40px 0;
  background-color: #fff; }
  .login .head-section {
    margin-bottom: 30px; }
    .login .head-section h4 {
      font-size: 25px;
      font-weight: 600;
      color: #000;
      text-align: start;
      line-height: 45px;
      margin-bottom: 15px; }
  .login .new-client p {
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    opacity: .8;
    margin-bottom: 30px; }
  .login .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }

.profile {
  padding: 40px 12px;
  background-color: #fff; }
  .profile .profile-img {
    margin-bottom: 30px; }
    .profile .profile-img img {
      width: 200px; }
  .profile .profile-info .info-overlay {
    gap: 10px;
    display: grid;
    position: relative; }
    .profile .profile-info .info-overlay .title {
      font-size: 18px;
      font-weight: 400;
      color: #000; }
      .profile .profile-info .info-overlay .title.profile-name {
        font-size: 20px;
        font-weight: 600; }
    .profile .profile-info .info-overlay .info-edit {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: start;
      gap: 12px;
      margin-top: 24px; }
      .profile .profile-info .info-overlay .info-edit .btn:hover {
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07); }
  .profile .project-img {
    margin-bottom: 24px;
    padding: 12px;
    background-color: #E9E9E9;
    border-radius: 5px;
    border: 1px solid #AE0101;
    position: relative; }
    .profile .project-img img {
      width: 100%; }
  .profile.user .project-img {
    margin-bottom: 12px;
    position: relative; }
    .profile.user .project-img .image-link {
      width: 100%;
      height: 100%;
      display: block; }
    .profile.user .project-img .order {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #AE0101;
      color: #fff;
      padding: 5px;
      font-size: 16px;
      font-weight: 500; }
  .profile.user .profile-desc {
    margin-bottom: 24px; }
  .profile .location-content {
    padding: 12px;
    border: 1px solid #AE0101;
    background-color: #E9E9E9;
    border-radius: 5px; }

.technicians {
  padding: 40px 0; }
  .technicians .overlay-technicians .technician {
    text-align: center;
    margin-bottom: 24px;
    border: 1px solid #AE0101;
    border-radius: 5px;
    padding: 12px; }
    .technicians .overlay-technicians .technician .technician-head {
      margin-bottom: 12px;
      position: relative;
      overflow: hidden; }
      .technicians .overlay-technicians .technician .technician-head img {
        border-radius: 5px 5px 0 0; }
      .technicians .overlay-technicians .technician .technician-head::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        background-color: #fff;
        transform: translateX(-200%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        opacity: 0.3;
        pointer-events: none;
        z-index: 99;
        transition: 0.5s all ease; }
    .technicians .overlay-technicians .technician .technician-body .technician-title h4 {
      font-size: 26px;
      font-weight: 600;
      line-height: 30px;
      color: #000;
      transition: all ease-in-out 0.5s;
      margin-bottom: 12px; }
    .technicians .overlay-technicians .technician .technician-body .technician-rate {
      margin-bottom: 12px; }
      .technicians .overlay-technicians .technician .technician-body .technician-rate ul {
        gap: 12px; }
        .technicians .overlay-technicians .technician .technician-body .technician-rate ul li {
          color: #AE0101; }
    .technicians .overlay-technicians .technician .technician-body .technician-info h5 {
      font-size: 18px;
      font-weight: 500;
      line-height: 18px;
      color: #AE0101;
      margin-bottom: 12px; }
    .technicians .overlay-technicians .technician:hover .technician-head::after {
      transform: translateX(250%); }
    .technicians .overlay-technicians .technician:hover .technician-title h4 {
      color: #AE0101; }
  .technicians.technicians-filter .overlay-technicians .nav-pills {
    margin-bottom: 24px; }
    .technicians.technicians-filter .overlay-technicians .nav-pills .nav-link {
      border-top: 1px solid #C9C9C9;
      border-radius: 0;
      margin: 0;
      padding: 15px 20px;
      position: relative;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000;
      margin: 0 10px 20px; }
      .technicians.technicians-filter .overlay-technicians .nav-pills .nav-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 100%;
        background-color: transparent; }
      .technicians.technicians-filter .overlay-technicians .nav-pills .nav-link.active {
        background: #E9E9E9;
        color: #AE0101;
        border-color: transparent; }
        .technicians.technicians-filter .overlay-technicians .nav-pills .nav-link.active::after {
          background-color: #AE0101; }
      .technicians.technicians-filter .overlay-technicians .nav-pills .nav-link:hover {
        background: #E9E9E9;
        color: #AE0101; }
  .technicians.technicians-search .sec-search {
    margin-bottom: 40px;
    padding: 0 12px; }

.technician-information {
  padding: 40px 0; }
  .technician-information .overlay-technician .title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px; }
  .technician-information .overlay-technician .nav-pills .nav-link {
    border-top: 1px solid #C9C9C9;
    border-radius: 0;
    margin: 0;
    padding: 15px 10px;
    position: relative;
    text-align: start;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000; }
    .technician-information .overlay-technician .nav-pills .nav-link:last-child {
      border-bottom: 1px solid #C9C9C9; }
    .technician-information .overlay-technician .nav-pills .nav-link::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 5px;
      height: 100%;
      background-color: transparent; }
    .technician-information .overlay-technician .nav-pills .nav-link i {
      margin-left: 8px;
      font-size: 20px; }
    .technician-information .overlay-technician .nav-pills .nav-link.active {
      background: #E9E9E9;
      color: #AE0101; }
      .technician-information .overlay-technician .nav-pills .nav-link.active::after {
        background-color: #AE0101; }
    .technician-information .overlay-technician .nav-pills .nav-link:hover {
      background: #E9E9E9;
      color: #AE0101; }
  .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .rating {
    margin-bottom: 24px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #AE0101;
    background-color: #E9E9E9; }
    .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .rating .overlay-rating {
      background-color: #fff;
      padding: 12px;
      border-radius: 5px; }
    .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .rating h5 {
      margin-bottom: 12px; }
    .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .rating .technician-rate ul {
      margin-bottom: 12px;
      gap: 12px; }
      .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .rating .technician-rate ul li {
        color: #AE0101; }
  .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .work-img {
    margin-bottom: 24px;
    padding: 12px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #AE0101;
    position: relative; }
  .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .info-content .info-content-list .info-content-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .info-content .info-content-list .info-content-item h4 {
      margin-bottom: 0; }
    .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .info-content .info-content-list .info-content-item ul {
      gap: 12px;
      flex-wrap: wrap; }
      .technician-information .overlay-technician .tab-content .tab-pane .technician-information-body .info-content .info-content-list .info-content-item ul li {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        line-height: 28px; }
  .technician-information .overlay-technician .tab-content .tab-pane .location-content {
    padding: 12px;
    border: 1px solid #AE0101;
    background-color: #E9E9E9;
    border-radius: 5px; }

.notes {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all ease-in-out 0.5s;
  transition-delay: 1.1s;
  z-index: -1;
  overflow: hidden; }
  .notes .notes-overlay {
    position: absolute;
    top: 0;
    right: -202%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    transition: all ease-in-out 0.5s;
    transition-delay: .5s; }
  .notes .notes-content {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
    max-width: 100%;
    width: 450px;
    height: 100vh;
    top: 0;
    left: -450px;
    transition: all ease-in-out 0.5s;
    overflow-y: auto; }
    .notes .notes-content .head-section {
      padding: 20px;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .notes .notes-content .head-section .close-icon {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        line-height: 26px;
        cursor: pointer;
        transition: all ease-in-out 0.5s; }
        .notes .notes-content .head-section .close-icon:hover {
          color: #AE0101; }
      .notes .notes-content .head-section h2 {
        margin-bottom: 0;
        text-align: start;
        font-size: 24px;
        line-height: 26px; }
    .notes .notes-content .notes-content-body {
      padding: 12px; }
      .notes .notes-content .notes-content-body .notes-content-body-item {
        margin-bottom: 24px;
        border: 1px solid #AE0101;
        border-radius: 5px;
        padding: 12px;
        background-color: #E9E9E9;
        margin-bottom: 12px; }
        .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start {
          background-color: #fff;
          padding: 12px; }
          .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start .img-tech {
            margin-left: 12px; }
            .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start .img-tech img {
              border-radius: 3px; }
          .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start .content-item h4 {
            font-size: 15px;
            margin-bottom: 6px;
            font-weight: 500; }
          .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start .content-item h5 {
            font-size: 14px;
            margin-bottom: 6px;
            font-weight: 500; }
          .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start .content-item p {
            font-size: 13px; }
          .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start .item-categ {
            margin-right: auto; }
            .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-start .item-categ span {
              font-size: 15px;
              background-color: #AE0101;
              color: #fff;
              padding: 0 6px;
              border-radius: 3px; }
        .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-end {
          background-color: #fff; }
          .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-end .btns-end {
            gap: 12px;
            margin: 0 12px;
            padding-bottom: 12px; }
            .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-end .btns-end .btn.approved {
              background-color: green;
              border-color: green; }
              .notes .notes-content .notes-content-body .notes-content-body-item .notes-content-body-end .btns-end .btn.approved:hover {
                background-color: #fff;
                border-color: #fff;
                color: green; }
        .notes .notes-content .notes-content-body .notes-content-body-item.active {
          display: none; }
  .notes.active {
    z-index: 9999; }
    .notes.active .notes-overlay {
      right: 0; }
    .notes.active .notes-content {
      transition-delay: 1s;
      left: 0; }

.chat {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all ease-in-out 0.5s;
  transition-delay: 1.1s;
  z-index: -1;
  overflow: hidden; }
  .chat .chat-overlay {
    position: absolute;
    top: 0;
    right: -202%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    transition: all ease-in-out 0.5s;
    transition-delay: .5s; }
  .chat .chat-content {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
    max-width: 100%;
    width: 450px;
    height: 100vh;
    top: 0;
    left: -450px;
    transition: all ease-in-out 0.5s;
    overflow-y: hidden; }
    .chat .chat-content .head-section {
      padding: 20px;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #AE0101; }
      .chat .chat-content .head-section .close-icon {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        line-height: 26px;
        cursor: pointer;
        transition: all ease-in-out 0.5s; }
        .chat .chat-content .head-section .close-icon:hover {
          color: #fff; }
      .chat .chat-content .head-section .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: center; }
        .chat .chat-content .head-section .media .media-head {
          position: relative; }
          .chat .chat-content .head-section .media .media-head::after {
            content: '';
            height: 10px;
            width: 10px;
            background-color: green;
            border-radius: 50%;
            position: absolute;
            bottom: 0;
            left: 20px;
            z-index: 10; }
          .chat .chat-content .head-section .media .media-head img {
            width: 65px;
            margin-left: 12px; }
        .chat .chat-content .head-section .media .media-body {
          -ms-flex: 1;
          flex: 1; }
          .chat .chat-content .head-section .media .media-body h4 {
            font-size: 18px;
            margin-bottom: 6px;
            font-weight: 700;
            color: #fff; }
          .chat .chat-content .head-section .media .media-body p {
            font-size: 12px;
            margin-bottom: 0;
            font-weight: 500;
            color: #fff; }
    .chat .chat-content .chat-container {
      padding: 20px 10px;
      background-color: #fff;
      box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
      max-width: 100%;
      height: calc(100vh - 180px);
      max-height: 100%;
      transition: all ease-in-out 0.5s;
      overflow-y: auto; }
      .chat .chat-content .chat-container .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 12px; }
        .chat .chat-content .chat-container .media:last-child {
          margin-bottom: 0; }
        .chat .chat-content .chat-container .media img {
          width: 30px;
          margin-left: 6px; }
        .chat .chat-content .chat-container .media .media-body {
          -ms-flex: 1;
          flex: 1; }
          .chat .chat-content .chat-container .media .media-body .text-message {
            padding: 9px;
            background-color: #E9E9E9;
            color: #000;
            font-size: 13px;
            font-weight: 500;
            line-height: 24px;
            max-width: 80%;
            width: fit-content;
            border-radius: 9px;
            border-bottom-right-radius: 0;
            text-align: start;
            margin-bottom: 3px; }
          .chat .chat-content .chat-container .media .media-body span {
            font-size: 12px;
            font-weight: 400; }
        .chat .chat-content .chat-container .media.media-left {
          direction: ltr; }
          .chat .chat-content .chat-container .media.media-left img {
            margin: 0;
            margin-right: 6px; }
          .chat .chat-content .chat-container .media.media-left .media-body .text-message {
            text-align: end;
            border-bottom-right-radius: 9px;
            border-bottom-left-radius: 0; }
    .chat .chat-content .chat-inputs {
      position: sticky;
      bottom: 0;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      background-color: #fff;
      padding: 13px;
      max-width: 100%;
      box-shadow: 0 -5px 20px 5px rgba(0, 0, 0, 0.25); }
      .chat .chat-content .chat-inputs .content-inputs {
        padding: 6px 12px;
        border-radius: 16px;
        border: 1px solid #C9C9C9;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px; }
        .chat .chat-content .chat-inputs .content-inputs input[type=file] {
          display: none; }
        .chat .chat-content .chat-inputs .content-inputs input[type=text] {
          flex: 1;
          border: 0;
          height: 40px;
          padding: 6px 12px; }
        .chat .chat-content .chat-inputs .content-inputs label {
          cursor: pointer; }
        .chat .chat-content .chat-inputs .content-inputs button {
          background-color: transparent;
          border: 0; }
  .chat.active {
    z-index: 9999; }
    .chat.active .chat-overlay {
      right: 0; }
    .chat.active .chat-content {
      transition-delay: 1s;
      left: 0; }

@media (max-width: 1400px) {
  .container {
    max-width: 1200px; } }
@media (max-width: 991px) {
  .header {
    display: none; }
    .header.header-mob {
      display: block; }

  .sliders .overlay-sliders .sliders-content {
    padding: 15px; }

  .logos .overlay-logos .col-md-3 {
    width: 25%; }

  .app .overlay-app .text-app .overlay-text p {
    font-size: 18px; }

  .breadcrumb-overlay.breadcrumb-profile {
    min-height: auto;
    padding: 50px 0;
    margin-bottom: 0; }
    .breadcrumb-overlay.breadcrumb-profile .head-breadcrumb {
      position: relative;
      top: auto;
      right: auto; }
      .breadcrumb-overlay.breadcrumb-profile .head-breadcrumb .technician-img img {
        width: 250px;
        margin-bottom: 24px; }

  .nav-pills {
    margin-bottom: 24px; }

  aside {
    display: none; } }
@media (max-width: 575px) {
  .sliders .overlay-sliders .sliders-content .upload-img {
    max-height: initial; }
  .sliders .overlay-sliders .sliders-content button {
    margin-bottom: 20px; }

  .categories {
    padding: 40px 0; }
    .categories .overlay-categories .col-lg-2.col-md-3.col-xs-6 {
      width: 50%; }

  .logos .overlay-logos .col-md-3 {
    width: 50%; }

  .head-section h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 25px; }
  .head-section .sub-head div {
    margin-left: 5px;
    height: 3px;
    width: 20px; }
  .head-section .sub-head p {
    font-size: 14px; } }
.drag-tip {
  text-align: center;
  color: #fff;
  margin-top: 0; }

#drop-zone {
  border: 2px dashed #AE0101;
  border-radius: 20px;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px; }

#drop-zone.highlight {
  border-color: #fff; }

#avatars {
  display: flex;
  flex-wrap: wrap;
  gap: 1%; }

#avatars img {
  max-width: calc(98% / 3);
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  max-height: 300px; }

.button {
  display: block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center; }

.button:hover {
  background: #ddd; }

/* Hides the native 'choose files' upload input */
#file-element {
  display: none; }

.error-feedback{
  color: #AE0101;
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */
