:root {
  --primary: #ED1C24;
  --secondary: #F78E1D;
  --filterPrimary: invert(18%) sepia(83%) saturate(4057%) hue-rotate(348deg) brightness(94%) contrast(97%);
  --filterSecondary: invert(0%) sepia(100%) saturate(19%) hue-rotate(19deg) brightness(101%) contrast(106%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Tajawal", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}
*::selection {
  background-color: var(--primary);
  color: #fff;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background-color: #ccc;
}
*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

body {
  direction: rtl;
  overflow-x: hidden;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  filter: var(--filterPrimary);
}

.filterSecondary {
  filter: var(--filterSecondary);
}

.filterWhite {
  filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: var(--primary) !important;
}
a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  transition: all 0.3s linear;
}
button:focus {
  border: none;
  box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: none;
}

form .form-group {
  position: relative;
}
form .form-control {
  font-size: 14px;
}
form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}
form input,
form select {
  height: 55px !important;
}
form textarea {
  resize: none;
}
form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 15px;
  top: 14px;
  height: 30px;
  width: 30px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.center-vr {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.inFlex {
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes floatingX {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
@keyframes floatingX {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.slide_ltr {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_ltr.animated {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_ltr.no_scale {
  transform: scale(1);
}

.slide_rtl {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slide_rtl.animated {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_rtl.no_scale {
  transform: scale(1);
}

@-webkit-keyframes puff-in-right {
  0% {
    transform: scale(1.3);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-right {
  0% {
    transform: scale(1.3);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in-right {
  -webkit-animation: puff-in-right 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-right 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--primary);
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  transition: all 0.3s linear;
  opacity: 0.7;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: "\f0da";
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}
.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: "\f0d9";
}

.butn {
  position: relative;
  padding: 0.7rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 25px;
}
.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}
.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.butn.white_border_butn {
  background-color: transparent;
  border: 1px solid #D6D3D3;
}
.butn.white_butn {
  background-color: #fff;
}
.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}
.butn:hover {
  background-color: #83090d;
  border: 1px solid #83090d;
  color: #fff !important;
}
.butn:hover i {
  animation: floatingX 0.5s both infinite alternate-reverse;
}
.butn:hover .icon {
  filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.down_link {
  direction: ltr;
  text-align: start;
  margin-bottom: 15px;
}

.modal-content {
  border-radius: 15px;
  padding: 15px;
}

.contentModal .p {
  font-size: 14px;
  line-height: 2rem;
}

.stateModal .icon_lg {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #320507;
}
.navs-container .navbar.navbar-fixed-top {
  transition: all 0.1s linear;
}
.navs-container .navbar.navbar-fixed-top.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: -20px;
  opacity: 1;
  z-index: 999;
  transition: all 0.3s ease-in;
  box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.1333333333);
  transform: translateY(10px);
}
.navs-container .navbar.navbar-fixed-top.scrolled .logo {
  width: 60px;
}
.navs-container .navbar .logo {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navs-container .navbar .nav-link {
  font-size: 15px;
  margin: 0 7px;
  color: #ddd;
  font-weight: 500;
}
.navs-container .navbar .nav-link.active {
  color: #fff;
}
.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  transform: rotate(45deg);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  transform: rotate(135deg);
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  background-color: #190204 !important;
}
.footer .content {
  margin-bottom: 25px;
}
.footer .content .logo {
  width: 130px;
}
.footer .content .social_links a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--primary);
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .content .social_links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}
.footer .content .links {
  position: relative;
}
.footer .content .links a {
  display: block;
  color: #eee;
  margin: 15px 0;
}
.footer .content .p {
  color: #ddd;
}
.footer .content .form-group .butn {
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 5px;
}
.footer .foot {
  padding: 20px 0;
}
.footer .foot .links a {
  font-size: 14px;
  margin: 0 10px;
}
.footer .foot .copyright_p {
  font-size: 14px;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  background-color: #320507;
  padding: 170px 0 70px 0;
}
.header .text-box .lg_title {
  font-size: calc(1.5vw + 35px);
}
.header .phone_img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .bg {
  background: url(../images/pattern-1.png) no-repeat;
  opacity: 0.05;
}

.about-sec .text-box .title {
  font-size: calc(0.8vw + 35px);
}
.about-sec .phone_img {
  width: 100%;
  height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-sec .shape_r,
.about-sec .shape_l {
  position: absolute;
  top: 0;
  width: 50%;
}
.about-sec .shape_r {
  right: -10%;
}
.about-sec .shape_l {
  left: -10%;
}

.services-sec .inner .sec-title::after {
  margin: auto;
}
.services-sec .inner .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  position: relative;
}
.services-sec .inner .content .item {
  display: inline-flex;
  margin-bottom: 15px;
}
.services-sec .inner .content .item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-color: #E9EBEA;
  display: block;
  transition: all 0.3s linear;
}
.services-sec .inner .content .item .icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--filterPrimary);
}
.services-sec .inner .content .item .text-box {
  padding: 0 10px;
  width: 80%;
}
.services-sec .inner .content .item .text-box .title {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.7rem;
}
.services-sec .inner .content .item .text-box .p {
  line-height: 1.7rem;
}
.services-sec .inner .content .item:hover .icon {
  background-color: var(--primary);
}
.services-sec .inner .content .item:hover .icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(153%) contrast(103%);
  -webkit-animation: pulse 2s both;
          animation: pulse 2s both;
}
.services-sec .inner .content .item:hover .title {
  color: var(--primary);
}
.services-sec .inner .main-img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-sec {
  background-color: #f6f6f6;
}
.contact-sec .inner {
  border-radius: 25px;
  border: 7px solid #f1f1f1;
  background-color: #fff;
  overflow: hidden;
}
.contact-sec .inner .sidr_r {
  padding: 4vw 2vw;
  height: 100%;
  background-color: #f9f9f9;
}
.contact-sec .inner .sidr_r .contact_card {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  transition: all 0.3s linear;
  background-color: #fff;
}
.contact-sec .inner .sidr_r .contact_card .icon_outer {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 20px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  transition: all 0.3s linear;
}
.contact-sec .inner .sidr_r .contact_card .icon_outer .icon {
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--filterWhite);
}
.contact-sec .inner .sidr_r .contact_card .content {
  width: calc(100% - 120px);
}
.contact-sec .inner .sidr_r .contact_card .content .title {
  font-weight: bold;
  color: var(--primary);
  transition: all 0.3s linear;
}
.contact-sec .inner .sidr_r .contact_card .content .p {
  transition: all 0.3s linear;
  color: #7F7E87;
  font-size: 18px;
}
.contact-sec .inner .sidr_r .contact_card:hover {
  background-color: var(--primary);
}
.contact-sec .inner .sidr_r .contact_card:hover .icon_outer {
  background-color: #fff;
}
.contact-sec .inner .sidr_r .contact_card:hover .icon_outer .icon {
  filter: var(--filterPrimary);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
.contact-sec .inner .sidr_r .contact_card:hover .title,
.contact-sec .inner .sidr_r .contact_card:hover .p {
  color: #fff;
}
.contact-sec .inner .sidr_r .social_links a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--primary);
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-sec .inner .sidr_r .social_links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}
.contact-sec .inner .contact_box {
  padding: 4vw 2vw;
}
.contact-sec .inner .contact_box form .form-control {
  border-radius: 15px;
}

.login-pg .profile_imgs {
  position: relative;
}
.login-pg .profile_imgs .cover_box {
  height: 250px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-radius: 20px;
}
.login-pg .profile_imgs .cover_box .uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.login-pg .profile_imgs .cover_box .uploader label {
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.login-pg .profile_imgs .cover_box .uploading_butn {
  opacity: 0;
}
.login-pg .profile_imgs .cover_box .title {
  color: #888;
}
.login-pg .profile_imgs .cover_box .fa-image {
  font-size: 70px;
  opacity: 0.2;
}
.login-pg .profile_imgs .cover_box .uploader #start {
  float: left;
  clear: both;
  width: 100%;
  padding: 50px 0 0 0;
}
.login-pg .profile_imgs .cover_box .uploader #start.hidden {
  display: none;
}
.login-pg .profile_imgs .cover_box .uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.login-pg .profile_imgs .cover_box .uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.login-pg .profile_imgs .cover_box .uploader #response.hidden {
  display: none;
}
.login-pg .profile_imgs .cover_box .uploader #response #messages {
  display: none;
}
.login-pg .profile_imgs .cover_box .uploader #file-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-pg .profile_imgs .cover_box .uploader #file-image.hidden {
  display: none;
}
.login-pg .profile_imgs .cover_box .uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.login-pg .profile_imgs .cover_box .uploader #notimage.hidden {
  display: none;
}
.login-pg .profile_imgs .cover_box .uploader input[type=file] {
  display: none;
}
.login-pg .profile_imgs .img_box {
  margin-top: -50px;
}
.login-pg .profile_imgs .img_box .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0 auto;
  display: block;
}
.login-pg .profile_imgs .img_box .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.login-pg .profile_imgs .img_box .avatar-upload .avatar-edit input {
  display: none;
}
.login-pg .profile_imgs .img_box .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.login-pg .profile_imgs .img_box .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.login-pg .profile_imgs .img_box .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.login-pg .profile_imgs .img_box .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.login-pg .profile_imgs .img_box .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login-pg .map_box iframe {
  border-radius: 20px;
}
.login-pg .show_hide_password {
  position: relative;
}
.login-pg .show_hide_password .show_pass {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  color: #888;
}
.login-pg .form-check-input {
  height: 1em !important;
}
.login-pg .content .box {
  position: relative;
  display: block;
  height: 200px;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 50px;
}
.login-pg .content .box .title {
  padding: 15px;
  text-align: center;
  margin-right: 20px;
  width: calc(100% - 40px);
  background-color: #f9f9f9;
  border-radius: 20px;
  border: 10px solid #fff;
  margin-top: -30px;
  position: relative;
  z-index: 10;
  font-size: 11px;
}
.login-pg .content .upload-options {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.login-pg .content .upload-options input {
  width: 100%;
  height: 100% !important;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
.login-pg .content .js--image-preview {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../images/upload_img.png");
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
}
.login-pg .content .upload_content {
  /* background-color: #fafafa;
  padding: 30px;
  border-radius: 20px; */
  margin-top: 20px;
}
.login-pg .butn {
  height: 55px;
  border-radius: 15px;
}

/**********************************************
    Start Edit Dark mode 
**********************************************/
.dark_mode .section,
.dark_mode .contact-sec .inner .sidr_r {
  background-color: #000 !important;
}
.dark_mode .section.bg-light,
.dark_mode .contact-sec .inner,
.dark_mode .contact-sec .inner .sidr_r .contact_card {
  background-color: #101010 !important;
}
.dark_mode .header,
.dark_mode .footer {
  background-color: #190204 !important;
}
.dark_mode .footer .foot {
  background-color: #0e0102 !important;
}
.dark_mode .modal-content {
  background-color: #170002 !important;
}
.dark_mode .title,
.dark_mode .modal-title,
.dark_mode .sm_title,
.dark_mode label {
  color: #fff !important;
}
.dark_mode .p,
.dark_mode .footer .foot .links a {
  color: #ddd;
}
.dark_mode .about-sec .shape_r,
.dark_mode .about-sec .shape_l {
  opacity: 0.05;
}
.dark_mode .contact-sec .inner {
  border: 7px solid #151515;
}
.dark_mode .contact-sec .inner .contact_box form .form-control {
  background-color: #151515;
  border: 1px solid #151515;
  color: #fff;
}
.dark_mode .login-pg .profile_imgs .cover_box {
  background-color: #151515;
}
.dark_mode .login-pg .profile_imgs .cover_box .fa-image {
  color: #ccc;
}
.dark_mode .login-pg .content .js--image-preview,
.dark_mode .login-pg .content .box .title {
  background-color: #151515;
}
.dark_mode .login-pg .content .box .title {
  border: 10px solid #000;
}

#modeSwitcher {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
#modeSwitcher .checkbox {
  opacity: 0;
  position: absolute;
}
#modeSwitcher .checkbox:checked + .label {
  background-color: #202020;
}
#modeSwitcher .checkbox:checked + .label .ball {
  transform: translateX(20px);
}
#modeSwitcher .checkbox:checked + .label .ball::after {
  content: "";
  position: absolute;
  background-color: #202020;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  bottom: 50%;
  left: -5%;
  transform: translateY(50%);
}
#modeSwitcher .label {
  background-color: #ddd;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  margin: 0;
  position: relative;
  height: 45px;
  width: 65px;
}
#modeSwitcher .label .fa-moon {
  background-color: #888;
  display: none;
}
#modeSwitcher .label .ball {
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 6px;
  height: 30px;
  width: 30px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}/*# sourceMappingURL=style.css.map */