@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primary: #f29111;
  --secondary: #333;
  --filterPrimary: invert(81%) sepia(38%) saturate(6834%) hue-rotate(354deg) brightness(97%) contrast(95%);
  --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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Changa", 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,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
  height: 5px;
}

/**********************************************
   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 {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

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

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

p,
.p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
  margin-bottom: 0;
}

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;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: 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;
  inset-inline-end: 15px;
  bottom: 15px;
  height: 45px;
  width: 45px;
  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/icons/top-arrow.png);
  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: 10.5px;
  top: 10.5px;
  height: 25px;
  width: 25px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.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);
}

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

.secImg {
  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 Loader
**********************************************/
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
  /*----------- upload loader ------------*/
}

#preloader::after, #preloader::before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0d1a36), color-stop(#132650), to(#0a152e));
  background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader::before {
  top: 0;
}

#preloader::after {
  bottom: 0;
}

#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}

#preloader #loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #0005;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#preloader #loading-wrapper.show {
  display: block;
}

#preloader #loading-wrapper #loading-text {
  display: block;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}

#preloader #loading-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

#preloader #loading-wrapper #loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#preloader #loading-wrapper #loading-content::after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#preloader #loading-wrapper #loading-content::before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#preloader #loading-wrapper #loading-content {
  border: 3px solid transparent;
  border-top-color: #3659A3;
  border-bottom-color: #3659A3;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#preloader #loading-wrapper #loading-content::before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}

#preloader #loading-wrapper #loading-content::after {
  border: 3px solid transparent;
  border-top-color: #E33F74;
  border-bottom-color: #E33F74;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone #loading-wrapper {
  opacity: 0;
  -webkit-transform: scale(3);
  transform: scale(3);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

#preloader.isdone::after, #preloader.isdone::before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#preloader #content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}

#preloader #header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}

#preloader #content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}

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

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

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

@-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);
  }
}

.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 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s 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 imagemove {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(3deg) scale(1.1);
            transform: rotate(3deg) scale(1.1);
  }
}

@keyframes imagemove {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(3deg) scale(1.1);
            transform: rotate(3deg) scale(1.1);
  }
}

/**********************************************
    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: 20px;
  height: 3px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  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;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-shadow: 0px 0px 10px 0 #0002;
          box-shadow: 0px 0px 10px 0 #0002;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  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: 15px;
  color: var(--secondary);
  -webkit-transition: all .3s linear;
  transition: all .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: 2%;
  left: auto;
}

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

.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: '\f104';
}

.butn {
  position: relative;
  padding: .7rem 1.7rem;
  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: 14px;
  border: 1px solid transparent;
  border-radius: 0;
}

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

.butn.sm_butn {
  padding: 0;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-width: 0 3px 3px  0;
  border-color: var(--primary);
  color: var(--primary);
  font-size: 15px;
}

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

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

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

.butn.gray_butn {
  background-color: #f5f5f5;
  color: var(--primary);
}

.butn:hover {
  background-color: #6d440e;
  border-color: #6d440e;
  color: #fff !important;
}

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

.main_butn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main_butn .txt {
  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;
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff7ed;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 5;
}

.main_butn .txt i {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.main_butn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  inset-inline-start: -7px;
  background-color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_butn:hover::before {
  top: 5px;
  inset-inline-start: 5px;
}

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

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

.has_icon {
  position: relative;
}

.has_icon::before {
  content: '';
  background: url(../images/icon.png) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  position: relative;
  top: 7px;
}

.modal .btn-close {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
  position: absolute;
  left: 15px;
  top: 15px;
}

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

.modal .modal-content .form-control {
  border-radius: 35px;
}

.modal .modal-content .butn {
  min-width: 100px;
  border-radius: 10px;
}

.logoutModal .icon_box {
  margin: 0 auto 25px auto;
}

.logoutModal .icon_box .icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.rateModal .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .2em;
  text-align: center;
  margin: auto;
}

.rateModal .stars-content .star-rating i {
  margin: 0 5px;
}

.rateModal .stars-content .star-rating input {
  display: none;
}

.rateModal .stars-content .star-rating label {
  color: #FFEEC9;
  cursor: pointer;
}

.rateModal .stars-content .star-rating :checked ~ label {
  color: #FFD06A;
}

.rateModal .stars-content .star-rating label:hover,
.rateModal .stars-content .star-rating label:hover ~ label {
  color: #FFB820;
}

.rateModal .butn {
  min-width: 140px;
  font-size: 16px;
}

.stateModal .icon {
  margin: 0 auto 25px auto;
  width: 235px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.stateModal .title {
  font-size: 20px !important;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  padding: 1rem;
}

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

.navs-container .navbar .logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  font-size: 17px;
  margin: 0 10px;
  color: #333;
}

.navs-container .navbar .nav-link.active {
  color: var(--primary);
  font-weight: bold;
}

.navs-container .navbar .nav_end .butn {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.navs-container .navbar .nav_end .butn i {
  margin: 0;
}

.navs-container .navbar .nav_end .dropdown-menu {
  text-align: center;
  border-radius: 0 0 15px 15px;
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 15px 0 #3331;
          box-shadow: 0px 0px 15px 0 #3331;
  font-size: 13px;
  border: 1px solid #eee;
}

.navs-container .navbar .nav_end .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}

.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 {
  -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(--primary);
  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(--primary);
  -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: #101010;
}

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

.footer .content .logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .content .title {
  font-size: 20px;
}

.footer .content .p {
  font-size: 13px;
  color: #eee;
}

.footer .content .social_links a {
  width: 40px;
  height: 40px;
  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;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  margin: 0 .5vw;
}

.footer .content .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

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

.footer .content .links a:hover {
  -webkit-padding-start: 7px;
          padding-inline-start: 7px;
}

.footer .content .payLogo {
  max-width: 50px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .foot {
  border-top: 1px solid #d6d3d332;
  font-size: 13px;
  color: #fff;
}

.footer .foot .alyom_logo {
  width: 50px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  background-color: #f8f8f8;
  padding-bottom: 40px !important;
}

.header .item {
  min-height: 100vh;
  padding: 150px 0 70px 0;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header .item .txt_box {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header .item .txt_box > * {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header .item .txt_box .subtitle {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.header .item .txt_box .title {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-size: calc(1vw + 30px);
  line-height: 1.4;
}

.header .item .txt_box .p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.header .item .img_box {
  position: relative;
  height: 500px;
}

.header .item .img_box img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header .item .img_box img.img1 {
  height: 450px;
  width: 55%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(144, 144, 144, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(144, 144, 144, 0.5);
  padding: 20px 20px 60px 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-right: auto;
  z-index: 6;
  position: relative;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0;
}

.header .item .img_box img.img2 {
  width: 40%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(144, 144, 144, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(144, 144, 144, 0.5);
  padding: 20px 20px 60px 20px;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 15%;
  bottom: -8%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0;
  z-index: 6;
}

.header .item .img_box::before {
  content: '';
  width: 175px;
  height: 280px;
  background: url(../images/pattern-1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 42%;
  z-index: 0;
}

.header .item .img_box::after {
  content: '';
  width: 100px;
  height: 100px;
  background: url(../images/pattern-2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 32%;
  bottom: 0;
  z-index: 6;
  -webkit-transform: rotate(185deg);
          transform: rotate(185deg);
}

.header .swiper-slide-active .item {
  opacity: 1;
}

.header .swiper-slide-active .item .txt_box .subtitle {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header .swiper-slide-active .item .txt_box .title {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header .swiper-slide-active .item .txt_box .p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header .swiper-slide-active .item .img_box .img1 {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header .swiper-slide-active .item .img_box .img2 {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.header .swiper-button-next,
.header .swiper-button-prev {
  background-color: #fff;
}

.header::before {
  content: '';
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  width: 45%;
  height: 100%;
}

.about_sec .txt_box {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 70px 8vw 70px 8vw;
  -webkit-margin-start: -100px;
          margin-inline-start: -100px;
  z-index: 6;
}

.about_sec .txt_box .p {
  line-height: 1.83;
  font-size: 17px;
  color: #062229;
  text-align: justify;
}

.about_sec .txt_box .ul li {
  margin: 7px 0;
  font-size: 15px;
  color: #062229;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  position: relative;
}

.about_sec .txt_box .ul li::before {
  content: '\f100';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  color: var(--primary);
  position: absolute;
  inset-inline-start: 0;
  top: 4px;
  font-size: 12px;
}

.about_sec .secImg {
  height: 730px;
}

.seminars_sec .seminar_card {
  padding: 25px;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #f5f5f5;
}

.seminars_sec .seminar_card .img_box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  border: 4px solid #eee;
}

.seminars_sec .seminar_card .title {
  width: calc(100% - 120px);
  line-height: 1.5;
  font-size: 17px;
  height: 51px;
  overflow: hidden;
}

.courses_sec .nav-link {
  padding: 1rem .8rem;
  margin: 10px;
  width: 150px;
  background-color: #FFF7ED;
  border-radius: 15px;
  border: 1px solid #FFF7ED;
  color: #888;
}

.courses_sec .nav-link .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 10px auto;
}

.courses_sec .nav-link.active {
  background-color: #fff;
  color: var(--primary);
  border-color: var(--primary);
}

.courses_sec .course_card {
  background-color: #f9f9f9;
  padding: 15px;
  position: relative;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.courses_sec .swiper-slide {
    height: auto;
}
.courses_sec .course_card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  inset-inline-start: -7px;
  background-color: #eee;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: -1;
}

.courses_sec .course_card .img_box {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.courses_sec .course_card .img_box .fav_butn {
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  opacity: 0;
}

.courses_sec .course_card .img_box .fav_butn i {
  margin: 0;
}

.courses_sec .course_card .img_box .fav_butn.active {
  opacity: 1;
  background-color: #FFF9F1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.courses_sec .course_card .img_box .fav_butn.active:hover {
  background-color: var(--primary);
}

.courses_sec .course_card .card-body {
  padding-bottom: .5rem;
}

.courses_sec .course_card .card-body .title {
  font-size: 18px;
  line-height: 1.5;
}

.courses_sec .course_card:hover .img_box .fav_butn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.courses_sec .main_butn .fa-spinner {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.courses_sec .main_butn:hover .fa-spinner {
  -webkit-animation: rotate-center 1s linear infinite both;
          animation: rotate-center 1s linear infinite both;
}

.booking_sec .inner {
  padding: 50px 2vw;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  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;
  background-color: #000;
}

.booking_sec .inner::before, .booking_sec .inner::after {
  content: '';
  background: url(../images/icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
}

.booking_sec .inner::before {
  width: 27%;
  height: 100%;
  bottom: 0;
  left: -20px;
}

.booking_sec .inner::after {
  width: 14%;
  height: 200px;
  bottom: 0;
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.contact_sec {
  background-color: #f9f9f9;
  padding: 0;
}

.contact_sec .form_box {
  padding: 70px 3vw;
  -webkit-padding-start: 6vw;
          padding-inline-start: 6vw;
}

.contact_sec .form_box .form-group .form-control {
  border-width: 1px 4px 4px 1px;
  border-color: #eee;
}

.contact_sec .form_box .form-group .form-control:focus {
  border-color: var(--primary);
}

.contact_sec .contact_box {
  padding: 70px 2vw;
  -webkit-padding-start: 3vw;
          padding-inline-start: 3vw;
  background-color: #f5f5f5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.contact_sec .contact_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.contact_sec .contact_box .item .icon_box {
  width: 70px;
  height: 70px;
  position: relative;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.contact_sec .contact_box .item .icon_box .box {
  width: 100%;
  height: 100%;
  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;
  background-color: #fff;
  color: var(--primary);
  border-radius: 5px;
  font-size: 25px;
}

.contact_sec .contact_box .item .icon_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  inset-inline-start: -7px;
  background-color: #F4EBDE;
  border-radius: 5px;
  z-index: 0;
}

.contact_sec .contact_box .item .txt {
  width: calc(100% - 95px);
}

.contact_sec .contact_box .item .txt .label {
  font-size: 15px;
  color: #888;
}

.contact_sec .contact_box .item .txt .social_links a {
  width: 30px;
  height: 30px;
  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(--primary);
  background: #fff;
  margin: 0px 5px;
  border-radius: 5px;
  font-size: 14px;
}

.contact_sec .contact_box .item .txt .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.contact_sec.contact_sec_home::before {
  content: '';
  width: 40%;
  height: 75%;
  background: url(../images/icon.png) no-repeat center;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .05;
}

.contact_sec_home2 .form_box {
  background-color: #fff;
  margin-top: -100px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0 #0000000a;
          box-shadow: 0px 10px 20px 0 #0000000a;
}

.contact_sec_home2 .contact_box {
  padding-bottom: 150px;
  background-color: #f9f9f9;
}

.contact_sec_home2::before {
  width: 13% !important;
  background-position: left bottom !important;
  top: unset !important;
  bottom: 0;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg_header {
  background-color: #fff9f1;
}

.pg_header::before, .pg_header::after {
  content: '';
  background: url(../images/icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 150px;
  height: 100%;
  bottom: 0;
  opacity: .1;
}

.pg_header::before {
  left: -10px;
  background-position: left bottom;
}

.pg_header::after {
  right: -30px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-position: right top;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about_pg {
  min-height: 700px;
  /*background: url(../images/about-3.webp);*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  /*background-position: center;*/
}

.about_pg .txt_box {
  position: relative;
  background-color: rgba(39, 54, 42, 0.93);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 50px 4vw;
  z-index: 6;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #fff;
}

.about_pg .txt_box .p {
  line-height: 1.83;
  font-size: 15px;
  color: #eee;
  text-align: justify;
}

.about_pg .txt_box .ul li {
  margin: 7px 0;
  font-size: 14px;
  color: #eee;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  position: relative;
}

.about_pg .txt_box .ul li::before {
  content: '\f100';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  color: var(--primary);
  position: absolute;
  inset-inline-start: 0;
  top: 4px;
  font-size: 12px;
}

/*.about_sec2 {*/
/*  background: url(../images/about-4.jpg);*/
/*  background-size: cover;*/
/*  background-attachment: fixed;*/
/*  background-position: center;*/
/*}*/

.about_sec2 .text_box .p {
  line-height: 1.83;
  font-size: 17px;
  color: #fff;
  text-align: justify;
}

.about_sec2 .text_box .ul li {
  margin: 7px 0;
  font-size: 16px;
  color: #fff;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  position: relative;
}

.about_sec2 .text_box .ul li::before {
  content: '\f100';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  color: var(--primary);
  position: absolute;
  inset-inline-start: 0;
  top: 4px;
  font-size: 12px;
}

.about_sec2::after {
  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: #0008;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.009)), color-stop(rgba(0, 0, 0, 0.077)), to(rgba(0, 0, 0, 0.746)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.009), rgba(0, 0, 0, 0.077), rgba(0, 0, 0, 0.746));
  z-index: 1;
}

.about_sec2 .bg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -o-object-position: bottom;
     object-position: bottom;
}

.about_sec3 .text_box {
  padding: 0px 1vw;
}

.about_sec3 .text_box .p {
  line-height: 1.83;
  font-size: 17px;
  color: #062229;
  text-align: justify;
}

.about_sec3 .text_box .ul li {
  margin: 7px 0;
  font-size: 16px;
  color: #fff;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  position: relative;
}

.about_sec3 .text_box .ul li::before {
  content: '\f100';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  color: var(--primary);
  position: absolute;
  inset-inline-start: 0;
  top: 4px;
  font-size: 12px;
}

.about_sec3 .inner {
  background-color: #f9f9f9;
  position: relative;
  padding: 70px 3.5vw;
}

.about_sec3 .inner::before {
  content: '';
  width: 20%;
  height: 40%;
  background: url(../images/vector-5.png) no-repeat center;
  background-size: contain;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .2;
}

.about_sec3 .inner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  inset-inline-start: -7px;
  background-color: #3c6a3c2e;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: -1;
}

.about_sec3 .inner .vector4 {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  position: absolute;
  bottom: 0;
  width: 12%;
  mix-blend-mode: luminosity;
  opacity: .2;
  right: 0;
}

.about_sec3 .vector {
  width: 34%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: .5;
}

.about_sec3 .leafVector {
  position: absolute;
  bottom: 0;
  width: 18%;
  mix-blend-mode: luminosity;
  opacity: .2;
  right: 0;
}

.about_sec3 .leafVector2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  mix-blend-mode: luminosity;
  opacity: .2;
}

.about_sec3 .leafVector5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  mix-blend-mode: luminosity;
  opacity: .2;
}

.about_sec4 {
  background-color: #FAFAFA;
}

.about_sec4 .p {
  line-height: 1.83;
  font-size: 17px;
  color: #062229;
  text-align: justify;
}

.about_sec4 .bg {
  opacity: .2;
}

.bg_green {
  background-color: #083700;
}

/**********************************************
    Start Edit course_det Page 
**********************************************/
.course_det {
  padding-bottom: 100px;
}

.course_det .box {
  border-radius: 25px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.course_det .box .img_box {
  overflow: hidden;
  height: 450px;
  position: relative;
  border-radius: 25px 25px 0 0;
}

.course_det .box .img_box .butns {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course_det .box .img_box .butns .sm_butn {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  border-radius: 50%;
}

.course_det .box .img_box .butns .sm_butn i {
  margin: 0;
}

.course_det .box .img_box .butns .subscribe_butn {
  font-weight: 500;
  padding: .5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
}

.course_det .box .img_box .butns .share_box .share_links {
  position: absolute;
  bottom: -50px;
  inset-inline-end: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.course_det .box .img_box .butns .share_box .share_links.active a {
  -webkit-transform: scaleX(1) translateY(0px);
          transform: scaleX(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}

.course_det .box .img_box .butns .share_box .share_links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  color: var(--primary);
  background-color: #f6f6f6;
  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;
  font-size: 14px;
  opacity: 0;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  -webkit-transform: scaleX(0) translateY(-50px);
          transform: scaleX(0) translateY(-50px);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.course_det .box .img_box .butns .share_box .share_links a:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.course_det .box .img_box .butns .share_box .share_links a:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.course_det .box .img_box .butns .share_box .share_links a:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.course_det .box .img_box .butns .share_box .share_links a:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.course_det .box .img_box .butns .share_box .share_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.course_det .box .img_box .price_badge {
  border-radius: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  color: var(--primary);
  padding: .68rem 2rem;
  border-width: 0 3px 3px 0;
  border-color: var(--primary);
}

.course_det .box .card-body {
  padding: 40px 2vw;
}

.course_det .box .card-body .p {
  text-align: justify;
}

.course_det .box .card-body .voices_box {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 25px;
  counter-reset: titleCounter;
}

.course_det .box .card-body .voices_box .voice_card {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.course_det .box .card-body .voices_box .voice_card .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course_det .box .card-body .voices_box .voice_card .item .title {
  margin-bottom: 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 135px);
}

.course_det .box .card-body .voices_box .voice_card .item .title::before {
  counter-increment: titleCounter;
  content: counter(titleCounter) " - ";
}

.course_det .box .card-body .voices_box .voice_card .item .butns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.course_det .box .card-body .voices_box .voice_card .item .butns .recDur {
  font-size: 14px;
  color: #888;
  margin: 0 10px;
}

.course_det .box .card-body .voices_box .voice_card .item .butns a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #666;
  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;
  border-radius: 50%;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.course_det .box .card-body .voices_box .voice_card .item .butns a.disabled {
  pointer-events: none;
}

.course_det .box .card-body .voices_box .voice_card .item .butns a.disabled:hover {
  background-color: #ccc;
  color: #555;
}

.course_det .box .card-body .voices_box .voice_card .collapse {
  padding-top: 10px;
}

.course_det .box .card-body .voices_box .voice_card:last-child {
  border-bottom: none;
}

.course_det .box .card-body .data_box {
  background-color: #f5f5f5;
  padding: 25px 35px;
  border-radius: 25px;
}

.course_det .box .card-body .data_box .item {
  margin: 15px 0;
}

.course_det .box .card-body .data_box .item .title {
  font-size: 15px;
  color: #666;
}

.course_det .box .card-body .data_box .item .data {
  font-weight: bold;
}

.course_det .box .card-body .attach_item {
  background-color: #f9f9f9;
  border-radius: 25px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.course_det .box .card-body .attach_item .title {
  margin-bottom: 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}

.course_det .box .card-body .attach_item a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #666;
  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;
  border-radius: 50%;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.course_det .box .card-body .attach_item a.disabled {
  pointer-events: none;
}

.course_det .box .card-body .attach_item a.disabled:hover {
  background-color: #ccc;
  color: #555;
}

.reviews_sec {
  background-color: #f9f9f9;
}

.reviews_sec .review_item {
  position: relative;
  padding: 30px 2vw;
  border-radius: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 25px;
}

.reviews_sec .review_item .prof_data .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  border: 1px solid #eee;
}

.reviews_sec .review_item .prof_data .name {
  font-size: 17px;
}

.reviews_sec .review_item .prof_data .rating i {
  font-size: 11px;
  color: #BDBDBD;
}

.reviews_sec .review_item .prof_data .rating i.active {
  color: #DE980F;
}

.reviews_sec .review_item .prof_data .rating .date {
  color: #7E7E7E;
  font-size: 11px;
}

.reviews_sec .review_item .review_det {
  color: #606060;
  font-size: 12px;
  margin-bottom: 0;
}

/**********************************************
    Start Edit sub_private Page 
**********************************************/
.sub_private .has_icon {
  font-size: 20px !important;
}

.sub_private .has_icon::before {
  width: 30px;
  height: 30px;
}

.sub_private .pkg_box {
  margin: 10px 0;
  height: calc(100% - 20px);
}

.sub_private .pkg_box .form-check {
  padding: 0;
  height: 100%;
  margin: 0;
}

.sub_private .pkg_box .form-check .sm_img {
  width: 60px;
  height: 60px;
  -o-object-position: top;
     object-position: top;
  display: block;
  margin-bottom: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px  auto !important;
}

.sub_private .pkg_box .form-check .form-check-input {
  display: none;
}

.sub_private .pkg_box .form-check .form-check-label {
  text-align: center;
  padding: 25px 20px;
  background-color: #f9f9f9;
  border-radius: 0px;
  display: block;
  border: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
}

.sub_private .pkg_box .form-check .pkg_body {
  padding: 1.5rem;
  border-top: 1px solid #eee;
  margin-top: 25px;
  text-align: start;
}

.sub_private .pkg_box .form-check .pkg_body .ul li {
  color: #888;
  margin-bottom: 10px;
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}

.sub_private .pkg_box .form-check .pkg_body .ul li::before {
  content: '\e123';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
  color: #f2be7a;
}

.sub_private .pkg_box .form-check .pkg_body .ul li:last-child {
  margin-bottom: 0;
}

.sub_private .pkg_box .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #CA121405;
}

.sub_private .pkg_box .form-check .form-check-input:checked ~ .form-check-label .ul li::before {
  color: var(--primary);
}

.sub_private .form_box {
  background-color: #f9f9f9;
  padding: 3vw;
}

.sub_private textarea {
  padding-top: 12px;
}

.sub_private .meeting_box {
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: #eee;
  background-color: #fff;
  padding: 1.2rem 1.5rem;
}

.sub_private .meeting_box .form-check {
  margin: 10px 0;
  padding: 0;
}

.sub_private .meeting_box .form-check .sm_img {
  width: 60px;
  height: 60px;
  -o-object-position: top;
     object-position: top;
  display: block;
  margin-bottom: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px  auto !important;
}

.sub_private .meeting_box .form-check .form-check-input {
  display: none;
}

.sub_private .meeting_box .form-check .form-check-label {
  text-align: center;
  padding: 25px 20px;
  background-color: transparent;
  border-radius: 20px;
  display: block;
  border: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
}

.sub_private .meeting_box .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #CA121405;
}

/**********************************************
    Start Edit register Page 
**********************************************/
.register_pg .inner {
  border-radius: 0px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
}

.register_pg .inner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  inset-inline-start: -7px;
  background-color: #eee;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: -1;
}

.register_pg .inner .sec_head.has_border::after {
  background-size: contain;
  margin: 20px 0 0px 0;
}

.register_pg .inner .form_box {
  padding: 50px 3vw;
}

.register_pg .inner .form_box .text_box .p {
  font-size: 12px;
  color: #888;
}

.register_pg .inner .form_box .form-group .form-control {
  border-width: 1px 4px 4px 1px;
  border-color: #eee;
}

.register_pg .inner .form_box .form-group .form-control:focus {
  border-color: var(--primary);
}

.register_pg .inner .form_box .phone_group .form-control {
  padding-left: 95px;
  text-align: left;
}

.register_pg .inner .form_box .phone_group .phoneSelect {
  border: none !important;
  position: absolute;
  left: 10px;
  top: 0;
  width: 80px;
  background-color: transparent;
}

.register_pg .inner .form_box .phone_group .phoneSelect:focus-visible {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.register_pg .inner .form_box .phone_group .countryCode_span {
  position: absolute;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  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;
  padding: 0 1rem;
  background-color: #eee;
  font-size: 15px;
  font-weight: bold;
  direction: ltr;
  border-radius: 24px 0 0 24px;
}

.register_pg .inner .form_box .phone_group .submit_phone_butn {
  position: absolute;
  right: 54px;
  top: 26px;
  color: var(--secondary);
  font-size: 11px;
  text-decoration: underline !important;
  font-weight: bold;
}

.register_pg .inner .form_box .forget_link,
.register_pg .inner .form_box .resend_link,
.register_pg .inner .form_box .txt_code {
  color: #666 !important;
  font-size: 14px !important;
}

.register_pg .inner .form_box .forget_link:hover,
.register_pg .inner .form_box .resend_link:hover {
  color: var(--primary) !important;
}

.register_pg .inner .form_box .another_opt {
  font-size: 12px;
  color: #888;
}

.register_pg .inner .form_box .another_opt a {
  color: var(--primary);
}

.register_pg .inner .form_box .submit_butn {
  font-size: 22px;
  height: 60px;
  border-radius: 24px;
}

.register_pg .inner .form-check .form-check-label {
  font-size: 12px;
  color: #012E47;
}

.register_pg .inner .form-check .form-check-label a {
  color: #8E8E8E;
}

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

/**********************************************
    Start Edit courses Page 
**********************************************/
.courses_pg .training_private_tab .p {
  line-height: 2.2;
}

/**********************************************
    Start Edit profile_pg
**********************************************/
.profile_pg .main_nav {
  background-color: #f9f9f9;
  padding: 0 2rem;
  border-radius: 25px 25px 0 0;
}

.profile_pg .main_nav .nav-link {
  font-size: 13px;
  padding: .5rem 1.5rem;
  height: 60px;
  border-radius: 0;
  font-weight: bold;
  color: #888;
  border-top: 5px solid transparent;
}

.profile_pg .main_nav .nav-link.active {
  background-color: #fff;
  color: var(--primary);
  border-top: 5px solid var(--primary);
  height: 66px;
  margin-top: -6px;
}

.profile_pg .tab_wrapper {
  padding: 50px 3vw;
  border-radius: 0 0 25px 25px;
  border: 1px solid #eee;
  position: relative;
}

.profile_pg .tab_wrapper.profile_tab .profImg {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eee;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  display: block;
  margin: 0 auto 25px auto;
}

.profile_pg .tab_wrapper.profile_tab .editData_box {
  display: none;
}

.profile_pg .tab_wrapper.profile_tab .editPhone_butn {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 100px;
  min-width: 100px;
}

.profile_pg .tab_wrapper.orders_tab .nav-link {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  width: 100px;
  height: 45px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid  #eee;
  font-weight: bold;
  color: #1C1C1C;
  font-size: 12px;
}

.profile_pg .tab_wrapper.orders_tab .nav-link.active {
  border-color: var(--primary) !important;
  background-color: #FFF2F2;
}

.profile_pg .tab_wrapper.orders_tab .table thead, .profile_pg .tab_wrapper.orders_tab .table tbody, .profile_pg .tab_wrapper.orders_tab .table tfoot, .profile_pg .tab_wrapper.orders_tab .table tr, .profile_pg .tab_wrapper.orders_tab .table td, .profile_pg .tab_wrapper.orders_tab .table th {
  border-color: unset;
  border-style: unset;
  border-width: unset;
  text-align: center;
}

.profile_pg .tab_wrapper.orders_tab .table thead tr {
  background-color: var(--primary);
  border-radius: 25px;
  text-align: center;
}

.profile_pg .tab_wrapper.orders_tab .table thead tr th {
  color: #fff;
  font-size: 15px;
  padding: 1rem 1rem;
}

.profile_pg .tab_wrapper.orders_tab .table thead tr th:nth-child(1) {
  border-radius: 0 25px 25px 0;
}

.profile_pg .tab_wrapper.orders_tab .table thead tr th:last-child {
  border-radius: 25px 0 0 25px;
}

.profile_pg .tab_wrapper.orders_tab .table td {
  vertical-align: middle;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.profile_pg .tab_wrapper.orders_tab .table td .smImg {
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile_pg .tab_wrapper.orders_tab .table td .sm_butn {
  margin: auto;
}

.profile_pg .tab_wrapper.orders_tab .table td .qty-container {
  padding: 0;
}

.profile_pg .tab_wrapper.orders_tab .table tr:last-child td {
  border-bottom: 1px solid transparent;
}

.profile_pg .tab_wrapper.orders_tab .table .butn.sm_butn {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.badge {
  padding: 0.5rem 1rem;
  text-transform: capitalize;
}

.badge.white_badge {
  color: var(--primary);
  background-color: #fff;
}

.badge.secondary_badge {
  color: var(--primary);
  background-color: var(--secondary);
}

.badge.gray_bagde {
  background-color: #eee;
  color: var(--primary);
}

.badge.offer_badge {
  background-color: #CBFFD8;
  color: #333;
}

.badge.primary_badge {
  background-color: var(--primary);
  color: #fff;
}

.data-group {
  margin: 10px 0;
  position: relative;
}

.data-group .label {
  font-size: 12px;
  font-weight: bold;
}

.data-group .data {
  padding: 1.1rem 1.5rem;
  border-radius: 24px;
  font-size: 14px;
  background-color: #f9f9f9;
  margin-top: 10px;
  border: 1px solid #f9f9f9;
}

.data-group .data i {
  color: var(--primary);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

/**********************************************
    Start Edit gallery_pg
**********************************************/
.gallery_pg .nav-link {
  background-color: #f9f9f9;
  width: 150px;
  border-radius: 0;
  padding: 1rem .5rem;
  color: #333;
  position: relative;
  border-top: 4px solid transparent;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.gallery_pg .nav-link .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
}

.gallery_pg .nav-link::after {
  content: '';
  width: 80%;
  height: 5px;
  background-color: #f7ebdc;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery_pg .nav-link.active {
  background-color: #FFF9F1;
  color: #000;
  border-top: 4px solid var(--primary);
}

.gallery_pg .nav-link.active::after {
  opacity: 1;
  bottom: -5px;
  margin-top: 0px;
}

.gallery_pg .tab_wrapper a {
  display: block;
}

.gallery_pg .tab_wrapper .gallery_card {
  height: 300px;
  position: relative;
  overflow: hidden;
  border: 6px solid #eee;
  margin-bottom: 30px;
}

.gallery_pg .tab_wrapper .gallery_card .overlay-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  padding: 25px 2vw;
  -webkit-transform: perspective(500px) rotateX(90deg);
          transform: perspective(500px) rotateX(90deg);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--primary);
}

.gallery_pg .tab_wrapper .gallery_card .overlay-text .title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.gallery_pg .tab_wrapper .gallery_card::before {
  content: "";
  bottom: 0;
  position: absolute;
  max-width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.gallery_pg .tab_wrapper .gallery_card:hover .secImg {
  -webkit-animation: imagemove 3s ease-out alternate infinite running;
          animation: imagemove 3s ease-out alternate infinite running;
}

.gallery_pg .tab_wrapper .gallery_card:hover::before {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 100%;
}

.gallery_pg .tab_wrapper .gallery_card:hover .overlay-text {
  -webkit-transform: perspective(500px) rotateX(0);
          transform: perspective(500px) rotateX(0);
}

.gallery_pg .vid_swiper .gallery_card .vid_link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 6;
}

.gallery_pg .vid_swiper .gallery_card .vid_link .icon {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery_pg .vid_swiper .gallery_card:hover .vid_link {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/**********************************************
    Start Edit cart_pg  
**********************************************/
.cart_pg .summary_checkout {
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 25px 2vw;
}

.cart_pg .summary_checkout .title {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D3D3;
  margin-bottom: 20px;
}

.cart_pg .summary_checkout .item {
  font-size: 15px;
  margin: 15px 0;
}

.cart_pg .summary_checkout .item:last-child {
  font-weight: bold;
}

.cart_pg .box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 2vw;
  position: relative;
  margin-bottom: 20px;
}

.cart_pg .box .table thead, .cart_pg .box .table tbody, .cart_pg .box .table tfoot, .cart_pg .box .table tr, .cart_pg .box .table td, .cart_pg .box .table th {
  border-color: unset;
  border-style: unset;
  border-width: unset;
}

.cart_pg .box .table thead tr {
  background-color: #f6f6f6;
  border-radius: 5px;
  text-align: center;
}

.cart_pg .box .table thead tr th {
  color: #1C1C1C;
  font-size: 14px;
  padding: 1rem 1rem;
}

.cart_pg .box .table thead tr th:nth-child(1) {
  border-radius: 0 5px 5px 0;
}

.cart_pg .box .table thead tr th:last-child {
  border-radius: 5px 0 0 5px;
}

.cart_pg .box .table td {
  vertical-align: middle;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  text-align: center;
}

.cart_pg .box .table td .name {
  font-size: 13px !important;
  margin-bottom: 10px !important;
}

.cart_pg .box .table td .codeProd {
  font-size: 12px !important;
}

.cart_pg .box .table td .prodImg {
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart_pg .box .table td .qty-container {
  padding: 0;
}

.cart_pg .box .table td .delete_butn {
  font-size: 12px;
}

.cart_pg .box .table tr:last-child td {
  border-bottom: 1px solid transparent;
}

.cart_pg .box .qty-container {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: .2rem .5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.cart_pg .butns .butn {
  font-size: 18px;
}

.cart_pg .butns .butn i {
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 15px;
}

.bg_transparent {
  background-color: transparent !important;
}

.qty-container {
  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;
  border: 1px solid #eee;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 5.5px;
}

.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid transparent !important;
  max-width: 60px;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  background-color: transparent;
  padding: 10px 13px;
  font-size: 12px;
  height: 38px;
  width: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #777;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
}

/**********************************************
    Start Edit another Page 
**********************************************/
.checkout_pg .sm_box {
  background-color: #f9f9f9;
  padding: 30px 2vw;
  border-radius: 5px;
  position: relative;
}

.checkout_pg .sm_box .form-check .sm_img {
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.checkout_pg .sm_box .apply_butn {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 50px;
}

.checkout_pg .agreeCheckbox {
  font-size: 13px;
}

.content_pg .inner {
  border-radius: 0px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 50px 3vw;
}

.content_pg .inner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  inset-inline-start: -7px;
  background-color: #eee;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: -1;
}

.content_pg .inner .p {
  margin-bottom: 10px;
  line-height: 2;
  font-size: 16px;
  color: #888;
  text-align: justify;
}

/**********************************************
    Start Edit Media screens 
**********************************************/
@media screen and (max-width: 991px) {
  .order_md_1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .navs-container .navbar.home_nav {
    position: relative;
  }
  .navs-container .navbar .logo {
    width: 150px;
  }
  .header {
    padding-bottom: 0 !important;
  }
  .header .item {
    padding: 70px 0;
  }
  .header .item .img_box img.img1 {
    height: 450px;
    width: 85%;
  }
  .header .item .img_box img.img2 {
    width: 50%;
    right: 0;
    height: 250px;
  }
  .about_sec .secImg {
    height: 250px;
  }
  .about_sec .txt_box {
    padding: 25px 15px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .about_sec .txt_box .has_icon {
    font-size: 22px;
  }
  .about_sec .txt_box .p {
    font-size: 14px;
  }
  .booking_sec .inner::before,
  .booking_sec .inner::after {
    opacity: .2;
  }
}

/**********************************************
    Start Edit EN direction 
**********************************************/

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