:root {
  --primary: #7E5359;
  --secondary: #41335B;
  --filterPrimary: invert(35%) sepia(7%) saturate(2665%) hue-rotate(302deg) brightness(90%) contrast(76%);
  --filterSecondary: invert(17%) sepia(6%) saturate(6361%) hue-rotate(221deg) brightness(92%) contrast(80%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Almarai', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

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

div::-webkit-scrollbar {
  height: 5px;
}

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

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #021744;
}

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

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

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

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

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

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

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

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

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

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          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 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 60px !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 17px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}

.trans_3 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@-webkit-keyframes floatingX10 {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@keyframes floatingX10 {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.slide_ltr {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .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 {
  -webkit-transform: scale(1);
          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 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slide_rtl {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .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 {
  -webkit-transform: scale(1);
          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 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

.puff-in {
  -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}

@keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}

.swing-in-right-fwd {
  -webkit-animation: swing-in-right-fwd 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: swing-in-right-fwd 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@-webkit-keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}

@keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}

.swing-in-left-fwd {
  -webkit-animation: swing-in-left-fwd 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: swing-in-left-fwd 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 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: 30px;
  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: transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--secondary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next:hover::after,
.swiper-container .swiper-button-prev:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f178';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f177';
}

.butn {
  position: relative;
  padding: .8rem 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 8px;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 12px;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.white_border_butn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #D6D3D3;
}

.butn:hover {
  background-color: #6c464b;
  border: 1px solid #6c464b;
  color: #fff !important;
}

.butn:hover i,
.butn:hover .icon {
  animation: pulse .5s both infinite alternate-reverse;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.circle_butn {
  padding: 0.9rem 2rem;
  min-width: 150px;
}

.circle_butn span {
  font-weight: bold;
}

.circle_butn::before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--secondary);
  position: absolute;
  top: 13px;
  right: 23px;
  border-radius: 4px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.circle_butn:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
}

.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_links .down_img {
  width: 180px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 15px 0 #0002;
          box-shadow: 3px 6px 15px 0 #0002;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

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

.modal-content .butn_close {
  position: absolute;
  top: 9px;
  left: 6px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 10px 0 #0002;
          box-shadow: 3px 6px 10px 0 #0002;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--secondary);
}

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

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  background-color: #fff;
  z-index: 99;
}

.navs-container .navbar.home_nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navs-container .navbar.navbar-fixed-top {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.navs-container .navbar.navbar-fixed-top.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: -20px;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: 3px 10px 30px #0002;
          box-shadow: 3px 10px 30px #0002;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.navs-container .navbar.navbar-fixed-top.scrolled .logo {
  width: 100px;
}

.navs-container .navbar .logo {
  width: 140px;
}

.navs-container .navbar .nav-link {
  color: #777;
  margin: 0 10px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.navs-container .navbar .nav-link::after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: var(--primary);
  position: absolute;
  inset-inline-start: 15px;
  opacity: 0;
  bottom: -13px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .nav-link.active {
  color: #fff;
  color: var(--primary);
}

.navs-container .navbar .nav-link:focus {
  color: var(--primary) !important;
}

.navs-container .navbar .nav-link:hover {
  color: var(--secondary) !important;
}

.navs-container .navbar .nav-link.active::after, .navs-container .navbar .nav-link:hover::after {
  opacity: 1;
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.7);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--secondary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  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(--secondary);
  -webkit-transition: 0.5s;
  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-image: -webkit-gradient(linear, left top, right top, from(#41335B), color-stop(#845759), to(#41335B));
  background-image: linear-gradient(to right, #41335B, #845759, #41335B);
}

.footer .content {
  margin-bottom: 40px;
}

.footer .content .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 40px;
}

.footer .content .social_links a {
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
  color: #fff;
  font-size: 18px;
}

.footer .content .social_links a:hover {
  color: #fff !important;
}

.footer .content .links a {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  color: #ddd;
}

.footer .content .links a:hover {
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
  color: #fff !important;
}

.footer .content .logos_row img {
  width: 75px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  margin-bottom: 15px;
}

.footer .foot {
  padding: 25px 0;
  border-top: 1px solid #ccc;
}

.footer .foot .links a {
  color: #fff;
  font-size: 15px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.footer .foot .links a:hover {
  color: #fff !important;
}

.footer .foot .p {
  color: #fff !important;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  padding: 140px 0 50px 0;
  position: relative;
}

.header .img_box {
  position: relative;
  padding: 0 2vw;
}

.header .img_box .img {
  height: 570px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .img_box .box {
  width: 175px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 6px;
  position: absolute;
  inset-inline-start: 13%;
  z-index: -1;
}

.header .img_box .box:nth-of-type(1) {
  background-color: var(--primary);
  top: 20%;
}

.header .img_box .box:nth-of-type(2) {
  background-color: var(--secondary);
  top: 50%;
}

.header .img_box .box:nth-of-type(3) {
  background-color: var(--primary);
  top: 80%;
}

.header .text_box .title {
  font-weight: 900;
  font-size: 50px;
}

.header .text_box .title::after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #fff;
  font-size: 30px;
  position: relative;
  display: block;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.header .text_box .p {
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
}

.header .pattern {
  position: absolute;
  left: 5%;
  top: 16%;
  width: 25%;
}

.about_sec .img_box {
  position: relative;
}

.about_sec .img_box .img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  height: 630px;
  width: 100%;
}

.about_sec .img_box .vector2 {
  position: absolute;
  top: -15px;
  inset-inline-end: -15%;
  height: 100%;
  z-index: -1;
}

.about_sec .img_box .sm_card_1 {
  position: absolute;
  bottom: -11%;
  inset-inline-start: 13%;
  width: 45%;
}

.about_sec .img_box .sm_card_2 {
  position: absolute;
  bottom: -18%;
  inset-inline-start: -8%;
  width: 39%;
  z-index: -2;
}

.about_sec .text_box .title {
  font-size: 44px;
}

.about_sec .text_box .p {
  color: #838FAE;
}

.about_sec .vector {
  position: absolute;
  top: -62px;
  inset-inline-end: -14%;
  height: 100%;
}

.about_sec .vector1 {
  position: absolute;
  top: 9%;
  inset-inline-start: 1%;
  width: 13%;
  -o-object-fit: contain;
     object-fit: contain;
}

.joining_sec .text_box .title {
  font-size: 44px;
  line-height: 1.5;
}

.joining_sec .text_box .p {
  color: #838FAE;
}

.joining_sec .img_box {
  position: relative;
}

.joining_sec .img_box .img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 570px;
  width: 100%;
}

.joining_sec .vector {
  position: absolute;
  top: 0px;
  inset-inline-start: -19%;
  height: 100%;
  z-index: -1;
}

.joining_sec .vector2 {
  position: absolute;
  top: -42px;
  inset-inline-start: -11%;
  height: 112%;
}

.features_sec .sec_head {
  font-size: 44px;
}

.features_sec .feature_card {
  padding: 35px 3vw;
  position: relative;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center;
  border-radius: 20px;
}

.features_sec .feature_card:hover {
  -webkit-box-shadow: 10px 40px 46px 0 #0001;
          box-shadow: 10px 40px 46px 0 #0001;
}

.features_sec .feature_card .icon {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 25px auto;
}

.features_sec .feature_card .txt .p {
  margin-bottom: 0;
  color: #B1AAAA;
  font-size: 14px;
}

.contact_sec .map_box {
  position: relative;
}

.contact_sec .map_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(65, 51, 91, 0.41);
  pointer-events: none;
}

.contact_sec .form_box {
  background-color: #fff;
  padding: 45px 3vw;
  border-radius: 10px;
  margin-top: -400px;
  position: relative;
  z-index: 6;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.contact_sec .form_box .form-group {
  margin-bottom: 1rem;
}

.contact_sec .form_box .form-group .form-control {
  border-color: #D0DBE0;
  border-radius: 4px;
  -webkit-padding-start: 65px;
          padding-inline-start: 65px;
}

.contact_sec .form_box .form-group input, .contact_sec .form_box .form-group select {
  height: 55px !important;
}

.contact_sec .form_box .form-group .icon {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border: 1px solid #D0DBE0;
  border-radius: 0 4px 4px 0;
}

.contact_sec .form_box .form-group .icon .icon-15 {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.contact_sec .contact_cards_row {
  margin-top: -110px;
}

.contact_sec .contact_cards_row .contact_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  margin-bottom: 15px;
}

.contact_sec .contact_cards_row .contact_card .icon {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.contact_sec .contact_cards_row .contact_card .social_links img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

/**********************************************
    Start Edit pg_header
**********************************************/
/**********************************************
    Start Edit register Page 
**********************************************/
.register-pg .register-box {
  background-color: #fff;
  border: 10px solid #F8F9FA;
  border-radius: 20px;
}

.register-pg .register-box .head {
  border-radius: 13px 13px 0 0;
  padding: 35px 15px;
  background-color: #F8F9FA;
}

.register-pg .register-box .head .logo {
  width: 80px;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.register-pg .register-box .card-body {
  padding: 3rem 1.5rem;
  border-radius: 0 0 20px 20px;
}

.register-pg .form-control {
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
}

.register-pg .drop_box {
  overflow: hidden;
  height: 60px;
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 1.5rem !important;
}

.register-pg .drop_box .kwt-file {
  width: 100%;
}

.register-pg .drop_box .kwt-file__drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.register-pg .drop_box .kwt-file__drop-area.is-active {
  background-color: #eacee5;
}

.register-pg .drop_box .kwt-file__choose-file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--secondary);
  border-radius: 5px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}

.register-pg .drop_box .kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
}

.register-pg .drop_box .kwt-file__choose-file svg {
  width: 19px;
  height: 19px;
  display: block;
}

.register-pg .drop_box .kwt-file__msg {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.register-pg .drop_box .kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.register-pg .drop_box .kwt-file__input:focus {
  outline: none;
}

.register-pg .drop_box .kwt-file__delete {
  display: none;
  position: absolute;
  inset-inline-end: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.register-pg .drop_box .kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.register-pg .drop_box .kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: var(--secondary);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.register-pg .drop_box .kwt-file__delete:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(2.2);
          transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}

.register-pg .input-group-text {
  border: 1px solid transparent;
}

.register-pg .forget_pass {
  font-size: 14px;
  color: #777;
}

.register-pg .submit_butn {
  height: 60px;
  border-radius: 15px;
}

.register-pg .browse_butn {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 60px;
  padding: 0 0.8rem;
  pointer-events: none;
  border-radius: 0.25rem;
}

.register-pg .form-control[type=file] {
  height: auto !important;
  padding: 1.2rem 1.5rem;
}

.register-pg .map_box iframe {
  border-radius: 0.25rem;
}

.register-pg .accordion {
  background-color: #F8F9FA;
  padding: 15px;
  border-radius: 0.25rem;
}

.register-pg .accordion .accordion-body {
  padding: 0 1.25rem 1rem 1.25rem;
}

.register-pg .accordion .accordion-button:not(.collapsed) {
  color: var(--secondary);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.register-pg .accordion .accordion-button::after {
  display: none !important;
}

.show_hide_password {
  position: relative;
}

.show_hide_password .show_pass {
  position: absolute;
  top: 24px;
  inset-inline-end: 20px;
  cursor: pointer;
  color: #888;
}

.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.profile-avatar input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}

.profile-avatar button {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #eee;
  position: absolute;
  right: 2px;
  bottom: 0px;
  cursor: pointer;
}

.profile-avatar button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

/**********************************************
    Start Edit content Page 
**********************************************/
.content-pg .inner {
  border: 10px solid #f5f5f5;
  border-radius: 20px;
  padding: 4vw;
}

.content-pg .p {
  color: #564485;
  font-size: 18px;
  line-height: 2;
}

/**********************************************
    Start Edit Dark Mode
**********************************************/
.theme-dark .d_dark_none {
  display: none !important;
}

.theme-dark .d_dark_block {
  display: block !important;
}

.theme-dark .navbar,
.theme-dark body,
.theme-dark .register-pg .register-box,
.theme-dark .modal-content {
  background-color: #242331;
}

.theme-dark .pg_header,
.theme-dark .contact_sec .form_box,
.theme-dark .contact_sec .contact_cards_row .contact_card,
.theme-dark .register-pg .register-box .head {
  background-color: #403f4c !important;
}

.theme-dark .register-pg .register-box {
  border-color: #403f4c;
}

.theme-dark .navs-container .navbar .nav-link,
.theme-dark .title {
  color: #fff !important;
}

.theme-dark .about_sec .text_box .p,
.theme-dark p, .theme-dark .p,
.theme-dark .joining_sec .text_box .p,
.theme-dark form .form-group .form-check .form-check-label {
  color: #eee;
}

.theme-dark .nav_end .primary_border_butn {
  border-color: #fff;
  color: #fff;
}

.theme-dark .register-pg .content .box .title {
  color: #41335B !important;
}

.themeToggler {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
}

.themeToggler .switch {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 40px;
  background-color: #F4F2F3;
  border-radius: 20px;
}

.themeToggler .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.themeToggler .slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 65px;
  height: 36px;
  border-radius: 20px;
  -webkit-transform: translateX(-65px);
          transform: translateX(-65px);
}

.themeToggler .txt_row {
  position: absolute;
  height: 40px;
  top: 0;
}

.themeToggler .txt_row .mode_txt {
  font-size: 12px;
  font-weight: bold;
  color: #888;
  margin: 0 9px;
}

.themeToggler input:checked + .slider {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
/*# sourceMappingURL=style.css.map */

/**********************************************
    Start Edit  content_pg
**********************************************/
.content_pg {
    background-color: #fff;
}

.content_pg .inner {
padding: 0 3vw 50px 3vw;
border-radius: 25px;
background-color: #F8F9FA;
margin-top: 50px;
}

.content_pg .inner .sec_head {
    outline: 15px solid #fff;
    padding: 1.5rem 2vw;
    border-radius: 15px;
    display: block;
    position: relative;
    top: -45px;
    background: #F8F9FA;
}

.content_pg .inner .sec_head .border_b::after {
    margin-bottom: 0;
}

.content_pg .inner .det,
.content_pg .inner .det *{
    line-height: 2.2;
    color: #505050;
    margin-bottom: 0;
    font-size: 16px;
    
    margin-top: 0;
}

.contact_sec .map_box iframe{
    width: 100%;
    height: 515px;
}


        