@import url("../css/icons.min.css");
@import url("../libs/Inte_Tel_Code/css/intlTelInput.css");
@import url("../libs/odometer/odometer.min.css");
@import url("../libs/select2/css/select2.min.css");
@import url("../libs/toastr/build/toastr.min.css");
@import url("../css/flaticon.css");
@import url("../css/jquery-ui.css");
@import url("../css/fontawesome-all.css");
@import url("../css/animate.css");
@import url("../css/owl.css");
@import url("../css/swiper.css");
@import url("../css/jquery.bootstrap-touchspin.css");
@import url("../css/jquery.mCustomScrollbar.min.css");
@import url("../css/jquery.fancybox.min.css");
@import url("../libs/aos/aos.css");
/****************/
/****************/
@font-face {
  font-family: Num_B;
  src: url("../font/Num_FuturaPTBold.otf") format("truetype");
}
@font-face {
  font-family: Num_M;
  src: url("../font/Num_FuturaPTMedium.otf") format("truetype");
}
@font-face {
  font-family: din_M;
  src: url("../font/GE_Dinar_Medium.otf") format("truetype");
}
@font-face {
  font-family: din_B;
  src: url("../font/GE_Dinar_Bold.otf") format("truetype");
}
@font-face {
  font-family: din_R;
  src: url("../font/GE_Dinar_Regular.otf") format("truetype");
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  direction: ltr;
  text-align: start;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: din_M;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #03B0AA;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  font-family: din_M;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

.theme-btn {
  font-family: "din_M";
  border-radius: 50px;
}

p, .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #8C8C8C;
  font-family: "din_R";
  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::-moz-selection {
  background: #03B0AA;
  color: #ffffff;
}

::selection {
  background: #03B0AA;
  color: #ffffff;
}

::-moz-selection {
  background: #03B0AA;
  color: #ffffff;
}

::-webkit-selection {
  background: #03B0AA;
  color: #ffffff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  transition: all 300ms ease;
}

main .content-inner {
  position: relative;
}

.sidenav-bar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.sidenav-bar .mCSB_scrollTools {
  opacity: 0 !important;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-one li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #f1f1f1;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 25px;
  color: #03B0AA;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-two li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #03B0AA;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
}

.theme_color {
  color: #03B0AA;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #03B0AA;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/Reyale/Logo.svg);
  background-size: 150px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  background: #A1C440;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #03B0AA;
  color: #FFFFFF;
}

.page-title {
  position: relative;
  text-align: center;
  padding: 200px 0px 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-title .auto-container {
  position: relative;
}

.page-title h2 {
  position: relative;
  color: #ffffff;
  font-size: 74px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: ">";
  right: -2px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #03B0AA;
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #000000;
  color: #ffffff;
  z-index: 1;
  padding-left: 5px;
  font-size: 24px;
  display: block;
  border-radius: 50%;
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56px;
  width: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 5s infinite;
}

.play-now .ripple:before {
  animation-delay: 1s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  animation-delay: 0.4s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 56px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 16px;
  margin: 10px;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 400;
  font-family: "din_M";
}

.form-group label span {
  color: #898989;
  font-family: "din_R";
}

.form-group .inputGroup {
  position: relative;
}

.inputIcreaseDecrse .number-spinner {
  position: relative;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Dwn {
  position: absolute;
  display: flex;
  align-items: center;
  height: 56px;
  left: 30%;
  top: 0;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Dwn button {
  display: flex;
  height: 22px;
  padding: 0;
  width: 22px;
  border: 2px solid #03B0AA;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #03B0AA;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Up {
  position: absolute;
  display: flex;
  align-items: center;
  height: 56px;
  right: 30%;
  top: 0;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Up button {
  display: flex;
  height: 22px;
  padding: 0;
  width: 22px;
  border: 2px solid #03B0AA;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #03B0AA;
}

.form-group .inputGroup .form-control {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  padding: 0 45px;
  padding-inline-end: 10px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-family: "din_R";
  font-weight: 400;
  background: transparent;
  text-align: start;
  direction: rtl;
}

.form-group .inputGroup input[type=password] {
  padding-inline-end: 45px;
}

.form-group .inputGroup textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  height: 120px;
  padding-inline-start: 50px;
  font-size: 16px;
}

.form-group .inputGroup textarea.form-control::-moz-placeholder {
  color: #8C8C8C;
}

.form-group .inputGroup textarea.form-control::placeholder {
  color: #8C8C8C;
}

.form-group .inputGroup .iti .form-control {
  text-align: right;
}

.form-group .inputGroup .IconSHape {
  position: absolute;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
  z-index: 9999;
}

.form-group .inputGroup .IconSHape img {
  display: block;
  height: 24px;
}

.form-group .inputGroup .IconSHape_2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  width: 56px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  color: #03B0AA;
}

.form-group .inputGroup .IconSHape_2 img {
  display: block;
  width: 24px;
  height: 24px;
}

.form-group .inputGroup .IconSHape_2_d {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.form-group .inputGroup .IconSHape_2_d img {
  display: block;
  width: 15px;
  height: auto;
}

.form-group .inputGroup .IconSHape_2_text {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  color: #03B0AA;
  width: -moz-max-content;
  width: max-content;
  direction: ltr;
  padding: 0 10px;
}

.form-group .inputGroup .IconSHape_Span {
  position: absolute;
  top: 0;
  left: 15px;
  height: 56px;
  display: flex;
  align-items: center;
  line-height: 56px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  direction: ltr;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
}

/*******************/
/*****************/
input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 42px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
  content: "";
  position: absolute;
  left: 19px;
  background-color: #eff2f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked + label:after {
  left: 2px;
  background-color: #fff;
}

input[switch=bool] + label {
  background-color: #f46a6a;
}

input[switch=bool] + label:before,
input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
  color: #fff;
}

input[switch=bool]:checked + label {
  background-color: #34c38f;
}

input[switch=default]:checked + label {
  background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
  background-color: #556ee6;
}

input[switch=success]:checked + label {
  background-color: #0d7d50 !important;
}

input[switch=info]:checked + label {
  background-color: #50a5f1;
}

input[switch=warning]:checked + label {
  background-color: #f1b44c;
}

input[switch=danger]:checked + label {
  background-color: #f46a6a;
}

input[switch=dark]:checked + label {
  background-color: #343a40;
}

input[switch=dark]:checked + label:before {
  color: #eff2f7;
}

input[switch] + label {
  height: 32px;
  width: 51px;
  background-color: #F0F0F0;
}

input[switch] + label:after {
  height: 24px;
  width: 24px;
  top: 4px;
  left: 23px;
}

input[switch]:checked + label:after {
  left: 3px;
  background-color: #fff;
}

input[switch] + label:after {
  background-color: #898989;
}

.withswitchbtnn {
  display: inline-block;
  height: 32px;
}
.withswitchbtnn label {
  height: 32px;
  width: 51px;
}
.withswitchbtnn input[switch] + label {
  background: #f1f1f1;
}
.withswitchbtnn input[switch]:checked + label {
  background: #A1C440;
}
.withswitchbtnn input[switch] + label:after {
  content: "";
  position: absolute;
  left: 23px;
  background-color: #8C8C8C;
  box-shadow: none;
  border-radius: 2rem;
  height: 24px;
  width: 24px;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.withswitchbtnn input[switch]:checked + label:after {
  left: 4px;
  background-color: #fff;
}

.animation_1 {
  animation: shapeMover 25s linear 0s infinite;
}

@keyframes shapeMover {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.animation_2 {
  animation: animation_2 2s linear 0s infinite;
}

@keyframes animation_2 {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
/******************/
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 45px;
  padding-right: 45px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-family: "din_R";
  font-size: 16px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8C8C8C;
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border: #03B0AA;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: #03B0AA;
  background: #FFFFFF;
  direction: rtl;
  border-radius: 8px;
}

.select2-dropdown {
  border-radius: 8px;
  overflow: hidden;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eee;
  color: #212121;
}

.select2-container--default .select2-results__option[aria-selected=true] img {
  filter: brightness(100) grayscale(100);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eee;
  color: #212121;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  font-family: "din_R";
  border-bottom: #03B0AA;
  padding: 8px 16px;
  font-size: 16px;
  background: rgba(3, 176, 170, 0.03);
}

.select2-results__option[aria-selected]:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #03B0AA;
  color: #FFFFFF;
  font-family: "din_R";
}

.socialSelect_p_0 .select2-container--default .select2-selection--single {
  padding: 0 !important;
}

.socialSelect_p_0 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 8px;
}

.select2-results__option[aria-selected] span img {
  margin: 0 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.socialSelect_p_0 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  height: 50px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #03B0AA;
  color: #FFFFFF;
}

.form-group .inputGroup .teaxtAreaControl {
  height: 100px;
  border-radius: 16px;
  padding-top: 16px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #fff;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #f9f9f9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px 15px;
}

#toast-container > .toast-error {
  background-image: url(../images/Reyale/close_not.png) !important;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
  direction: rtl;
}

#toast-container > div {
  box-shadow: none;
  opacity: 1;
  width: 265px;
  border: 0;
  border-radius: 0;
}

#toast-container > div:hover {
  box-shadow: none;
}

.toast-error {
  background: #E22D23;
}

#toast-container > .toast-success {
  background-image: url(../images/Reyale/checkbox-circle-line.svg) !important;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
  direction: rtl;
}

.toast-success {
  background: #A1C440;
}

/****************/
/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #A1C440;
  border: 1px solid #A1C440;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-one img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-one .btn-title {
  position: relative;
}

.btn-style-one:hover {
  color: #A1C440;
}
.btn-style-one:hover img {
  filter: none;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-one:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two .btn-title {
  position: relative;
}

.btn-style-two:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two:hover img {
  filter: none;
}

.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_previous*/
.btn-style-two_next {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_next img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two_next .btn-title {
  position: relative;
}

.btn-style-two_next:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two_next:hover img {
  filter: none;
}

.btn-style-two_next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_next:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_finish*/
.btn-style-two_finish {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_finish img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two_finish .btn-title {
  position: relative;
}

.btn-style-two_finish:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two_finish:hover img {
  filter: none;
}

.btn-style-two_finish:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_finish:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Two opacity 8*/
.btn-style-two_o_8 {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: rgba(3, 176, 170, 0.08);
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_o_8 img {
  margin-inline-end: 6px;
}

.btn-style-two_o_8 .btn-title {
  position: relative;
}

.btn-style-two_o_8:hover {
  color: #FFFFFF;
}
.btn-style-two_o_8:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-two_o_8:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_o_8:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_next opacity 8*/
.btn-style-two_previous {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: rgba(3, 176, 170, 0.08);
  overflow: hidden;
  border-radius: 50px;
  direction: ltr;
}
.btn-style-two_previous img {
  margin-inline-end: 6px;
}

.btn-style-two_previous .btn-title {
  position: relative;
}

.btn-style-two_previous:hover {
  color: #FFFFFF;
}
.btn-style-two_previous:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-two_previous:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_previous:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*******************************************/
/***********************************/
/* Btn Style Light white*/
.btn-style-light_w {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-light_w img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-light_w .btn-title {
  position: relative;
}

.btn-style-light_w:hover {
  color: #03B0AA;
  border: 1px solid #FFFFFF;
}
.btn-style-light_w:hover img {
  filter: none;
}

.btn-style-light_w:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-light_w:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/* Btn Style Light white reverse main*/
.btn-style-light_w_t {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-light_w_t img {
  margin-inline-end: 6px;
}

.btn-style-light_w_t .btn-title {
  position: relative;
}

.btn-style-light_w_t:hover {
  color: #FFFFFF;
  border: 1px solid #03B0AA;
}
.btn-style-light_w_t:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-light_w_t:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-light_w_t:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style danger*/
.btn-style-danger {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  padding: 0px 15px;
  height: 56px;
  width: 145px;
  font-weight: 500;
  background-color: #EA4335;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #EA4335;
}

.btn-style-danger .btn-title {
  position: relative;
}

.btn-style-danger img {
  margin-left: 5px;
  filter: brightness(100) grayscale(100);
}

.btn-style-danger:hover img {
  filter: none;
}

.btn-style-danger:hover {
  color: #EA4335;
  border: 1px solid #EA4335;
}

.btn-style-danger:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-danger:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style green*/
.btn-style-green {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  padding: 0px 15px;
  height: 56px;
  width: 145px;
  font-weight: 500;
  background: #03B0AA;
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(2, 159, 249, 0.1019607843);
}

.btn-style-green .btn-title {
  position: relative;
}

.btn-style-green img {
  margin-left: 5px;
  filter: brightness(100) grayscale(100);
}

.btn-style-green:hover img {
  filter: none;
}

.btn-style-green:hover {
  color: #A1C440;
}

.btn-style-green:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-green:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red light*/
.btn-style-red-light {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #03B0AA;
  padding: 0px 24px;
  height: 50px;
  width: 145px;
  font-weight: 400;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #B01F29;
}

.btn-style-red-light .btn-title {
  position: relative;
}

.btn-style-red-light img {
  margin-inline-end: 8px;
}

.btn-style-red-light:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-red-light:hover {
  color: #FFFFFF !important;
  border: 1px solid #B01F29;
}

.btn-style-red-light:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red-light:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red*/
.btn-style-red {
  position: relative;
  font-size: 16px;
  height: 50px;
  color: #fff;
  padding: 0px 15px;
  line-height: 50px;
  width: 145px;
  font-weight: 500;
  background-color: #03B0AA;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #03B0AA;
}

.btn-style-red .btn-title {
  position: relative;
}

.btn-style-red img {
  margin-left: 5px;
}

.btn-style-red:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}

.btn-style-red:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red blur*/
.btn-style-red-blur {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #03B0AA;
  padding: 0px 24px;
  height: 50px;
  width: 145px;
  font-weight: 400;
  background-color: rgba(176, 31, 41, 0.031372549);
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgba(66, 34, 21, 0.1019607843);
}

.btn-style-red-blur .btn-title {
  position: relative;
}

.btn-style-red-blur img {
  margin-inline-end: 8px;
}

.btn-style-red-blur:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-red-blur:hover {
  color: #FFFFFF !important;
  border: 1px solid #B01F29;
}

.btn-style-red-blur:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red-blur:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style orange light*/
.btn-style-yellow-light {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #03B0AA;
  padding: 0px 15px;
  line-height: 56px;
  width: 145px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #03B0AA;
}

.btn-style-yellow-light .btn-title {
  position: relative;
}

.btn-style-yellow-light img {
  margin-left: 5px;
}

.btn-style-yellow-light:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-yellow-light:hover {
  color: #fff;
  border: 1px solid #03B0AA;
}

.btn-style-yellow-light:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-yellow-light:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  height: 50px;
  padding: 0 16px;
  font-weight: 400;
  overflow: hidden;
  min-width: 125px;
  background-color: #A1C440;
  border: 1px solid #A1C440;
  transition: all 300ms linear;
  border-radius: 50px;
}

.btn-style-four:hover {
  color: #FFFFFF;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
}

/****************/
@keyframes slideBackground {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes slideBackground_reverce {
  0% {
    background-position: -100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.RotateAnimation_1 {
  animation: RotateAnimation 35s ease-in-out 1;
}

@keyframes RotateAnimation {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.RotateAnimation_2 {
  animation: RotateAnimation_reverse 35s ease-in-out 1;
}

@keyframes RotateAnimation_reverse {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.animation_9 {
  animation: messageMove 4s linear 0s infinite;
}

@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
.animation_11 {
  animation: flowerRotate 4s linear 0s infinite;
}

@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
.animation_12 {
  animation: float-bob-x 4s linear 0s infinite;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.animation_13 {
  animation: criss-cross-left 4s linear 0s infinite;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
.animation_14 {
  animation: criss-cross-right 4s linear 0s infinite;
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.animation_15 {
  animation: zump-two 4s linear 0s infinite;
}

@keyframes zump-two {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-10px) translateX(-10px);
  }
}
.animation_16 {
  animation: dash2 4s linear 0s infinite;
}

@keyframes dash2 {
  0% {
    stroke-dashoffset: 1200;
    stroke: var(--kidearn-secondary, #FFAA23);
  }
  50% {
    stroke: var(--kidearn-primary, #26A6A1);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: var(--kidearn-secondary, #FFAA23);
  }
}
.animation_17 {
  animation: rotated3 4s linear 0s infinite;
}

@keyframes rotated3 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0);
  }
}
.animation_18 {
  animation: airTree 4s linear 0s infinite;
}

@keyframes airTree {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
.animation_19 {
  animation: wobble-horizontal-on-hover 4s linear 0s infinite;
}

@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.animation_20 {
  animation: iconTranslateX 4s linear 0s infinite;
}

@keyframes iconTranslateX {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.animation_21 {
  animation: iconTranslateX 4s linear 0s infinite;
}

@keyframes iconTranslateX {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.animation_22 {
  animation: zoomBig 4s linear 0s infinite;
}

@keyframes zoomBig {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
/****************/
/****************/
/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #A1C440;
  border: 1px solid #A1C440;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-one img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-one .btn-title {
  position: relative;
}

.btn-style-one:hover {
  color: #A1C440;
}
.btn-style-one:hover img {
  filter: none;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-one:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two .btn-title {
  position: relative;
}

.btn-style-two:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two:hover img {
  filter: none;
}

.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_previous*/
.btn-style-two_next {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_next img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two_next .btn-title {
  position: relative;
}

.btn-style-two_next:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two_next:hover img {
  filter: none;
}

.btn-style-two_next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_next:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_finish*/
.btn-style-two_finish {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_finish img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two_finish .btn-title {
  position: relative;
}

.btn-style-two_finish:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two_finish:hover img {
  filter: none;
}

.btn-style-two_finish:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_finish:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Two opacity 8*/
.btn-style-two_o_8 {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: rgba(3, 176, 170, 0.08);
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_o_8 img {
  margin-inline-end: 6px;
}

.btn-style-two_o_8 .btn-title {
  position: relative;
}

.btn-style-two_o_8:hover {
  color: #FFFFFF;
}
.btn-style-two_o_8:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-two_o_8:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_o_8:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_next opacity 8*/
.btn-style-two_previous {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: rgba(3, 176, 170, 0.08);
  overflow: hidden;
  border-radius: 50px;
  direction: ltr;
}
.btn-style-two_previous img {
  margin-inline-end: 6px;
}

.btn-style-two_previous .btn-title {
  position: relative;
}

.btn-style-two_previous:hover {
  color: #FFFFFF;
}
.btn-style-two_previous:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-two_previous:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_previous:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*******************************************/
/***********************************/
/* Btn Style Light white*/
.btn-style-light_w {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-light_w img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-light_w .btn-title {
  position: relative;
}

.btn-style-light_w:hover {
  color: #03B0AA;
  border: 1px solid #FFFFFF;
}
.btn-style-light_w:hover img {
  filter: none;
}

.btn-style-light_w:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-light_w:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/* Btn Style Light white reverse main*/
.btn-style-light_w_t {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-light_w_t img {
  margin-inline-end: 6px;
}

.btn-style-light_w_t .btn-title {
  position: relative;
}

.btn-style-light_w_t:hover {
  color: #FFFFFF;
  border: 1px solid #03B0AA;
}
.btn-style-light_w_t:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-light_w_t:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-light_w_t:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style danger*/
.btn-style-danger {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  padding: 0px 15px;
  height: 56px;
  width: 145px;
  font-weight: 500;
  background-color: #EA4335;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #EA4335;
}

.btn-style-danger .btn-title {
  position: relative;
}

.btn-style-danger img {
  margin-left: 5px;
  filter: brightness(100) grayscale(100);
}

.btn-style-danger:hover img {
  filter: none;
}

.btn-style-danger:hover {
  color: #EA4335;
  border: 1px solid #EA4335;
}

.btn-style-danger:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-danger:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style green*/
.btn-style-green {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  padding: 0px 15px;
  height: 56px;
  width: 145px;
  font-weight: 500;
  background: #03B0AA;
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(2, 159, 249, 0.1019607843);
}

.btn-style-green .btn-title {
  position: relative;
}

.btn-style-green img {
  margin-left: 5px;
  filter: brightness(100) grayscale(100);
}

.btn-style-green:hover img {
  filter: none;
}

.btn-style-green:hover {
  color: #A1C440;
}

.btn-style-green:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-green:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red light*/
.btn-style-red-light {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #03B0AA;
  padding: 0px 24px;
  height: 50px;
  width: 145px;
  font-weight: 400;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #B01F29;
}

.btn-style-red-light .btn-title {
  position: relative;
}

.btn-style-red-light img {
  margin-inline-end: 8px;
}

.btn-style-red-light:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-red-light:hover {
  color: #FFFFFF !important;
  border: 1px solid #B01F29;
}

.btn-style-red-light:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red-light:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red*/
.btn-style-red {
  position: relative;
  font-size: 16px;
  height: 50px;
  color: #fff;
  padding: 0px 15px;
  line-height: 50px;
  width: 145px;
  font-weight: 500;
  background-color: #03B0AA;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #03B0AA;
}

.btn-style-red .btn-title {
  position: relative;
}

.btn-style-red img {
  margin-left: 5px;
}

.btn-style-red:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}

.btn-style-red:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red blur*/
.btn-style-red-blur {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #03B0AA;
  padding: 0px 24px;
  height: 50px;
  width: 145px;
  font-weight: 400;
  background-color: rgba(176, 31, 41, 0.031372549);
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgba(66, 34, 21, 0.1019607843);
}

.btn-style-red-blur .btn-title {
  position: relative;
}

.btn-style-red-blur img {
  margin-inline-end: 8px;
}

.btn-style-red-blur:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-red-blur:hover {
  color: #FFFFFF !important;
  border: 1px solid #B01F29;
}

.btn-style-red-blur:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red-blur:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style orange light*/
.btn-style-yellow-light {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #03B0AA;
  padding: 0px 15px;
  line-height: 56px;
  width: 145px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #03B0AA;
}

.btn-style-yellow-light .btn-title {
  position: relative;
}

.btn-style-yellow-light img {
  margin-left: 5px;
}

.btn-style-yellow-light:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-yellow-light:hover {
  color: #fff;
  border: 1px solid #03B0AA;
}

.btn-style-yellow-light:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-yellow-light:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  height: 50px;
  padding: 0 16px;
  font-weight: 400;
  overflow: hidden;
  min-width: 125px;
  background-color: #A1C440;
  border: 1px solid #A1C440;
  transition: all 300ms linear;
  border-radius: 50px;
}

.btn-style-four:hover {
  color: #FFFFFF;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
}

/****************/
@font-face {
  font-family: Num_B;
  src: url("../font/Num_FuturaPTBold.otf") format("truetype");
}
@font-face {
  font-family: Num_M;
  src: url("../font/Num_FuturaPTMedium.otf") format("truetype");
}
@font-face {
  font-family: din_M;
  src: url("../font/GE_Dinar_Medium.otf") format("truetype");
}
@font-face {
  font-family: din_B;
  src: url("../font/GE_Dinar_Bold.otf") format("truetype");
}
@font-face {
  font-family: din_R;
  src: url("../font/GE_Dinar_Regular.otf") format("truetype");
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  direction: ltr;
  text-align: start;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: din_M;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #03B0AA;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  font-family: din_M;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

.theme-btn {
  font-family: "din_M";
  border-radius: 50px;
}

p, .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #8C8C8C;
  font-family: "din_R";
  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::-moz-selection {
  background: #03B0AA;
  color: #ffffff;
}

::selection {
  background: #03B0AA;
  color: #ffffff;
}

::-moz-selection {
  background: #03B0AA;
  color: #ffffff;
}

::-webkit-selection {
  background: #03B0AA;
  color: #ffffff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  transition: all 300ms ease;
}

main .content-inner {
  position: relative;
}

.sidenav-bar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.sidenav-bar .mCSB_scrollTools {
  opacity: 0 !important;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-one li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #f1f1f1;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 25px;
  color: #03B0AA;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-two li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #03B0AA;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
}

.theme_color {
  color: #03B0AA;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #03B0AA;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/Reyale/Logo.svg);
  background-size: 150px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  background: #A1C440;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #03B0AA;
  color: #FFFFFF;
}

.page-title {
  position: relative;
  text-align: center;
  padding: 200px 0px 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-title .auto-container {
  position: relative;
}

.page-title h2 {
  position: relative;
  color: #ffffff;
  font-size: 74px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: ">";
  right: -2px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #03B0AA;
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #000000;
  color: #ffffff;
  z-index: 1;
  padding-left: 5px;
  font-size: 24px;
  display: block;
  border-radius: 50%;
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56px;
  width: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 5s infinite;
}

.play-now .ripple:before {
  animation-delay: 1s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  animation-delay: 0.4s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 56px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 16px;
  margin: 10px;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 400;
  font-family: "din_M";
}

.form-group label span {
  color: #898989;
  font-family: "din_R";
}

.form-group .inputGroup {
  position: relative;
}

.inputIcreaseDecrse .number-spinner {
  position: relative;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Dwn {
  position: absolute;
  display: flex;
  align-items: center;
  height: 56px;
  left: 30%;
  top: 0;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Dwn button {
  display: flex;
  height: 22px;
  padding: 0;
  width: 22px;
  border: 2px solid #03B0AA;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #03B0AA;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Up {
  position: absolute;
  display: flex;
  align-items: center;
  height: 56px;
  right: 30%;
  top: 0;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Up button {
  display: flex;
  height: 22px;
  padding: 0;
  width: 22px;
  border: 2px solid #03B0AA;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #03B0AA;
}

.form-group .inputGroup .form-control {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  padding: 0 45px;
  padding-inline-end: 10px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-family: "din_R";
  font-weight: 400;
  background: transparent;
  text-align: start;
  direction: rtl;
}

.form-group .inputGroup input[type=password] {
  padding-inline-end: 45px;
}

.form-group .inputGroup textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  height: 120px;
  padding-inline-start: 50px;
  font-size: 16px;
}

.form-group .inputGroup textarea.form-control::-moz-placeholder {
  color: #8C8C8C;
}

.form-group .inputGroup textarea.form-control::placeholder {
  color: #8C8C8C;
}

.form-group .inputGroup .iti .form-control {
  text-align: right;
}

.form-group .inputGroup .IconSHape {
  position: absolute;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
  z-index: 9999;
}

.form-group .inputGroup .IconSHape img {
  display: block;
  height: 24px;
}

.form-group .inputGroup .IconSHape_2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  width: 56px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  color: #03B0AA;
}

.form-group .inputGroup .IconSHape_2 img {
  display: block;
  width: 24px;
  height: 24px;
}

.form-group .inputGroup .IconSHape_2_d {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.form-group .inputGroup .IconSHape_2_d img {
  display: block;
  width: 15px;
  height: auto;
}

.form-group .inputGroup .IconSHape_2_text {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  color: #03B0AA;
  width: -moz-max-content;
  width: max-content;
  direction: ltr;
  padding: 0 10px;
}

.form-group .inputGroup .IconSHape_Span {
  position: absolute;
  top: 0;
  left: 15px;
  height: 56px;
  display: flex;
  align-items: center;
  line-height: 56px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  direction: ltr;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
}

/*******************/
/*****************/
input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 42px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
  content: "";
  position: absolute;
  left: 19px;
  background-color: #eff2f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked + label:after {
  left: 2px;
  background-color: #fff;
}

input[switch=bool] + label {
  background-color: #f46a6a;
}

input[switch=bool] + label:before,
input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
  color: #fff;
}

input[switch=bool]:checked + label {
  background-color: #34c38f;
}

input[switch=default]:checked + label {
  background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
  background-color: #556ee6;
}

input[switch=success]:checked + label {
  background-color: #0d7d50 !important;
}

input[switch=info]:checked + label {
  background-color: #50a5f1;
}

input[switch=warning]:checked + label {
  background-color: #f1b44c;
}

input[switch=danger]:checked + label {
  background-color: #f46a6a;
}

input[switch=dark]:checked + label {
  background-color: #343a40;
}

input[switch=dark]:checked + label:before {
  color: #eff2f7;
}

input[switch] + label {
  height: 32px;
  width: 51px;
  background-color: #F0F0F0;
}

input[switch] + label:after {
  height: 24px;
  width: 24px;
  top: 4px;
  left: 23px;
}

input[switch]:checked + label:after {
  left: 3px;
  background-color: #fff;
}

input[switch] + label:after {
  background-color: #898989;
}

.withswitchbtnn {
  display: inline-block;
  height: 32px;
}
.withswitchbtnn label {
  height: 32px;
  width: 51px;
}
.withswitchbtnn input[switch] + label {
  background: #f1f1f1;
}
.withswitchbtnn input[switch]:checked + label {
  background: #A1C440;
}
.withswitchbtnn input[switch] + label:after {
  content: "";
  position: absolute;
  left: 23px;
  background-color: #8C8C8C;
  box-shadow: none;
  border-radius: 2rem;
  height: 24px;
  width: 24px;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.withswitchbtnn input[switch]:checked + label:after {
  left: 4px;
  background-color: #fff;
}

.animation_1 {
  animation: shapeMover 25s linear 0s infinite;
}

@keyframes shapeMover {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.animation_2 {
  animation: animation_2 2s linear 0s infinite;
}

@keyframes animation_2 {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
/******************/
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 45px;
  padding-right: 45px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-family: "din_R";
  font-size: 16px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8C8C8C;
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border: #03B0AA;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: #03B0AA;
  background: #FFFFFF;
  direction: rtl;
  border-radius: 8px;
}

.select2-dropdown {
  border-radius: 8px;
  overflow: hidden;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eee;
  color: #212121;
}

.select2-container--default .select2-results__option[aria-selected=true] img {
  filter: brightness(100) grayscale(100);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eee;
  color: #212121;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  font-family: "din_R";
  border-bottom: #03B0AA;
  padding: 8px 16px;
  font-size: 16px;
  background: rgba(3, 176, 170, 0.03);
}

.select2-results__option[aria-selected]:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #03B0AA;
  color: #FFFFFF;
  font-family: "din_R";
}

.socialSelect_p_0 .select2-container--default .select2-selection--single {
  padding: 0 !important;
}

.socialSelect_p_0 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 8px;
}

.select2-results__option[aria-selected] span img {
  margin: 0 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.socialSelect_p_0 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  height: 50px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #03B0AA;
  color: #FFFFFF;
}

.form-group .inputGroup .teaxtAreaControl {
  height: 100px;
  border-radius: 16px;
  padding-top: 16px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #fff;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #f9f9f9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px 15px;
}

#toast-container > .toast-error {
  background-image: url(../images/Reyale/close_not.png) !important;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
  direction: rtl;
}

#toast-container > div {
  box-shadow: none;
  opacity: 1;
  width: 265px;
  border: 0;
  border-radius: 0;
}

#toast-container > div:hover {
  box-shadow: none;
}

.toast-error {
  background: #E22D23;
}

#toast-container > .toast-success {
  background-image: url(../images/Reyale/checkbox-circle-line.svg) !important;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
  direction: rtl;
}

.toast-success {
  background: #A1C440;
}

.main-header {
  position: fixed;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 99999;
  transition: all 300ms ease;
}

.main-header.fixed-header {
  top: 0;
  position: fixed;
  background: #03B0AA;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
}

.main-header.fixed-header .logo img {
  height: 50px;
}

.header-style-two.fixed-header .main-box {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.main-header .main-box {
  position: relative;
  padding: 10px 0px;
}

.main-header .logo-box {
  position: relative;
  float: left;
  padding: 5px 0;
}

.main-header .outer-box {
  position: relative;
  float: right;
  align-items: center;
  display: flex;
  gap: 12px;
}

.main-header .btn-box {
  position: relative;
  float: right;
  margin-left: 20px;
  padding: 8px 0;
}

.nav-toggler {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 8px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #03B0AA;
  transition: transform 0.2s;
}

.nav-toggler span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 25px;
  height: 3px;
  background-color: #ffffff;
}

.nav-toggler span::before, .nav-toggler span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.2s, width 0.2s;
}

.nav-toggler span::before {
  transform-origin: right top;
  transform: translateY(-8px);
}

.nav-toggler span::after {
  transform-origin: right bottom;
  transform: translateY(8px);
}

/*Search Box Widget*/
.main-header .search-box {
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 8px 0;
}

.main-header .search-box .search-btn {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
}

.main-header .cart-btn {
  position: relative;
  float: left;
  padding: 8px 0;
}

.main-header .cart-btn:before {
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  content: "";
  visibility: hidden;
  box-shadow: none !important;
}

.main-header .cart-btn button {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: transparent;
  line-height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  z-index: 9;
}

.main-header .cart-btn .count {
  position: absolute;
  right: 0px;
  top: 4px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}

.main-header .badge {
  background-color: #dddddd;
  border-radius: 8px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.main-header .shopping-cart {
  position: absolute;
  margin: 20px 0;
  right: 0;
  background: #222222;
  width: 300px;
  border-radius: 8px;
  padding: 20px;
  max-height: 450px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transform-origin: top right;
  transition: all 300ms ease;
}

.main-header .cart-btn:hover:before,
.main-header .cart-btn:hover .shopping-cart {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.main-header .shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #444444;
  padding-bottom: 15px;
}

.main-header .shopping-cart .shopping-cart-total {
  float: right;
  font-size: 15px;
  line-height: 30px;
  color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-total .lighter-text {
  font-size: 15px;
  line-height: 30px;
  color: #aaaaaa;
}

.main-header .shopping-cart .shopping-cart-items {
  padding-top: 20px;
}

.main-header .shopping-cart .shopping-cart-items li {
  position: relative;
  margin-bottom: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  background-color: #252525;
}

.main-header .shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}

.main-header .shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  color: #ffffff;
}

.main-header .shopping-cart .shopping-cart-items .item-price {
  color: #03B0AA;
  margin-right: 8px;
}

.main-header .shopping-cart .shopping-cart-items .item-quantity {
  color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-items .product-detail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.main-header .shopping-cart .cart-icon {
  color: #dddddd;
  font-size: 22px;
  margin-right: 7px;
  float: left;
}

.main-header .shopping-cart .theme-btn {
  display: block;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.main-header .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.main-header .mCSB_scrollTools {
  opacity: 0 !important;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

/*** 

====================================================================
	Sidenav Bar
====================================================================

***/
.sidenav-bar {
  position: fixed;
  right: 0px;
  top: 0;
  max-width: 100%;
  height: 100%;
  width: 20%;
  background-color: #fff;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 300ms ease;
  transform: scaleX(0);
  transform-origin: right;
}

.sidenav-bar .nav-logo {
  position: relative;
  padding: 30px 20px;
  text-align: left;
}

.sidenav-bar .nav-logo img {
  max-width: 200px;
}

.sidenav-bar-visible {
  transition: all 500ms ease;
}

.sidenav-bar-visible .sidenav-bar {
  opacity: 1;
  right: 0;
  transform: scale(1);
  visibility: visible;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
  z-index: 99999999;
}

.sidenav-bar-visible header {
  width: 80%;
}

.sidenav-bar-visible main {
  width: 80%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.sidenav-bar .menu-box {
  position: relative;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: top right;
  transition: all 200ms ease;
}

.sidenav-bar-visible .sidenav-bar .menu-box {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.sidenav-bar .close-btn {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  color: #A1C440;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50px);
}

.sidenav-bar-visible .sidenav-bar .close-btn {
  transform: translateY(0px);
  transition: all 500ms ease;
}

.sidenav-bar .close-btn:hover {
  opacity: 0.5;
}

.sidenav-bar .side-nav {
  position: relative;
  margin-top: 10%;
}

.sidenav-bar .side-nav .UpperBox {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.sidenav-bar .side-nav .LogoImage {
  padding: 0px;
  margin: auto;
  margin-bottom: 0px;
}

.sidenav-bar .navigation {
  position: relative;
  display: block;
  margin: 0 5px;
  overflow: hidden;
}

.sidenav-bar .navigation > li {
  position: relative;
  display: block;
  left: 100%;
  margin-bottom: 5px;
  transition: all 300ms ease;
}

.sidenav-bar-visible .sidenav-bar .navigation > li {
  left: 0;
  transition-delay: 200ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(2) {
  transition-delay: 300ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(3) {
  transition-delay: 400ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(4) {
  transition-delay: 500ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(5) {
  transition-delay: 600ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(6) {
  transition-delay: 700ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(7) {
  transition-delay: 800ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(8) {
  transition-delay: 900ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(9) {
  transition-delay: 1000ms;
}

.sidenav-bar .navigation li > a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 15px 20px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
  background-color: none;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.sidenav-bar .navigation li ul li a img {
  height: 24px;
  margin-left: 4px;
}

.sidenav-bar .navigation > li > a {
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.sidenav-bar .navigation > li > a img {
  left: 10px;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
}

.sidenav-bar .navigation li:hover > a,
.sidenav-bar .navigation li.current > a {
  color: #A1C440;
}

.sidenav-bar .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  transition: all 300ms ease;
}

.sidenav-bar .navigation li.dropdown .dropdown-btn.active .fa:before {
  display: inline-block;
  position: relative;
  content: "\f068";
  transform: rotate(180deg);
  transition: all 300ms ease;
}

.sidenav-bar .navigation li > ul,
.sidenav-bar .navigation li > ul > li > ul {
  display: none;
  background-color: rgba(3, 176, 170, 0.05);
  width: 96%;
  margin: 2%;
  border-radius: 0px 30px;
  padding: 15px 8px;
}

.sidenav-bar .contact-info-box {
  position: relative;
  padding: 0 15px;
  margin-top: 0px;
}

.sidenav-bar .contact-info-box .info-box {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.sidenav-bar .contact-info-box .info-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
}

.sidenav-bar .contact-info-box .info-box strong {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p a {
  color: #ffffff;
  display: inline-block;
  transition: all 300ms ease;
}

.sidenav-bar .contact-info-box .info-box p a:hover {
  color: #03B0AA;
}

/*===============================================
		Header Style Two
================================================*/
.header-span {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
}

.header-style-two {
  position: fixed;
  background-color: transparent;
  top: 0;
}

.header-style-two .logo-outer {
  position: relative;
  float: left;
}

.header-style-two .logo {
  position: relative;
}

.header-style-two .logo img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.header-style-two .nav-outer {
  position: relative;
  float: right;
}

.header-style-two .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 50px;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-left: 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 15px 0;
  opacity: 1;
  text-align: center;
  font-family: din_M;
  transition: all 300ms ease;
}

.main-menu .navigation > li > a img {
  margin-right: 0px;
}

.main-menu .navigation > li > a span {
  margin-inline-end: 4px;
  font-family: "din_R";
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #F6BA48;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #292929;
  line-height: 20px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 260px;
  padding: 10px 15px;
  z-index: 100;
  background: #fff;
  margin-top: 0px;
  border-radius: 8px;
  transition: all 200ms linear;
  opacity: 1;
  border: 1px solid #f9f9f9;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none !important;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-weight: 400;
  font-family: din_R;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  border: 0px solid transparent;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a img {
  margin-left: 5px;
  height: 24px;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #03B0AA !important;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 110%;
  top: 0%;
  width: 200px;
  padding: 0px 0px;
  z-index: 100;
  background: rgba(47, 46, 50, 0.9);
  transition: all 200ms linear;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
  border-left: 4px solid transparent;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #ffffff;
  background: #222222;
  border-left: 4px solid #03B0AA;
}

.main-menu .navigation > li.dropdown:hover > ul {
  transition: all 300ms linear;
  visibility: visible;
  opacity: 1;
  top: 100%;
  border: 1px solid #f1f1f1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  float: right;
}

.header-style-two .outer-box .btn-box {
  display: none;
}

.main-header .NotificationBTN .Noti-btn {
  position: relative;
  display: block;
  height: 56px;
  width: 56px;
  background: rgba(255, 255, 255, 0.1019607843);
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  padding: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.main-header .NotificationBTN .Noti-btn:hover {
  background: #A1C440;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  color: #fff;
}

.main-header .NotificationBTN .Noti-btn:hover img {
  filter: grayscale(100) brightness(100);
}

.main-header .NotificationBTN .Noti-btn .ContNot {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 25px;
  width: 25px;
  background: #EA4335;
  display: block;
  line-height: 22px;
  font-family: "din_R";
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

.MyAccount .header-item {
  display: block;
  height: 50px;
  padding: 0 0;
  border-radius: 0;
  color: #FFFFFF;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  position: relative;
  top: 0px;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 0;
}

.MyAccount .header-item .iconAccount {
  margin-left: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.MyAccount .header-item span {
  margin-left: 5px;
}

.MyAccount .header-item i {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  transform: scale(1.5);
  position: relative;
  top: 3px;
  left: -2px;
  color: #002de7;
  font-size: 20px;
}

.MyAccount .dropdown-menu {
  width: 229px;
  left: 0px !important;
  top: 15px !important;
  border-radius: 8px;
  padding: 0px;
  padding-bottom: 0;
  padding-top: 15px;
  overflow: hidden;
  border: none;
  border: 1px solid #F0F0F0;
}

.MyAccount .dropdown-menu .dropdown-item {
  direction: rtl;
  text-align: right;
  padding: 15px 5px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: din_R;
  margin-bottom: 5px;
  border-top: 1px solid rgba(66, 34, 21, 0.1019607843);
  margin: 0 20px;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  width: calc(100% - 40px);
}

.bt-0 {
  border-top: 0 !important;
}

.MyAccount .dropdown-menu .dropdown-item .COunt {
  color: #03B0AA;
}

.MyAccount .dropdown-menu .dropdown-item:first-child {
  padding-top: 0;
}

.MyAccount .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px !important;
  padding-bottom: 18px;
  margin: auto;
  padding-left: 5px;
  padding-right: 5px;
  width: calc(100% - 30px);
  text-align: start;
  background: #03B0AA;
  border-top: 0;
  border-radius: 50px;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  color: #FFFFFF !important;
  padding: 0;
  line-height: 50px;
  margin-top: 12px;
}

.MyAccount .dropdown-menu .dropdown-item img {
  margin-left: 7px;
}

.MyAccount .dropdown-item:focus, .MyAccount .dropdown-item:hover {
  background: none;
  color: #03B0AA !important;
}

.MyAccount .dropdown-menu .dropdown-item:last-child:hover {
  color: #FFFFFF !important;
}

.MyAccount .HederInfo {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.MyAccount .HederInfo .ImageVector {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.MyAccount .HederInfo .ImageVector img {
  display: block;
  width: 100%;
  height: 100%;
}

.MyAccount .HederInfo .UserData {
  text-align: start;
}

.MyAccount .HederInfo .UserData h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.MyAccount .HederInfo .UserData p {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  font-family: "din_R";
  line-height: 16px;
  margin-bottom: 4px;
}

/***********************/
.Lang_BTN .header-item {
  display: block;
  height: 50px;
  padding: 0 0;
  border-radius: 0;
  color: #FFFFFF;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  position: relative;
  top: 0px;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: "din_M";
  border: 0;
}

.Lang_BTN .header-item .iconAccount {
  margin-left: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.Lang_BTN .header-item span {
  margin-left: 5px;
}

.Lang_BTN .header-item i {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  transform: scale(1.5);
  position: relative;
  top: 3px;
  left: -2px;
  color: #002de7;
  font-size: 20px;
}

.Lang_BTN .dropdown-menu {
  width: 229px;
  left: 0px !important;
  top: 15px !important;
  border-radius: 8px;
  padding: 0px;
  padding-bottom: 0;
  padding-top: 15px;
  overflow: hidden;
  border: none;
  border: 1px solid #F0F0F0;
}

.Lang_BTN .dropdown-menu .dropdown-item {
  text-align: start;
  padding: 15px 5px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: din_R;
  margin-bottom: 5px;
  border-top: 1px solid rgba(66, 34, 21, 0.1019607843);
  margin: 0 20px;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  width: calc(100% - 40px);
}

.Lang_BTN .dropdown-menu .dropdown-item .COunt {
  color: #03B0AA;
}

.Lang_BTN .dropdown-menu .dropdown-item:first-child {
  padding-top: 0;
}

.Lang_BTN .dropdown-menu .dropdown-item img {
  margin-inline-end: 7px;
}

.Lang_BTN .dropdown-item:focus, .Lang_BTN .dropdown-item:hover {
  background: none;
  color: #03B0AA !important;
}

.Lang_BTN .HederInfo {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.Lang_BTN .HederInfo .ImageVector {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.Lang_BTN .HederInfo .ImageVector img {
  display: block;
  width: 100%;
  height: 100%;
}

.Lang_BTN .HederInfo .UserData {
  text-align: start;
}

.Lang_BTN .HederInfo .UserData h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.Lang_BTN .HederInfo .UserData p {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  font-family: "din_R";
  line-height: 16px;
  margin-bottom: 4px;
}

.main-header .NotificationBTN .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  float: right;
  text-align: right;
  margin-top: 15px !important;
  padding: 0px;
  background: #FFFFFF;
  border: 0px solid #f9f9f9;
  box-shadow: none;
  border-radius: 8px 8px 10px 10px;
}

.width_444 {
  width: 444px;
}

.NotificationBTN .dropdown-menu .nav {
  padding: 24px;
  border: 0;
  padding-bottom: 0px;
  padding-top: 15px;
}

.NotificationBTN .dropdown-menu .nav .nav-item .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "din_R";
  border: 0;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  background: transparent;
}

.NotificationBTN .dropdown-menu .nav .nav-item .nav-link span {
  color: #03B0AA;
  margin: 0 5px;
}

.NotificationBTN .dropdown-menu .nav .nav-item .active {
  border-bottom: 1px solid #03B0AA;
  color: #000;
}

.NotificationBTN .NotificationItems {
  padding: 24px;
  border: 0;
  padding-bottom: 32px;
  max-height: 400px;
  overflow: auto;
}

.NotificationBTN .NotificationItems::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #ffffff;
}

.NotificationBTN .NotificationItems::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #f9f9f9;
}

.NotificationBTN .NotificationItems .NotIItem {
  display: flex;
  align-items: self-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.NotificationBTN .NotificationItems .NotIItem:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
}

.NotificationBTN .NotificationItems .NotIItem .Icon {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
}

.NotificationBTN .NotificationItems .NotIItem .Icon .Main_Image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.NotificationBTN .NotificationItems .NotIItem .Icon .SmallImage {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.NotificationBTN .NotificationItems .NotIItem .DataNoti {
  display: block;
  width: calc(100% - 68px);
}

.NotificationBTN .NotificationItems .NotIItem .DataNoti p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "din_M";
  line-height: 20px;
  margin-bottom: 5px;
}

.NotificationBTN .NotificationItems .NotIItem .DataNoti p strong {
  color: #000;
  font-weight: 500;
  font-family: "din_B";
}

.NotificationBTN .NotificationItems .NotIItem .DataNoti p span {
  color: #A1C440;
}

.NotificationBTN .NotificationItems .NotIItem .DataNoti .TimeSend {
  color: #898989;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  font-family: "din_R";
}

.NotificationBTN .NotificationItems .NotIItem .DataNoti .Internal_LinkNot {
  color: #03B0AA;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: din_M;
  margin-bottom: 5px;
}

.NotificationBTN .NotificationItems .NotIItem .FlowersImages {
  margin-bottom: 5px;
}

.NotificationBTN .NotificationItems .NotIItem .FlowersImages .flowerItem {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: -10px;
}

.NotificationBTN .NotificationItems .NotIItem .FlowersImages .flowerItem img {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.NotificationBTN .NotificationItems .NotIItem .FlowersImages .flowerItem span {
  display: block;
  width: 32px;
  height: 32px;
  background: #A1C440;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  direction: ltr;
}

.NotificationBTN .ShowAllItems a {
  display: block;
  width: 100%;
  height: 56px;
  background: #A1C440;
  border-radius: 0 0 8px 8px;
  color: #fff;
  direction: ltr;
  line-height: 56px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "din_M";
}

.NotificationBTN .ShowAllItems a img {
  margin-left: 5px;
}

.NotificationBTN .AllChats {
  padding: 24px;
  border: 0;
  padding-bottom: 24px;
  max-height: 400px;
  overflow: auto;
  border-radius: 8px;
  margin-top: 5px;
}

.NotificationBTN .AllChats::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #ffffff;
}

.NotificationBTN .AllChats::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #f9f9f9;
}

.NotificationBTN .AllChats .ChateItem {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.NotificationBTN .AllChats .ChateItem:first-child {
  padding-top: 0;
}

.NotificationBTN .AllChats .ChateItem:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
}

.NotificationBTN .AllChats .ChateItem .chatData {
  display: flex;
  align-items: self-start;
  gap: 15px;
}

.NotificationBTN .AllChats .ChateItem .chatData .chatIcon img {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo h2 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo p {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  font-family: "din_R";
}

.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo p span {
  margin: 0 5px;
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  font-family: "din_R";
}

.NotificationBTN .AllChats .ChateItem .chatTime {
  line-height: 20px;
}

.NotificationBTN .AllChats .ChateItem .chatTime span {
  line-height: 20px;
  font-size: 14px;
  color: #898989;
  font-weight: 400;
  font-family: "din_R";
}

/*************/
.cartShoping_Btn .width_380 {
  width: 380px;
  box-shadow: 0 0 5px #eee;
  border: 1px solid #eee !important;
}
.cartShoping_Btn .cartItems {
  padding: 24px;
  border-radius: 8px;
}
.cartShoping_Btn .cartItems .itemCart {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 2px solid rgba(2, 159, 249, 0.1019607843);
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.cartShoping_Btn .cartItems .itemCart .image {
  width: 108px;
  height: 108px;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.cartShoping_Btn .cartItems .itemCart .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cartShoping_Btn .cartItems .itemCart .ItemCartData {
  display: block;
  width: calc(100% - 132px);
}
.cartShoping_Btn .cartItems .itemCart .ItemCartData .Titlee {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  text-align: justify;
}
.cartShoping_Btn .cartItems .itemCart .ItemCartData .UserName {
  color: #8C8C8C;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}
.cartShoping_Btn .cartItems .itemCart .ItemCartData .Price {
  font-size: 16px;
  font-weight: 400;
}
.cartShoping_Btn .cartItems .itemCart .ItemCartData .Price strong {
  color: #000;
  font-weight: 700;
  margin: 0 5px;
}
.cartShoping_Btn .cartItems .itemCart .ItemCartData .Price .OldPrice {
  color: #8C8C8C;
  text-decoration: line-through;
}
.cartShoping_Btn .cartItems .TotalPrice {
  text-align: center;
}
.cartShoping_Btn .cartItems .TotalPrice h2 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.cartShoping_Btn .cartItems .TotalPrice h2 span {
  color: #8C8C8C;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 600;
}
.cartShoping_Btn .cartItems .theme-btn {
  width: 100%;
  margin-top: 24px;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
}

/****************/
/****************/
/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #A1C440;
  border: 1px solid #A1C440;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-one img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-one .btn-title {
  position: relative;
}

.btn-style-one:hover {
  color: #A1C440;
}
.btn-style-one:hover img {
  filter: none;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-one:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two .btn-title {
  position: relative;
}

.btn-style-two:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two:hover img {
  filter: none;
}

.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_previous*/
.btn-style-two_next {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_next img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two_next .btn-title {
  position: relative;
}

.btn-style-two_next:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two_next:hover img {
  filter: none;
}

.btn-style-two_next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_next:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_finish*/
.btn-style-two_finish {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_finish img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-two_finish .btn-title {
  position: relative;
}

.btn-style-two_finish:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}
.btn-style-two_finish:hover img {
  filter: none;
}

.btn-style-two_finish:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_finish:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Two opacity 8*/
.btn-style-two_o_8 {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: rgba(3, 176, 170, 0.08);
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-two_o_8 img {
  margin-inline-end: 6px;
}

.btn-style-two_o_8 .btn-title {
  position: relative;
}

.btn-style-two_o_8:hover {
  color: #FFFFFF;
}
.btn-style-two_o_8:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-two_o_8:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_o_8:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style two_next opacity 8*/
.btn-style-two_previous {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: rgba(3, 176, 170, 0.08);
  overflow: hidden;
  border-radius: 50px;
  direction: ltr;
}
.btn-style-two_previous img {
  margin-inline-end: 6px;
}

.btn-style-two_previous .btn-title {
  position: relative;
}

.btn-style-two_previous:hover {
  color: #FFFFFF;
}
.btn-style-two_previous:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-two_previous:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-two_previous:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*******************************************/
/***********************************/
/* Btn Style Light white*/
.btn-style-light_w {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 0 24px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-light_w img {
  filter: brightness(100) grayscale(100);
  margin-inline-end: 6px;
}

.btn-style-light_w .btn-title {
  position: relative;
}

.btn-style-light_w:hover {
  color: #03B0AA;
  border: 1px solid #FFFFFF;
}
.btn-style-light_w:hover img {
  filter: none;
}

.btn-style-light_w:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-light_w:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/* Btn Style Light white reverse main*/
.btn-style-light_w_t {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #03B0AA;
  padding: 0 24px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 50px;
}
.btn-style-light_w_t img {
  margin-inline-end: 6px;
}

.btn-style-light_w_t .btn-title {
  position: relative;
}

.btn-style-light_w_t:hover {
  color: #FFFFFF;
  border: 1px solid #03B0AA;
}
.btn-style-light_w_t:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-light_w_t:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-light_w_t:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style danger*/
.btn-style-danger {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  padding: 0px 15px;
  height: 56px;
  width: 145px;
  font-weight: 500;
  background-color: #EA4335;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #EA4335;
}

.btn-style-danger .btn-title {
  position: relative;
}

.btn-style-danger img {
  margin-left: 5px;
  filter: brightness(100) grayscale(100);
}

.btn-style-danger:hover img {
  filter: none;
}

.btn-style-danger:hover {
  color: #EA4335;
  border: 1px solid #EA4335;
}

.btn-style-danger:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-danger:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style green*/
.btn-style-green {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  padding: 0px 15px;
  height: 56px;
  width: 145px;
  font-weight: 500;
  background: #03B0AA;
  overflow: hidden;
  border-radius: 8px;
  border: 0px solid rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(2, 159, 249, 0.1019607843);
}

.btn-style-green .btn-title {
  position: relative;
}

.btn-style-green img {
  margin-left: 5px;
  filter: brightness(100) grayscale(100);
}

.btn-style-green:hover img {
  filter: none;
}

.btn-style-green:hover {
  color: #A1C440;
}

.btn-style-green:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-green:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red light*/
.btn-style-red-light {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #03B0AA;
  padding: 0px 24px;
  height: 50px;
  width: 145px;
  font-weight: 400;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #B01F29;
}

.btn-style-red-light .btn-title {
  position: relative;
}

.btn-style-red-light img {
  margin-inline-end: 8px;
}

.btn-style-red-light:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-red-light:hover {
  color: #FFFFFF !important;
  border: 1px solid #B01F29;
}

.btn-style-red-light:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red-light:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red*/
.btn-style-red {
  position: relative;
  font-size: 16px;
  height: 50px;
  color: #fff;
  padding: 0px 15px;
  line-height: 50px;
  width: 145px;
  font-weight: 500;
  background-color: #03B0AA;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #03B0AA;
}

.btn-style-red .btn-title {
  position: relative;
}

.btn-style-red img {
  margin-left: 5px;
}

.btn-style-red:hover {
  color: #03B0AA;
  border: 1px solid #03B0AA;
}

.btn-style-red:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style red blur*/
.btn-style-red-blur {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #03B0AA;
  padding: 0px 24px;
  height: 50px;
  width: 145px;
  font-weight: 400;
  background-color: rgba(176, 31, 41, 0.031372549);
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgba(66, 34, 21, 0.1019607843);
}

.btn-style-red-blur .btn-title {
  position: relative;
}

.btn-style-red-blur img {
  margin-inline-end: 8px;
}

.btn-style-red-blur:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-red-blur:hover {
  color: #FFFFFF !important;
  border: 1px solid #B01F29;
}

.btn-style-red-blur:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-red-blur:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style orange light*/
.btn-style-yellow-light {
  position: relative;
  font-size: 16px;
  line-height: 52px;
  color: #03B0AA;
  padding: 0px 15px;
  line-height: 56px;
  width: 145px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #03B0AA;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #03B0AA;
}

.btn-style-yellow-light .btn-title {
  position: relative;
}

.btn-style-yellow-light img {
  margin-left: 5px;
}

.btn-style-yellow-light:hover img {
  filter: brightness(100) grayscale(100);
}

.btn-style-yellow-light:hover {
  color: #fff;
  border: 1px solid #03B0AA;
}

.btn-style-yellow-light:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #03B0AA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.btn-style-yellow-light:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  height: 50px;
  padding: 0 16px;
  font-weight: 400;
  overflow: hidden;
  min-width: 125px;
  background-color: #A1C440;
  border: 1px solid #A1C440;
  transition: all 300ms linear;
  border-radius: 50px;
}

.btn-style-four:hover {
  color: #FFFFFF;
  background-color: #03B0AA;
  border: 1px solid #03B0AA;
}

/****************/
@font-face {
  font-family: Num_B;
  src: url("../font/Num_FuturaPTBold.otf") format("truetype");
}
@font-face {
  font-family: Num_M;
  src: url("../font/Num_FuturaPTMedium.otf") format("truetype");
}
@font-face {
  font-family: din_M;
  src: url("../font/GE_Dinar_Medium.otf") format("truetype");
}
@font-face {
  font-family: din_B;
  src: url("../font/GE_Dinar_Bold.otf") format("truetype");
}
@font-face {
  font-family: din_R;
  src: url("../font/GE_Dinar_Regular.otf") format("truetype");
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  direction: ltr;
  text-align: start;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: din_M;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #03B0AA;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  font-family: din_M;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

.theme-btn {
  font-family: "din_M";
  border-radius: 50px;
}

p, .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #8C8C8C;
  font-family: "din_R";
  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::-moz-selection {
  background: #03B0AA;
  color: #ffffff;
}

::selection {
  background: #03B0AA;
  color: #ffffff;
}

::-moz-selection {
  background: #03B0AA;
  color: #ffffff;
}

::-webkit-selection {
  background: #03B0AA;
  color: #ffffff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  transition: all 300ms ease;
}

main .content-inner {
  position: relative;
}

.sidenav-bar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.sidenav-bar .mCSB_scrollTools {
  opacity: 0 !important;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-one li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #f1f1f1;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 25px;
  color: #03B0AA;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-two li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #03B0AA;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
}

.theme_color {
  color: #03B0AA;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #03B0AA;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/Reyale/Logo.svg);
  background-size: 150px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  background: #A1C440;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #03B0AA;
  color: #FFFFFF;
}

.page-title {
  position: relative;
  text-align: center;
  padding: 200px 0px 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-title .auto-container {
  position: relative;
}

.page-title h2 {
  position: relative;
  color: #ffffff;
  font-size: 74px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: ">";
  right: -2px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #03B0AA;
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #000000;
  color: #ffffff;
  z-index: 1;
  padding-left: 5px;
  font-size: 24px;
  display: block;
  border-radius: 50%;
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56px;
  width: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 5s infinite;
}

.play-now .ripple:before {
  animation-delay: 1s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  animation-delay: 0.4s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 56px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 16px;
  margin: 10px;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 400;
  font-family: "din_M";
}

.form-group label span {
  color: #898989;
  font-family: "din_R";
}

.form-group .inputGroup {
  position: relative;
}

.inputIcreaseDecrse .number-spinner {
  position: relative;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Dwn {
  position: absolute;
  display: flex;
  align-items: center;
  height: 56px;
  left: 30%;
  top: 0;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Dwn button {
  display: flex;
  height: 22px;
  padding: 0;
  width: 22px;
  border: 2px solid #03B0AA;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #03B0AA;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Up {
  position: absolute;
  display: flex;
  align-items: center;
  height: 56px;
  right: 30%;
  top: 0;
}
.inputIcreaseDecrse .number-spinner .input-group-btn_Up button {
  display: flex;
  height: 22px;
  padding: 0;
  width: 22px;
  border: 2px solid #03B0AA;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #03B0AA;
}

.form-group .inputGroup .form-control {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  padding: 0 45px;
  padding-inline-end: 10px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-family: "din_R";
  font-weight: 400;
  background: transparent;
  text-align: start;
  direction: rtl;
}

.form-group .inputGroup input[type=password] {
  padding-inline-end: 45px;
}

.form-group .inputGroup textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  height: 120px;
  padding-inline-start: 50px;
  font-size: 16px;
}

.form-group .inputGroup textarea.form-control::-moz-placeholder {
  color: #8C8C8C;
}

.form-group .inputGroup textarea.form-control::placeholder {
  color: #8C8C8C;
}

.form-group .inputGroup .iti .form-control {
  text-align: right;
}

.form-group .inputGroup .IconSHape {
  position: absolute;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
  z-index: 9999;
}

.form-group .inputGroup .IconSHape img {
  display: block;
  height: 24px;
}

.form-group .inputGroup .IconSHape_2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  width: 56px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  color: #03B0AA;
}

.form-group .inputGroup .IconSHape_2 img {
  display: block;
  width: 24px;
  height: 24px;
}

.form-group .inputGroup .IconSHape_2_d {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.form-group .inputGroup .IconSHape_2_d img {
  display: block;
  width: 15px;
  height: auto;
}

.form-group .inputGroup .IconSHape_2_text {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  color: #03B0AA;
  width: -moz-max-content;
  width: max-content;
  direction: ltr;
  padding: 0 10px;
}

.form-group .inputGroup .IconSHape_Span {
  position: absolute;
  top: 0;
  left: 15px;
  height: 56px;
  display: flex;
  align-items: center;
  line-height: 56px;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  direction: ltr;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
}

/*******************/
/*****************/
input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 42px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
  content: "";
  position: absolute;
  left: 19px;
  background-color: #eff2f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label {
  background-color: #002DE7;
}

input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked + label:after {
  left: 2px;
  background-color: #fff;
}

input[switch=bool] + label {
  background-color: #f46a6a;
}

input[switch=bool] + label:before,
input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
  color: #fff;
}

input[switch=bool]:checked + label {
  background-color: #34c38f;
}

input[switch=default]:checked + label {
  background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
  background-color: #556ee6;
}

input[switch=success]:checked + label {
  background-color: #0d7d50 !important;
}

input[switch=info]:checked + label {
  background-color: #50a5f1;
}

input[switch=warning]:checked + label {
  background-color: #f1b44c;
}

input[switch=danger]:checked + label {
  background-color: #f46a6a;
}

input[switch=dark]:checked + label {
  background-color: #343a40;
}

input[switch=dark]:checked + label:before {
  color: #eff2f7;
}

input[switch] + label {
  height: 32px;
  width: 51px;
  background-color: #F0F0F0;
}

input[switch] + label:after {
  height: 24px;
  width: 24px;
  top: 4px;
  left: 23px;
}

input[switch]:checked + label:after {
  left: 3px;
  background-color: #fff;
}

input[switch] + label:after {
  background-color: #898989;
}

.withswitchbtnn {
  display: inline-block;
  height: 32px;
}
.withswitchbtnn label {
  height: 32px;
  width: 51px;
}
.withswitchbtnn input[switch] + label {
  background: #f1f1f1;
}
.withswitchbtnn input[switch]:checked + label {
  background: #A1C440;
}
.withswitchbtnn input[switch] + label:after {
  content: "";
  position: absolute;
  left: 23px;
  background-color: #8C8C8C;
  box-shadow: none;
  border-radius: 2rem;
  height: 24px;
  width: 24px;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.withswitchbtnn input[switch]:checked + label:after {
  left: 4px;
  background-color: #fff;
}

.animation_1 {
  animation: shapeMover 25s linear 0s infinite;
}

@keyframes shapeMover {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.animation_2 {
  animation: animation_2 2s linear 0s infinite;
}

@keyframes animation_2 {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
/******************/
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 45px;
  padding-right: 45px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-family: "din_R";
  font-size: 16px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8C8C8C;
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border: #03B0AA;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: #03B0AA;
  background: #FFFFFF;
  direction: rtl;
  border-radius: 8px;
}

.select2-dropdown {
  border-radius: 8px;
  overflow: hidden;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eee;
  color: #212121;
}

.select2-container--default .select2-results__option[aria-selected=true] img {
  filter: brightness(100) grayscale(100);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eee;
  color: #212121;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  font-family: "din_R";
  border-bottom: #03B0AA;
  padding: 8px 16px;
  font-size: 16px;
  background: rgba(3, 176, 170, 0.03);
}

.select2-results__option[aria-selected]:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #03B0AA;
  color: #FFFFFF;
  font-family: "din_R";
}

.socialSelect_p_0 .select2-container--default .select2-selection--single {
  padding: 0 !important;
}

.socialSelect_p_0 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 8px;
}

.select2-results__option[aria-selected] span img {
  margin: 0 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.socialSelect_p_0 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  height: 50px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #03B0AA;
  color: #FFFFFF;
}

.form-group .inputGroup .teaxtAreaControl {
  height: 100px;
  border-radius: 16px;
  padding-top: 16px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #fff;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #f9f9f9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px 15px;
}

#toast-container > .toast-error {
  background-image: url(../images/Reyale/close_not.png) !important;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
  direction: rtl;
}

#toast-container > div {
  box-shadow: none;
  opacity: 1;
  width: 265px;
  border: 0;
  border-radius: 0;
}

#toast-container > div:hover {
  box-shadow: none;
}

.toast-error {
  background: #E22D23;
}

#toast-container > .toast-success {
  background-image: url(../images/Reyale/checkbox-circle-line.svg) !important;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
  direction: rtl;
}

.toast-success {
  background: #A1C440;
}

.main-footer {
  position: relative;
  background: #fff;
  z-index: 1;
}
.main-footer .UperImage {
  position: absolute;
  top: -100px;
  height: 110px;
  width: 100%;
}
.main-footer .UperImage img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-footer .footerlayer {
  position: absolute;
  top: 0;
  right: 0;
}
.main-footer .widgets-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  padding-bottom: 0px;
  z-index: 2;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 10px;
}
.main-footer .footer-column.Pl_130px {
  padding-left: 50px;
}
.main-footer .footer-column.PR_130px {
  padding-right: 50px;
}
.main-footer .footer-column .NewsLetter .SubscripWeather {
  margin-bottom: 40px;
}
.main-footer .footer-column .NewsLetter .SubscripWeather p {
  color: #8C8C8C;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .nav .nav-item {
  flex-grow: 0;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .nav .nav-item .nav-link {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  font-family: "din_R";
  background: none;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .nav .nav-item .nav-link.active {
  color: #A1C440;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .FormTitle {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .FormTitle label {
  color: #A1C440;
  font-size: 16px;
  font-family: "din_R";
}
.main-footer .footer-column .NewsLetter .SubscripWeather .FormTitle p {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  font-family: "din_R";
}
.main-footer .footer-column .NewsLetter .SubscripWeather .formBox {
  position: relative;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .formBox .IconShape {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .formBox input {
  padding: 0 50px;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .formBox input::-moz-placeholder {
  color: #8C8C8C;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .formBox input::placeholder {
  color: #8C8C8C;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .formBox .theme-btn {
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .FlowUs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .FlowUs h2 {
  color: #FFFFFF;
  font-size: 20px;
  margin-inline-end: 24px;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .FlowUs a {
  display: inline-block;
}
.main-footer .footer-column .NewsLetter .SubscripWeather .FlowUs a img {
  display: block;
  width: 24px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-column .widget-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #03B0AA;
  line-height: 24px;
  margin-bottom: 16px;
  font-family: "din_B";
}

.main-footer .about-widget {
  position: relative;
  padding-left: 0px;
  text-align: justify;
}

.main-footer .logo {
  position: relative;
  margin-bottom: 24px;
}

.main-footer .footer-logo figure {
  margin: 0;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .about-widget .text {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .about-widget .text p {
  font-size: 16px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: "din_R";
  text-align: justify;
}

.SocialBox {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-bottom: 32px;
}

.social-icon-two {
  position: relative;
  display: block;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  color: #FFFFFF;
  text-align: center;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon-two li a:hover {
  border-color: #03B0AA;
  background: #03B0AA;
  color: #FFFFFF;
}

.social-icon-two li a:hover img {
  filter: brightness(100);
}

/*Recent Posts*/
.recent-posts {
  position: relative;
  padding-left: 40px;
}

.recent-posts .post {
  position: relative;
  min-height: 90px;
  margin-bottom: 30px;
}

.recent-posts .post:last-child {
  margin-bottom: 0;
}

.recent-posts .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  overflow: hidden;
}

.recent-posts .post .thumb a {
  display: block;
}

.recent-posts .post .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.recent-posts .post h4 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.recent-posts .post h4 a {
  color: #ffffff;
  transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
  color: #03B0AA;
}

.recent-posts .post .date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #bbbbbb;
}

.recent-posts .post .date span {
  color: #03B0AA;
  margin-right: 4px;
  opacity: 0.7;
}

/*=== User LInks ===*/
.useful-links {
  position: relative;
  padding-left: 50px;
}

.user-links li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.user-links li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: din_R;
  font-weight: 400;
  padding: 0 0px;
  border-left: 0px solid #03B0AA;
  transition: all 300ms ease;
}

.user-links li a:hover {
  color: #03B0AA;
}

.main-footer .contact-list {
  position: relative;
}

.main-footer .contact-list li {
  position: relative;
  padding: 10px 30px;
  padding-left: 55px;
  margin-bottom: 10px;
  background-color: #252525;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.main-footer .contact-list li:last-child {
  margin-bottom: 0;
}

.main-footer .contact-list li .icon {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 23px;
  line-height: 25px;
  color: #000;
}

.main-footer .contact-list li .text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}

.main-footer .contact-list li .text a {
  color: #000;
  transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover {
  color: #03B0AA;
}

/*=== Footer Bottom ===*/
.main-footer .footer-bottom {
  position: relative;
  width: 100%;
}

.main-footer .footer-bottom .inner-container {
  position: relative;
  border-top: 1px solid #f1f1f1;
}

.main-footer .footer-bottom .copyright-text {
  position: relative;
  float: left;
  padding: 18px 0;
}

.main-footer .footer-bottom .copyright-text p {
  position: relative;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.main-footer .footer-bottom .copyright-text p img {
  margin-inline-start: 4px;
}

.main-footer .footer-bottom .copyright-text a {
  color: #000;
  font-weight: 600;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

.main-footer .footer-bottom .footer-nav {
  position: relative;
  float: right;
}

.main-footer .footer-bottom .footer-nav ul {
  position: relative;
  padding: 18px 0;
}

.main-footer .footer-bottom .footer-nav ul li {
  position: relative;
  float: left;
  margin: 0 0px;
}

.main-footer .footer-bottom .footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #03B0AA;
  font-weight: 400;
  padding: 0px 8px;
  font-family: "din_M";
  text-transform: uppercase;
  background-color: transparent;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li:nth-child(1) a {
  border-right: 1px solid #03B0AA;
}

.main-footer .footer-bottom .footer-nav ul li:nth-child(2) a {
  border-right: 0px solid #03B0AA;
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
  color: #A1C440;
}

.main-footer .ReyalyContactInfo {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 24px;
}
.main-footer .ReyalyContactInfo .UpperInfo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.main-footer .ReyalyContactInfo .InfoItem {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.main-footer .ReyalyContactInfo .InfoItem .Icon {
  display: block;
  width: 24px;
}
.main-footer .ReyalyContactInfo .InfoItem .Icon img {
  display: inline-block;
}
.main-footer .ReyalyContactInfo .InfoItem .infoo {
  display: block;
  width: calc(100% - 30px);
}
.main-footer .ReyalyContactInfo .InfoItem .infoo p {
  color: #000;
  font-family: "din_R";
  font-size: 16px;
  margin-bottom: 4px;
  text-align: justify;
  margin: 0;
}
.main-footer .ReyalyContactInfo .InfoItem .infoo a {
  color: #000;
  font-weight: 500;
  font-family: Num_B;
  font-size: 16px;
}
.main-footer .ButtonsFooter {
  display: flex;
  gap: 12px;
}
.main-footer .ButtonsFooter .theme-btn {
  padding: 0;
  flex-grow: 1;
  width: 50%;
  height: 56px;
  line-height: 56px;
}
.main-footer .SiteMapLinks {
  margin-bottom: 20px;
}
.main-footer .SiteMapLinks h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  color: #03B0AA;
  font-family: "din_B";
}
.main-footer .SiteMapLinks ul {
  margin: 0;
  padding: 0;
}
.main-footer .SiteMapLinks ul li {
  list-style: none;
  margin-bottom: 6px;
}
.main-footer .SiteMapLinks ul li a {
  color: #000;
  font-size: 16px;
  font-family: "din_R";
  transition: all 0.5s ease-in-out;
}
.main-footer .SiteMapLinks ul li a:hover {
  color: #03B0AA;
}
.main-footer .QRCODEBox {
  border: 1px solid #f1f1f1;
  padding: 20px 26px;
  border-radius: 16px;
  margin-top: 24px;
}
.main-footer .QRCODEBox p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "din_M";
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.main-footer .QRCODEBox img {
  display: block;
}
.main-footer .DowenApp p {
  margin-bottom: 24px;
  margin-top: 12px;
}
.main-footer .DowenApp .LinksApps {
  display: flex;
  gap: 12px;
}
.main-footer .DowenApp .LinksApps a {
  flex-grow: 1;
  width: 50%;
}
.main-footer .DowenApp .LinksApps a img {
  display: block;
  width: 100%;
  height: auto;
}

/*** Right To Left Style ***/
.rtl {
  direction: rtl;
  text-align: right;
}
.rtl .swiper-slider-area, .rtl .banner-slider-arrows, .rtl .styled-pagination, .rtl .owl-carousel {
  direction: ltr !important;
}
.rtl .owl-carousel {
  direction: rtl !important;
}
.rtl .banner-carousel {
  direction: ltr !important;
}
.rtl .main-menu .navigation > li,
.rtl .team-block .other-info li strong,
.rtl .fun-facts .bar-item .skill-header .skill-title,
.rtl .header-style-two .main-menu {
  float: right;
}
.rtl .main-header .cart-btn, .rtl .main-header .search-box, .rtl .main-header .btn-box, .rtl .main-header .logo-box {
  float: right;
}
.rtl .main-header {
  left: auto;
  right: 0;
}
.rtl .main-header .outer-box {
  float: left;
}
.rtl .main-menu .navigation > li > ul, .rtl .main-footer .footer-column .widget-title:before, .rtl .banner-section-three .shape-outer, .rtl .sidenav-bar .contact-info-box .info-box .icon-box, .rtl .sidenav-bar-visible header {
  left: auto;
  right: 0;
}
.rtl .sidenav-bar .navigation li.dropdown .dropdown-btn, .rtl .main-header .shopping-cart {
  right: auto;
  left: 0;
  opacity: 0;
}
.rtl .team-block .other-info, .rtl .ui-menu .ui-menu-item-wrapper, .rtl .property-block .lower-content, .rtl .pricing-table .table-content ul {
  text-align: right;
}
.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  text-align: right;
}
.rtl .main-menu .navigation > li > ul > li > ul > li > a, .rtl .main-menu .navigation > li > ul > li > a {
  text-align: right;
}
.rtl .pricing-table .title-box {
  text-align: left;
}
.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  border-left: 0;
  border-right: 4px solid transparent;
}
.rtl .main-menu .navigation > li > ul > li > ul > li > a, .rtl .main-menu .navigation > li > ul > li > a {
  border-left: 0;
  border-right: 4px solid transparent;
}
.rtl .main-header .btn-box, .rtl .main-header .search-box, .rtl .main-header .btn-box {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .sidenav-bar .close-btn {
  right: auto;
  left: 10px;
}
.rtl .main-header .shopping-cart .cart-icon {
  float: right;
  margin-left: 7px;
  margin-right: 0;
}
.rtl .main-header .shopping-cart .shopping-cart-total {
  float: left;
}
.rtl .main-header .shopping-cart .shopping-cart-total .main-color-text {
  float: left;
}
.rtl .main-header .shopping-cart .shopping-cart-items .item-quantity, .rtl .main-header .shopping-cart .shopping-cart-items img {
  float: right;
}
.rtl .sidenav-bar {
  right: auto;
  left: 2%;
  transform-origin: left;
  margin: 0;
  width: 96%;
  height: 96%;
  top: 2%;
  border-radius: 0px 50px;
  padding-bottom: 30px;
}
.rtl .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 0;
}
.rtl .sidenav-bar .contact-info-box .info-box {
  padding-left: 0;
  padding-right: 50px;
}
.rtl .header-style-two .main-menu .navigation > li, .rtl .main-menu .navigation > li {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .header-style-two .main-menu .navigation > li:last-child, .rtl .main-menu .navigation > li:last-child {
  margin-left: 0;
}
.rtl .banner-section-two .slide-item .btn-box .theme-btn {
  margin: 0;
}
.rtl .call-back-section .image-column .image, .rtl .list-style-two li:before, .rtl .faq-form-section .image-column .image, .rtl .banner-section-three .center-stipts, .rtl .testimonial-block .content-box .icon, .rtl .team-block .devider {
  transform: scaleX(-1);
}
.rtl .banner-section-three .center-stipts {
  left: auto;
  right: 40%;
}
.rtl .user-links li a {
  border-left: 0;
  border-right: 0px solid #03B0AA;
}
.rtl .main-footer .contact-list li {
  padding: 10px 30px;
  padding-right: 55px;
}
.rtl .main-footer .contact-list li .icon {
  left: auto;
  right: 15px;
}
.rtl .list-style-one li, .rtl .list-style-two li {
  padding-left: 0;
  padding-right: 35px;
}
.rtl .list-style-one li:before, .rtl .list-style-two li:before {
  left: auto;
  right: 0;
}
.rtl .page-breadcrumb li {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  padding-left: 15px;
}
.rtl .page-breadcrumb li:last-child {
  padding-left: 0;
  margin-left: 0;
}
.rtl .page-breadcrumb li:after {
  right: auto;
  left: -3px;
}
.rtl .sidebar .search-box .form-group input[type=submit], .rtl .sidebar .search-box .form-group button {
  right: auto;
  left: 10px;
}
.rtl .tag-list li {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.rtl .sidebar .related-posts .post {
  padding-left: 0;
  padding-right: 90px;
}

/************Start New Style************/
.Lang_BTN {
  display: inline-flex !important;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  padding: 0 16px;
  gap: 8px;
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
}
.Lang_BTN input, .Lang_BTN .Light_ModeIcon, .Lang_BTN .Dark_ModeIcon {
  display: none;
}
.Lang_BTN .ArrowIcon {
  display: inline;
}
.Lang_BTN .FlagIcon {
  display: inline;
}

.LoginBTN {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  padding: 0 16px;
  gap: 8px;
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  min-width: 125px;
}
.LoginBTN:hover {
  border: 1px solid #A1C440;
  background: #A1C440;
  color: #FFFFFF;
}
.LoginBTN:hover img {
  filter: brightness(100) grayscale(100);
}

.switch_Mode_Label {
  display: inline-flex;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1019607843);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  cursor: pointer;
  margin: 0;
}
.switch_Mode_Label input, .switch_Mode_Label .Light_ModeIcon, .switch_Mode_Label .Dark_ModeIcon {
  display: none;
}

.light-mode .switch_Mode_Label .Light_ModeIcon, .dark-mode .switch_Mode_Label .Dark_ModeIcon {
  display: block !important;
}

.bg {
  display: -webkit-box;
  direction: rtl;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: auto;
  margin: 0 0px;
  margin-left: 0px;
}

.chiller_cb input {
  display: none;
}

.chiller_cb input:checked ~ span {
  background: #A1C440;
  border-color: #A1C440;
  border-radius: 50%;
}

.chiller_cb input:checked ~ span:before {
  width: 13px;
  height: 2px;
  transition: width 0.1s;
  transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
  width: 7px;
  height: 2px;
  transition: width 0.1s;
  transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}

.chiller_cb label {
  padding-right: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  font-family: "din_R";
}

.chiller_cb label a {
  margin: 0 5px;
}

.chiller_cb span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(141, 141, 141, 0.1607843137);
  border-radius: 50%;
  position: absolute;
  right: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  background: #fff;
  top: 0px;
}

.chiller_cb span:before {
  transform: rotate(-50deg);
  top: 15px;
  left: 8px;
}

.chiller_cb span:after {
  transform: rotate(48deg);
  bottom: 8px;
  left: 5px;
}

.form-group .inputGroup .teaxtAreaControl {
  height: 100px;
  border-radius: 16px;
  padding-top: 16px;
}

.chiller_cb label a {
  color: #A1C440;
}

.Page_COntent {
  padding: 50px 0;
}

/******************/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
}

.styled-pagination ul {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px;
  border: 0;
}

.styled-pagination li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  font-weight: 300;
  color: #000;
  text-align: center;
  border-radius: 50%;
  border-bottom: 0px;
  transition: all 0.5s ease-in-out;
  border: 0;
  background: #fff;
  border: 1px solid #f1f1f1;
  font-family: Num_M;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
  color: #FFFFFF !important;
  background: #A1C440 !important;
  border: 1px solid #A1C440;
}

.styled-pagination li:first-child a, .styled-pagination li:last-child a {
  background: #fff;
  border: 1px solid #f1f1f1;
}

.styled-pagination li:first-child a:hover, .styled-pagination li:last-child a:hover {
  color: #FFFFFF !important;
  background: #A1C440 !important;
  border: 1px solid #A1C440;
}

.p_End_10 {
  padding-inline-end: 10px !important;
}

.p_Start_50 {
  padding-inline-start: 50px !important;
}

.w-165px {
  width: 165px !important;
}

.owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #A1C440;
  position: absolute;
  top: calc(50% - 25px);
  left: -20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #A1C440;
  position: absolute;
  top: calc(50% - 25px);
  right: -20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.owl-carousel:hover .owl-prev {
  left: -15px;
  opacity: 1;
}
.owl-carousel:hover .owl-next {
  right: -15px;
  opacity: 1;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
}
.owl-dots .owl-dot span {
  height: 3px;
  width: 40px;
  background: rgba(176, 31, 41, 0.0784313725);
  display: inline-block;
}
.owl-dots .owl-dot.active span {
  background: #03B0AA;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  direction: ltr;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
  border-radius: 30px 0 0 30px;
}

.iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #000;
  font-weight: 600;
  font-family: "din_R";
}

.iti--separate-dial-code .iti__selected-dial-code::after {
  content: "";
}

.iti__arrow {
  color: #A1C440;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #A1C440;
}

.iti--separate-dial-code .iti__selected-flag {
  border-radius: 35px 0 0 35px;
}

.PlayIconSound {
  position: fixed;
  left: 40px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  background: #A1C440;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PlayIconSound:hover {
  background: #03B0AA;
  color: #FFFFFF;
}

.Page_Header {
  background-size: cover;
  background-position: center;
  padding-top: 135px;
  padding-bottom: 50px;
  position: relative;
  background: linear-gradient(252.55deg, #008C87 -0.45%, #03B0AA 100%);
}
.Page_Header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/Reyale/Page_Header_Leav_paper.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.Page_Header .container {
  position: relative;
  z-index: 1;
}
.Page_Header .PageTitle {
  text-align: center;
}
.Page_Header .PageTitle h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 24px;
  color: #FFFFFF;
  font-family: "din_B";
}
.Page_Header .PageTitle .Bio {
  text-align: center;
  margin-bottom: 5px;
}
.Page_Header .PageTitle .Bio p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-family: "din_R";
}
.Page_Header .PageTitle .Bio p span {
  font-weight: 400;
  margin: 0 5px;
}
.Page_Header .PageTitle .Bio p .active {
  color: #A1C440;
}
.Page_Header .PageTitle .Bio p .block {
  color: #E22D23;
}
.Page_Header .PageTitle .Bio .UserStatistic {
  margin-top: 16px;
}
.Page_Header .PageTitle .Bio .UserStatistic ul li {
  display: inline-block;
  margin: 0 4px;
}
.Page_Header .PageTitle .Bio .UserStatistic ul li p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: "din_R";
}
.Page_Header .PageTitle .Bio .UserStatistic ul li p img {
  display: inline-block;
  margin: 0;
}
.Page_Header .PageTitle .Bio .UserStatistic ul li p span {
  font-weight: 700;
}
.Page_Header .PageTitle .Bio .UserSocila {
  margin-top: 16px;
}
.Page_Header .PageTitle .Bio .UserSocila a {
  display: inline-flex;
  height: 42px;
  width: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 4px;
  margin: 4px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.Page_Header .PageTitle .Bio .UserSocila a img {
  display: inline-block;
}
.Page_Header .PageTitle .Bio .UserSocila a:hover {
  background: #03B0AA;
  border: 1px solid rgba(2, 159, 249, 0.1019607843);
}
.Page_Header .PageTitle ul {
  margin-top: 0px;
  padding: 0;
}
.Page_Header .PageTitle ul li {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "din_R";
}
.Page_Header .PageTitle ul li a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: "din_R";
}
.Page_Header .PageTitle ul li img {
  margin-inline-end: 8px;
  filter: grayscale(1) brightness();
}
.Page_Header .PageTitle ul li.active {
  color: #F6BA48;
}
.Page_Header .PageTitle ul li.active a {
  color: #F6BA48;
}
.Page_Header .PageTitle ul li.active img {
  filter: none;
}
.Page_Header .PageTitle .SearchBox {
  background: #fff;
  padding: 0;
  border-radius: 50px;
  margin-top: 24px;
  height: 56px;
}
.Page_Header .PageTitle .SearchBox form {
  display: flex;
  gap: 16px;
}
.Page_Header .PageTitle .SearchBox .form-group {
  margin-bottom: 0;
  flex-grow: 1;
}
.Page_Header .PageTitle .SearchBox .form-group .inputGroup .form-control {
  width: 100%;
  border: 0;
  padding: 0 50px;
  height: 56px;
}
.Page_Header .PageTitle .SearchBox .form-group .inputGroup .IconSHape {
  justify-content: center;
  height: 56px;
  width: 56px;
}
.Page_Header .PageTitle .SearchBox .form-group .inputGroup .IconSHape_2_d {
  height: 56px;
}
.Page_Header .PageTitle .SearchBox .form-group .select2-container--default .select2-selection--single {
  min-width: 185px;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 0;
  height: 56px;
  border-radius: 0 35px 35px 0;
  background: #A1C440;
  padding-inline-start: 20px;
}
.Page_Header .PageTitle .SearchBox .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  line-height: 56px;
  padding-inline-start: 16px;
}
.Page_Header .PageTitle .SearchBox .form-group.max-width-content {
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.Page_header_2 {
  padding-bottom: 300px;
  padding-top: 150px;
  background-position: center !important;
  background-size: cover !important;
}
.Page_header_2::before {
  background: linear-gradient(45deg, rgba(3, 176, 170, 0.5374321604) 0%, rgba(4, 112, 108, 0.8315498074) 0%, rgba(5, 76, 74, 0.853958771) 30%, rgb(5, 76, 74) 75%);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  direction: rtl;
  color: #000;
}

/***********************/
.banner-section-two {
  position: relative;
}
.banner-section-two .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner-section-two .slide-item .content-box {
  position: relative;
  height: 100vh;
  width: 100%;
  display: table;
  vertical-align: middle;
}
.banner-section-two .slide-item .content-box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.banner-section-two .slide-item .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 9;
  background: linear-gradient(265deg, #01948f 0%, #008c87 51%, rgba(3, 176, 170, 0) 100%);
  padding: 0 0px;
  padding-top: 50px;
  width: 100%;
  right: 0;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-section-two .slide-item .content .banner-section-two .AboutMore {
  margin-bottom: 35px;
  transition-delay: 1500ms;
}
.banner-section-two .slide-item .content .WelcomBTN {
  direction: rtl;
}
.banner-section-two .slide-item .content .WelcomBTN span {
  color: #03B0AA;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.banner-section-two .slide-item .content h2 {
  color: #FFFFFF;
  font-size: 56px;
  line-height: normal;
  font-weight: 700;
  font-family: "din_B";
  height: auto;
  margin-bottom: 20px;
  margin-top: 4px;
}
.banner-section-two .slide-item .content .Description {
  margin-bottom: 24px;
}
.banner-section-two .slide-item .content .Description p {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 40%;
  font-family: "din_R";
  text-align: justify;
  direction: rtl;
}
.banner-section-two .slide-item .content .AboutMore {
  display: flex;
  align-items: center;
  gap: 12px;
  direction: rtl;
}
.banner-section-two .slide-item .content .AboutMore .theme-btn {
  width: auto;
}
.banner-section-two .slide-item .content .AboutMore p {
  font-size: 16px;
  font-weight: 400;
}
.banner-section-two .slide-item .content .AboutMore p span {
  background: linear-gradient(90deg, #FFFFFF 29.81%, #05B262 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.banner-section-two .slide-item .title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  color: #F6BA48;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 500ms ease;
}
.banner-section-two .slide-item h2 {
  position: relative;
  display: block;
  opacity: 0;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  text-transform: uppercase;
  transform: translateY(-100px);
  transition: all 500ms ease;
}
.banner-section-two .slide-item .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  opacity: 0;
  margin-left: auto;
  width: 30%;
  transform: translateY(-50px);
  transition: all 500ms ease;
}
.banner-section-two .slide-item .btn-box {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 500ms ease;
}
.banner-section-two .slide-item .btn-box .theme-btn {
  margin-right: 25px;
}
.banner-section-two .active .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 250ms;
}
.banner-section-two .active h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}
.banner-section-two .active .text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 750ms;
}
.banner-section-two .active .btn-box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.banner-section-two .owl-nav {
  position: absolute;
  right: calc(50% - 65px);
  bottom: 20px;
  z-index: 9;
}
.banner-section-two .owl-next {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 52px;
  height: 52px;
  text-align: center;
  background: #f6ece1;
  line-height: 59px;
  transition: all 300ms ease;
  opacity: 1;
  border-radius: 50%;
  color: #F6BA48;
  font-size: 30px;
  transition: all 0.4s ease-in-out;
}
.banner-section-two .owl-next:hover {
  opacity: 1;
  background: #f59121;
  color: #FFFFFF;
}
.banner-section-two .owl-prev {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 52px;
  height: 52px;
  text-align: center;
  background: #f6ece1;
  line-height: 59px;
  transition: all 300ms ease;
  opacity: 1;
  border-radius: 50%;
  color: #F6BA48;
  font-size: 30px;
  transition: all 0.4s ease-in-out;
}
.banner-section-two .owl-prev:hover {
  opacity: 1;
  background: #f59121;
  color: #FFFFFF;
}
.banner-section-two .imageSlidr {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 0;
}
.banner-section-two .imageSlidr img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.banner-section-two .imageSlidr img::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.banner-section-two .owl-dots {
  position: absolute;
  right: calc(50% - 625px);
  bottom: 50px;
  gap: 8px;
  direction: rtl;
  width: 1250px;
  justify-content: flex-start;
  margin: auto;
  max-width: 1250px;
  padding: 0 15px;
}
.banner-section-two .owl-dots .owl-dot span {
  height: 18px;
  width: 18px;
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 12px 0 12px 0;
  display: inline-block;
}
.banner-section-two .owl-dots .owl-dot.active span {
  background: #F6BA48;
}

.AboutReyaley {
  padding: 50px 0;
}
.AboutReyaley .RightGroup {
  position: relative;
  height: 585px;
}
.AboutReyaley .RightGroup .ImageItem {
  display: flex;
  width: 297px;
  height: 348px;
  border-radius: 0 180px;
  border: 6px solid #FFFFFF;
  overflow: hidden;
}
.AboutReyaley .RightGroup .ImageItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.AboutReyaley .RightGroup .ImageItem.Image_One {
  position: absolute;
  left: 90px;
  top: 0px;
}
.AboutReyaley .RightGroup .ImageItem.Image_One img {
  -o-object-position: right;
     object-position: right;
}
.AboutReyaley .RightGroup .ImageItem.Image_Two {
  position: absolute;
  right: 65px;
  bottom: 0px;
}
.AboutReyaley .RightGroup .ImageItem.Image_Two .VideoLayr {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AboutReyaley .RightGroup .ImageItem.Image_Two .VideoLayr a img {
  display: inline-block;
  transform: rotateY(0deg);
  border-radius: 50%;
}
.AboutReyaley .RightGroup .ExpertYear {
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  width: 212px;
  height: 275px;
  border-radius: 125px 0;
  border: 6px solid #FFFFFF;
  overflow: hidden;
  background: #A1C440;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.AboutReyaley .RightGroup .ExpertYear h2 {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 700;
  font-family: Num_B;
  margin-bottom: 0;
}
.AboutReyaley .RightGroup .ExpertYear p {
  color: #FFFFFF;
}
.AboutReyaley .AboutReyaley_COntent .titile {
  margin-bottom: 24px;
}
.AboutReyaley .AboutReyaley_COntent .titile p {
  color: #8C8C8C;
  font-weight: 700;
  margin-bottom: 4px;
}
.AboutReyaley .AboutReyaley_COntent .titile h1 {
  color: #000;
  font-family: "din_B";
  font-weight: 700;
}
.AboutReyaley .AboutReyaley_COntent .Descripton {
  margin-bottom: 40px;
}
.AboutReyaley .AboutReyaley_COntent .Descripton p {
  color: #000;
  text-align: justify;
  line-height: 32px;
  font-size: 18px;
}
.AboutReyaley .AboutReyaley_COntent .BenifetCount {
  text-align: center;
  margin-bottom: 50px;
}
.AboutReyaley .AboutReyaley_COntent .BenifetCount h2 {
  background: linear-gradient(85.43deg, #9BCB52 3.01%, #2CB793 35.37%, #03B0AA 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0;
  font-size: 72px;
  font-family: Num_B;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.AboutReyaley .AboutReyaley_COntent .BenifetCount p {
  color: #8C8C8C;
  font-size: 20px;
}
.AboutReyaley .AboutReyaley_COntent .Featuress {
  display: flex;
  flex-wrap: wrap;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem {
  flex-grow: 1;
  width: 50%;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem .FeatIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  background: #03B0AA;
  border-radius: 48px 0;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem .FeatIcon img {
  display: inline-block;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem .FeatData p {
  color: #8C8C8C;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem .FeatData h2 {
  color: #000;
  font-family: Num_B;
  font-size: 40px;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem .FeatData h2 .TextMilion {
  font-family: "din_M";
  font-size: 20px;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem:nth-child(1) .FeatIcon {
  background: #03B0AA;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem:nth-child(2) .FeatIcon {
  background: #A1C440;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem:nth-child(3) .FeatIcon {
  background: #F6BA48;
}
.AboutReyaley .AboutReyaley_COntent .Featuress .FeatItem:nth-child(4) .FeatIcon {
  background: #E22D23;
}

.SecTitle {
  text-align: center;
  margin-bottom: 40px;
}
.SecTitle h2 {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "din_B";
  margin-bottom: 16px;
}
.SecTitle p {
  color: #8C8C8C;
  font-size: 16px;
  line-height: 24px;
}

.LayerShapes {
  position: relative;
}
.LayerShapes .image_1 {
  position: absolute;
  top: 20px;
  right: 50px;
}
.LayerShapes .image_2 {
  position: absolute;
  top: 20px;
  left: 50px;
}

.ShowAllBTN {
  width: 380px;
  margin: auto;
  margin-top: 40px;
}
.ShowAllBTN .theme-btn {
  width: 100%;
}

.ProgramSec {
  background: rgba(3, 176, 170, 0.03);
  padding: 50px 0;
}
.ProgramSec .owl-carousel {
  direction: rtl !important;
}
.ProgramSec .ProgItems {
  margin-bottom: 24px;
}
.ProgramSec .ProgItems .ItemProg {
  padding: 24px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #f1f1f1;
  direction: rtl;
  transition: all 0.5s ease-in-out;
  margin-bottom: 32px;
}
.ProgramSec .ProgItems .ItemProg .ProgImage {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.ProgramSec .ProgItems .ItemProg .ProgImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
.ProgramSec .ProgItems .ItemProg .ProgCateName {
  border: 1px solid #f1f1f1;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 24px;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ProgramSec .ProgItems .ItemProg .ProgCateName .NameStart h2 {
  color: #000;
  font-weight: 700;
  font-family: "din_B";
  font-size: 24px;
}
.ProgramSec .ProgItems .ItemProg .ProgCateName .NameStart p {
  color: #8C8C8C;
}
.ProgramSec .ProgItems .ItemProg .ProgCateName .CatProgImage img {
  display: block;
  height: 55px;
}
.ProgramSec .ProgItems .ItemProg .Descr {
  margin-bottom: 24px;
}
.ProgramSec .ProgItems .ItemProg .Descr p {
  color: #000;
  text-align: justify;
  line-height: 28px;
  margin: 0;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
}
.ProgramSec .ProgItems .ItemProg .mordetals .theme-btn {
  width: 100%;
}
.ProgramSec .ProgItems .ItemProg:hover {
  border-color: #03B0AA;
}
.ProgramSec .ProgItems .ItemProg:hover .ProgImage img {
  transform: scale(1.1);
}
.ProgramSec .ProgItems .ItemProg:hover .ProgCateName {
  background: rgba(3, 176, 170, 0.03);
}

.ToolsSec {
  padding: 50px 0;
}
.ToolsSec .ToolsItems .ItemTool {
  display: block;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  height: 360px;
  overflow: hidden;
}
.ToolsSec .ToolsItems .ItemTool .LayerShape {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ToolsSec .ToolsItems .ItemTool .LayerShape img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.ToolsSec .ToolsItems .ItemTool .ToolDtata {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}
.ToolsSec .ToolsItems .ItemTool .ToolDtata .imageicon {
  margin-bottom: 16px;
}
.ToolsSec .ToolsItems .ItemTool .ToolDtata .imageicon img {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.ToolsSec .ToolsItems .ItemTool .ToolDtata .tooltitle {
  margin-bottom: 16px;
}
.ToolsSec .ToolsItems .ItemTool .ToolDtata .tooltitle h2 {
  color: #FFFFFF;
  font-family: "din_B";
  font-weight: 700;
  font-size: 24px;
}
.ToolsSec .ToolsItems .ItemTool .ToolDtata .tooldesc p {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
}
.ToolsSec .ToolsItems .ItemTool * {
  transition: all 0.5s ease-in-out;
}
.ToolsSec .ToolsItems .ItemTool:hover .LayerShape img {
  transform: scale(4);
}
.ToolsSec .ToolsItems .ItemTool:hover .imageicon {
  margin-bottom: 30px;
}
.ToolsSec .ToolsItems .ItemTool:hover .imageicon img {
  transform: scale(1.2);
}
.ToolsSec .owl-next {
  background: #FFFFFF;
  color: #03B0AA;
}
.ToolsSec .owl-next:hover {
  background: #03B0AA;
  color: #FFFFFF;
}
.ToolsSec .owl-next:hover img {
  filter: brightness(100);
}
.ToolsSec .owl-prev {
  background: #FFFFFF;
  color: #03B0AA;
}
.ToolsSec .owl-prev:hover {
  background: #03B0AA;
  color: #FFFFFF;
}
.ToolsSec .owl-prev:hover img {
  filter: brightness(100);
}

.Taps_Style_1 {
  box-shadow: 0px 0px 20px 0px rgba(3, 176, 170, 0.0392156863);
  background: #FFFFFF;
  width: 100%;
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 40px;
}
.Taps_Style_1 .nav {
  gap: 30px;
  justify-content: center;
}
.Taps_Style_1 .nav .nav-item {
  flex-grow: 0;
  min-width: 145px;
}
.Taps_Style_1 .nav .nav-item .nav-link {
  border-radius: 50px;
  height: 50px;
  display: flex;
  gap: 8px;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0 24px;
  transition: all 0.5s ease-in-out;
  transition-duration: 0.3s;
}
.Taps_Style_1 .nav .nav-item .nav-link img {
  display: inline-block;
}
.Taps_Style_1 .nav .nav-item .nav-link span {
  color: #03B0AA;
  font-size: 16px;
}
.Taps_Style_1 .nav .nav-item .nav-link:hover {
  background: rgba(3, 176, 170, 0.05);
}
.Taps_Style_1 .nav .nav-item .nav-link.active {
  background: #03B0AA;
}
.Taps_Style_1 .nav .nav-item .nav-link.active img {
  filter: brightness(100);
}
.Taps_Style_1 .nav .nav-item .nav-link.active span {
  color: #FFFFFF;
}

.KnowledgeCenter {
  padding: 50px 0;
  background: rgba(3, 176, 170, 0.03);
}
.KnowledgeCenter .owl-next {
  background: #FFFFFF;
  color: #03B0AA;
}
.KnowledgeCenter .owl-next:hover {
  background: #03B0AA;
  color: #FFFFFF;
}
.KnowledgeCenter .owl-next:hover img {
  filter: brightness(100);
}
.KnowledgeCenter .owl-prev {
  background: #FFFFFF;
  color: #03B0AA;
}
.KnowledgeCenter .owl-prev:hover {
  background: #03B0AA;
  color: #FFFFFF;
}
.KnowledgeCenter .owl-prev:hover img {
  filter: brightness(100);
}
.KnowledgeCenter .NotsItems .ItemNoot {
  height: 550px;
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  direction: rtl;
  margin-bottom: 32px;
}
.KnowledgeCenter .NotsItems .ItemNoot .NootImage {
  width: 100%;
  height: 100%;
  display: block;
}
.KnowledgeCenter .NotsItems .ItemNoot .NootImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.KnowledgeCenter .NotsItems .ItemNoot .NotDataBox {
  position: absolute;
  height: 50%;
  width: 100%;
  padding: 32px;
  background: linear-gradient(180.06deg, rgba(0, 0, 0, 0) 10.13%, rgba(0, 0, 0, 0.543069) 46.98%, #000000 99.95%);
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.KnowledgeCenter .NotsItems .ItemNoot .NotDataBox .nootcategory {
  margin-bottom: 16px;
}
.KnowledgeCenter .NotsItems .ItemNoot .NotDataBox .nootcategory span {
  font-size: 14px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  min-width: 95px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.KnowledgeCenter .NotsItems .ItemNoot .NotDataBox .noottitile h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 32px;
}
.KnowledgeCenter .NotsItems .ItemNoot * {
  transition: all 0.5s ease-in-out;
}
.KnowledgeCenter .NotsItems .ItemNoot:hover .NootImage img {
  transform: scale(1.3);
}
.KnowledgeCenter .NotsItems .ItemNoot:hover .NotDataBox {
  height: 100%;
}
.KnowledgeCenter .BootCatItems .ItemBoot {
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(3, 176, 170, 0.0392156863);
  margin-bottom: 32px;
  overflow: hidden;
  direction: rtl;
  background: #fff;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0);
  display: block;
}
.KnowledgeCenter .BootCatItems .ItemBoot .UpprBox {
  height: 280px;
  position: relative;
  width: 100%;
  background: linear-gradient(45deg, #A1C440 0%, #03B0AA 100%);
}
.KnowledgeCenter .BootCatItems .ItemBoot .UpprBox img {
  position: absolute;
  top: 0;
  right: 0;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox {
  text-align: center;
  padding: 24px;
  padding-top: 0;
  position: relative;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootImage {
  margin: auto;
  margin-bottom: 24px;
  height: 142px;
  width: 142px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: -75px;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .titiboot {
  margin-bottom: 24px;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .titiboot h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootcategory {
  margin-bottom: 24px;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootcategory span {
  font-size: 14px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  margin: auto;
  min-width: 142px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootfeater {
  display: flex;
  align-items: center;
  gap: 24px;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootfeater p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8C8C8C;
  font-size: 16px;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootfeater p img {
  display: inline-block;
}
.KnowledgeCenter .BootCatItems .ItemBoot .DowenBox .bootfeater p span {
  display: inline;
}
.KnowledgeCenter .BootCatItems .ItemBoot * {
  transition: all 0.5s ease-in-out;
}
.KnowledgeCenter .BootCatItems .ItemBoot:hover {
  background: rgba(3, 176, 170, 0.05);
  border: 1px solid #03B0AA;
}
.KnowledgeCenter .BootCatItems .ItemBoot:hover .DowenBox .bootImage {
  height: 180px;
  width: 180px;
  margin-top: -100px;
}
.KnowledgeCenter .VideosItmss .ItemVideo {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(3, 176, 170, 0.0392156863);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  direction: rtl;
  margin-bottom: 32px;
}
.KnowledgeCenter .VideosItmss .ItemVideo * {
  transition: all 0.5s ease-in-out;
}
.KnowledgeCenter .VideosItmss .ItemVideo .UperBox {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.KnowledgeCenter .VideosItmss .ItemVideo .UperBox .videoImage {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.KnowledgeCenter .VideosItmss .ItemVideo .UperBox .videoImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.8s ease-in-out;
}
.KnowledgeCenter .VideosItmss .ItemVideo .UperBox .playBox {
  background: linear-gradient(180.06deg, rgba(0, 0, 0, 0) 10.13%, rgba(0, 0, 0, 0.543069) 46.98%, #000000 99.95%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.KnowledgeCenter .VideosItmss .ItemVideo .UperBox .playBox .play-now {
  background: rgba(255, 255, 255, 0.24);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.KnowledgeCenter .VideosItmss .ItemVideo .UperBox .playBox .play-now:hover {
  background: #F6BA48;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox {
  padding: 24px 24px;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .videocategory {
  margin-bottom: 16px;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .videocategory span {
  font-size: 14px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  text-align: center;
  min-width: 142px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .titivideo {
  margin-bottom: 16px;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .titivideo h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .titivideo h2:hover {
  color: #03B0AA;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .videofeater {
  display: flex;
  align-items: center;
  gap: 24px;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .videofeater p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8C8C8C;
  font-size: 16px;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .videofeater p img {
  display: inline-block;
}
.KnowledgeCenter .VideosItmss .ItemVideo .dowenBoox .videofeater p span {
  display: inline;
}
.KnowledgeCenter .VideosItmss .ItemVideo:hover .UperBox .videoImage img {
  transform: scale(1.2);
}

.Rwards {
  padding: 50px 0;
}
.Rwards .RewardsItems {
  display: flex;
  gap: 0px;
  margin-top: 56px;
}
.Rwards .RewardsItems .ItemReward {
  flex: 1 1 160px;
  box-shadow: 0px 0px 32px 0px #03B0AA0A;
  border: 1px solid #f1f1f1;
  padding: 40px 20px;
  text-align: center;
}
.Rwards .RewardsItems .ItemReward .iconReward {
  margin: auto;
  margin-bottom: 12px;
}
.Rwards .RewardsItems .ItemReward .iconReward img {
  display: inline-block;
}
.Rwards .RewardsItems .ItemReward .rewardData h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "din_M";
  margin-bottom: 4px;
  line-height: 24px;
}
.Rwards .RewardsItems .ItemReward .rewardData p {
  color: #8C8C8C;
}

.rewardsYars {
  display: flex;
  gap: 0px;
  align-items: center;
  margin-top: 56px;
}
.rewardsYars .yearItem {
  background: #03B0AA;
  flex: 1 1 160px;
  height: 64px;
  line-height: 64px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.rewardsYars .yearItem span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.rewardsYars .yearItem span.rightTriangel {
  border-style: solid;
  border-width: 32px 16px 32px 0;
  right: 0;
}
.rewardsYars .yearItem span.rightTriangel::before {
  content: "";
  display: block;
  height: 38px;
  width: 3px;
  background: #FFFFFF;
  top: -3px;
  position: absolute;
  right: -25px;
  transform: rotate(-26deg);
}
.rewardsYars .yearItem span.rightTriangel::after {
  content: "";
  display: block;
  height: 38px;
  width: 3px;
  background: #FFFFFF;
  bottom: -3px;
  position: absolute;
  right: -25px;
  transform: rotate(26deg);
}
.rewardsYars .yearItem span.leftTriangel {
  border-style: solid;
  border-width: 32px 16px 32px 0;
  left: 0;
}
.rewardsYars .yearItem:nth-child(odd) {
  background: #A1C440;
}
.rewardsYars .yearItem:nth-child(odd) span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.rewardsYars .yearItem:nth-child(odd) span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA #0ff;
}
.rewardsYars .yearItem:nth-child(even) {
  background: #03B0AA;
}
.rewardsYars .yearItem:nth-child(even) span.rightTriangel {
  border-color: #03B0AA #03B0AA #03B0AA #03B0AA;
}
.rewardsYars .yearItem:nth-child(even) span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440 #0ff;
}
.rewardsYars .yearItem:first-child span.rightTriangel {
  border-color: #A1C440 #FFFFFF #A1C440 #A1C440;
}
.rewardsYars .yearItem:first-child span.rightTriangel::before {
  content: none;
}
.rewardsYars .yearItem:first-child span.rightTriangel::after {
  content: none;
}
.rewardsYars .yearItem:last-child:nth-child(odd) span.leftTriangel {
  border-color: #FFFFFF #A1C440 #FFFFFF #0ff;
}
.rewardsYars .yearItem:last-child:nth-child(even) span.leftTriangel {
  border-color: #FFFFFF #03B0AA #FFFFFF #0ff;
}
.rewardsYars .yearItem p {
  color: #FFFFFF;
  font-family: Num_M;
  font-weight: 500;
  font-size: 20px;
}

.groupRewards {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scroll-behavior: smooth;
}

.groupRewards::-webkit-scrollbar {
  display: none;
}

.groupRewards:active {
  cursor: grabbing;
}

.NewItemReward {
  display: block;
  width: 16.6666666667%;
  scroll-snap-align: start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.NewItemReward .yearItem {
  background: #03B0AA;
  flex: 1 1 220px;
  height: 64px;
  line-height: 64px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.NewItemReward .yearItem span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.NewItemReward .yearItem span.rightTriangel {
  border-style: solid;
  border-width: 32px 16px 32px 0;
  right: 0;
}
.NewItemReward .yearItem span.rightTriangel::before {
  content: "";
  display: block;
  height: 38px;
  width: 3px;
  background: #FFFFFF;
  top: -3px;
  position: absolute;
  right: -25px;
  transform: rotate(-26deg);
}
.NewItemReward .yearItem span.rightTriangel::after {
  content: "";
  display: block;
  height: 38px;
  width: 3px;
  background: #FFFFFF;
  bottom: -3px;
  position: absolute;
  right: -25px;
  transform: rotate(26deg);
}
.NewItemReward .yearItem span.leftTriangel {
  border-style: solid;
  border-width: 32px 16px 32px 0;
  left: 0;
}
.NewItemReward .yearItem p {
  color: #FFFFFF;
  font-family: Num_M;
  font-weight: 500;
  font-size: 20px;
}
.NewItemReward:nth-child(odd) .yearItem {
  background: #A1C440;
}
.NewItemReward:nth-child(odd) .yearItem span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.NewItemReward:nth-child(odd) .yearItem span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA #0ff;
}
.NewItemReward:nth-child(even) .yearItem {
  background: #03B0AA;
}
.NewItemReward:nth-child(even) .yearItem span.rightTriangel {
  border-color: #03B0AA #03B0AA #03B0AA #03B0AA;
}
.NewItemReward:nth-child(even) .yearItem span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440 #0ff;
}
.NewItemReward:first-child .yearItem span.rightTriangel {
  border-color: #A1C440 #FFFFFF #A1C440 #A1C440;
}
.NewItemReward:first-child .yearItem span.rightTriangel::before {
  content: none;
}
.NewItemReward:first-child .yearItem span.rightTriangel::after {
  content: none;
}
.NewItemReward:last-child:nth-child(odd) .yearItem span.leftTriangel {
  border-color: #FFFFFF #A1C440 #FFFFFF #0ff;
}
.NewItemReward:last-child:nth-child(even) .yearItem span.leftTriangel {
  border-color: #FFFFFF #03B0AA #FFFFFF #0ff;
}
.NewItemReward .ItemReward {
  flex: 1 1 160px;
  box-shadow: 0px 0px 32px 0px #03B0AA0A;
  border: 1px solid #f1f1f1;
  padding: 40px 20px;
  text-align: center;
  min-height: 295px;
}
.NewItemReward .ItemReward .iconReward {
  margin: auto;
  margin-bottom: 12px;
}
.NewItemReward .ItemReward .iconReward img {
  display: inline-block;
}
.NewItemReward .ItemReward .rewardData h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "din_M";
  margin-bottom: 4px;
  line-height: 24px;
}
.NewItemReward .ItemReward .rewardData p {
  color: #8C8C8C;
}

.rewards-carousel .owl-item:nth-child(odd) .yearItem {
  background: #A1C440;
}
.rewards-carousel .owl-item:nth-child(odd) .yearItem span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.rewards-carousel .owl-item:nth-child(odd) .yearItem span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA #0ff;
}
.rewards-carousel .owl-item:nth-child(even) .yearItem {
  background: #03B0AA;
}
.rewards-carousel .owl-item:nth-child(even) .yearItem span.rightTriangel {
  border-color: #03B0AA #03B0AA #03B0AA #03B0AA;
}
.rewards-carousel .owl-item:nth-child(even) .yearItem span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440 #0ff;
}
.rewards-carousel .owl-item:first-child .yearItem span.rightTriangel {
  border-color: #A1C440 #FFFFFF #A1C440 #A1C440;
}
.rewards-carousel .owl-item:first-child .yearItem span.rightTriangel::before {
  content: none;
}
.rewards-carousel .owl-item:first-child .yearItem span.rightTriangel::after {
  content: none;
}
.rewards-carousel .owl-item:last-child:nth-child(odd) .yearItem span.leftTriangel {
  border-color: #FFFFFF #A1C440 #FFFFFF #0ff;
}
.rewards-carousel .owl-item:last-child:nth-child(even) .yearItem span.leftTriangel {
  border-color: #FFFFFF #03B0AA #FFFFFF #0ff;
}

.News {
  padding: 50px 0;
  background: rgba(3, 176, 170, 0.03);
}
.News .NewsItem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 20px 20px;
  direction: rtl;
  transition: all 0.5s ease-in-out;
  background: #fff;
}
.News .NewsItem * {
  transition: all 0.5s ease-in-out;
}
.News .NewsItem .NewsImage {
  display: block;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 8px;
}
.News .NewsItem .NewsImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.News .NewsItem .NewsData {
  display: block;
  width: calc(100% - 137px);
}
.News .NewsItem .NewsData .DataInfoa h2 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  font-family: "din_B";
  line-height: 28px;
  margin-bottom: 8px;
}
.News .NewsItem .NewsData .DataInfoa p {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
}
.News .NewsItem .NewsData .DataInfoa p img {
  margin-inline-end: 4px;
}
.News .NewsItem:hover {
  background: rgba(3, 176, 170, 0.05);
  border: 1px solid #03B0AA;
}
.News .NewsItem:hover .NewsImage img {
  transform: scale(1.2);
}

.BestPartner {
  padding-top: 50px;
  padding-bottom: 200px;
}
.BestPartner .PartnerItems .Partner_Item .Image {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.BestPartner .PartnerItems .Partner_Item .Image img {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.BestPartner .partnrhome-carousel {
  position: relative;
}
.BestPartner .partnrhome-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 350px;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important;
  z-index: 1;
}
.BestPartner .partnrhome-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 350px;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important;
  z-index: 1;
}
.BestPartner .owl-nav .owl-next {
  z-index: 9;
}
.BestPartner .owl-nav .owl-prev {
  z-index: 9;
}

.PageContent {
  padding-bottom: 100px;
  padding-top: 50px;
  background: rgba(3, 176, 170, 0.03);
}
.PageContent .KnowledgeCenter {
  background: none;
  padding: 0;
}
.PageContent .ProgramSec {
  background: none;
  padding: 0;
}

.programDetails .ProgrameCard .ItemProg {
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  margin-bottom: 32px;
  overflow: hidden;
  direction: rtl;
  background: #fff;
  transition: all 0.5s ease-in-out;
  display: block;
}
.programDetails .ProgrameCard .ItemProg .UpprBox {
  height: 300px;
  position: relative;
  width: 100%;
}
.programDetails .ProgrameCard .ItemProg .UpprBox img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.programDetails .ProgrameCard .ItemProg .DowenBox {
  text-align: center;
  padding: 24px;
  padding-top: 0;
  position: relative;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .bootImage {
  margin: auto;
  margin-bottom: 24px;
  height: 142px;
  width: 142px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: -75px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f1f1f1;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .bootImage img {
  display: block;
  width: 75%;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .titiboot {
  margin-bottom: 8px;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .titiboot h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
}
.programDetails .ProgrameCard .ItemProg .DowenBox .bootfeater {
  margin-bottom: 24px;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .bootfeater p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8C8C8C;
  font-size: 16px;
  justify-content: center;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .bootfeater p img {
  display: inline-block;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .bootfeater p span {
  display: inline;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .ShareBox {
  background: #F7FCFC;
  border-radius: 50px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .ShareBox h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "din_B";
}
.programDetails .ProgrameCard .ItemProg .DowenBox .ShareBox ul {
  display: flex;
  gap: 6px;
  align-items: center;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .ShareBox ul li a {
  display: block;
  width: 36px;
  height: 36px;
}
.programDetails .ProgrameCard .ItemProg .DowenBox .ShareBox ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.programDetails .ProgramData {
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
}
.programDetails .ProgramData .Descreption p {
  color: #000;
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
}
.programDetails .ProgramData .Descreption ul li {
  margin-bottom: 4px;
}
.programDetails .ProgramData .Descreption ul li p {
  color: #000;
}
.programDetails .ProgramData .Featuress {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 32px;
}
.programDetails .ProgramData .Featuress .FeatItem {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  align-items: flex-start;
}
.programDetails .ProgramData .Featuress .FeatItem .FeatIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  background: #03B0AA;
  border-radius: 48px 0;
}
.programDetails .ProgramData .Featuress .FeatItem .FeatIcon img {
  display: inline-block;
}
.programDetails .ProgramData .Featuress .FeatItem .FeatData p {
  color: #8C8C8C;
}
.programDetails .ProgramData .Featuress .FeatItem .FeatData h2 {
  color: #000;
  font-family: Num_B;
  font-size: 40px;
}
.programDetails .ProgramData .Featuress .FeatItem .FeatData h2 .TextMilion {
  font-family: "din_M";
  font-size: 20px;
}
.programDetails .ProgramData .Featuress .FeatItem:nth-child(1) .FeatIcon {
  background: #03B0AA;
}
.programDetails .ProgramData .Featuress .FeatItem:nth-child(2) .FeatIcon {
  background: #A1C440;
}

.TitelShape {
  position: relative;
  margin-bottom: 24px;
}
.TitelShape h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
}
.TitelShape h2 span {
  color: #A1C440;
  font-family: "din_R";
  font-weight: 400;
  margin-inline-start: 4px;
}
.TitelShape::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 35px;
  background: #F6BA48;
  border-radius: 27px 0;
  top: -3px;
}

.LineShape {
  margin: 32px 0;
}
.LineShape img {
  width: 100%;
}

.p_right_40 {
  padding-right: 40px;
}

.p_right_50 {
  padding-right: 50px;
}

.bg_none {
  background: none;
}

.Bolog_Details .Blog_MainImage {
  margin-top: -275px;
  position: relative;
  height: 620px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 50px;
}
.Bolog_Details .Blog_MainImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.Bolog_Details .Infograp_MainImage {
  margin-top: -275px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  background: #fff;
}
.Bolog_Details .Infograp_MainImage .MianImage {
  display: block;
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 24px;
}
.Bolog_Details .Infograp_MainImage .theme-btn {
  margin: auto;
  display: block;
  margin-bottom: 24px;
  width: 350px;
}
.Bolog_Details .Infograp_MainImage .theme-btn img {
  width: auto;
}
.Bolog_Details .VideoBoxPlayer {
  margin-top: -275px;
  position: relative;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}
.Bolog_Details .VideoBoxPlayer .VideoPlayerr {
  height: 100%;
  border-radius: 8px;
  outline: 0;
  border: 0;
}
.Bolog_Details .VideoBoxPlayer .plyr--video {
  height: 100%;
  border-radius: 8px;
  outline: 0;
  border: 0;
}
.Bolog_Details .BlogData {
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
}
.Bolog_Details .BlogData .blogcatg {
  margin-bottom: 16px;
}
.Bolog_Details .BlogData .blogcatg span {
  font-size: 14px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  min-width: 95px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.Bolog_Details .BlogData .Blogtitle {
  margin-bottom: 16px;
}
.Bolog_Details .BlogData .Blogtitle h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 50px;
}
.Bolog_Details .BlogData .newsDate {
  margin-bottom: 32px;
}
.Bolog_Details .BlogData .newsDate p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #8C8C8C;
}
.Bolog_Details .BlogData .newsDate p img {
  display: inline-block;
}
.Bolog_Details .BlogData .artestWriter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.Bolog_Details .BlogData .artestWriter .image {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.Bolog_Details .BlogData .artestWriter .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.Bolog_Details .BlogData .artestWriter .writerData h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "din_B";
}
.Bolog_Details .BlogData .artestWriter .writerData p {
  color: #8C8C8C;
}
.Bolog_Details .BlogData .ShareBox {
  background: #F7FCFC;
  border-radius: 50px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
}
.Bolog_Details .BlogData .ShareBox h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "din_B";
}
.Bolog_Details .BlogData .ShareBox ul {
  display: flex;
  gap: 6px;
  align-items: center;
}
.Bolog_Details .BlogData .ShareBox ul li a {
  display: block;
  width: 36px;
  height: 36px;
}
.Bolog_Details .BlogData .ShareBox ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.Bolog_Details .BlogData .Descreption p {
  color: #000;
  text-align: justify;
  line-height: 32px;
  font-size: 17px;
}
.Bolog_Details .BlogData .AddComment {
  margin-top: 40px;
}

.Comments .commentItem {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
}
.Comments .commentItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.Comments .commentItem .UserInfo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.Comments .commentItem .UserInfo .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #03B0AA;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.Comments .commentItem .UserInfo .Icon span {
  color: #FFFFFF;
  font-size: 16px;
}
.Comments .commentItem .UserInfo .DataUser h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "din_B";
}
.Comments .commentItem .UserInfo .DataUser p {
  color: #8C8C8C;
}
.Comments .commentItem .CommentDesc p {
  color: #000;
  font-size: 17px;
  line-height: 32px;
}

.RelatedItems {
  padding-top: 32px;
  padding-bottom: 50px;
}

.BoodCast_Header {
  background-size: cover;
  background-position: bottom;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}
.BoodCast_Header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(3, 176, 170, 0.5374321604) 0%, rgba(4, 112, 108, 0.8315498074) 0%, rgba(5, 76, 74, 0.853958771) 30%, rgb(5, 76, 74) 75%);
}
.BoodCast_Header .HeaderContent {
  position: relative;
  z-index: 1;
}
.BoodCast_Header .HeaderContent .BoodImage {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.BoodCast_Header .HeaderContent .BoodImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.BoodCast_Header .HeaderContent .BoodData {
  display: flex;
  height: 100%;
  align-items: center;
}
.BoodCast_Header .HeaderContent .BoodData .BoodCat {
  margin-bottom: 24px;
}
.BoodCast_Header .HeaderContent .BoodData .BoodCat span {
  font-size: 16px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  min-width: 95px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.BoodCast_Header .HeaderContent .BoodData .BoodTitel {
  margin-bottom: 24px;
}
.BoodCast_Header .HeaderContent .BoodData .BoodTitel h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 50px;
}
.BoodCast_Header .HeaderContent .BoodData .BoodInfo {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 32px;
  justify-content: space-between;
}
.BoodCast_Header .HeaderContent .BoodData .BoodInfo .InfoItem {
  display: flex;
  align-items: center;
  gap: 12px;
}
.BoodCast_Header .HeaderContent .BoodData .BoodInfo .InfoItem .InfoIcon {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #03B0AA;
  overflow: hidden;
  border-radius: 50%;
}
.BoodCast_Header .HeaderContent .BoodData .BoodInfo .InfoItem .InfoIcon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.BoodCast_Header .HeaderContent .BoodData .BoodInfo .InfoItem .DataInfo h2 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: "din_B";
}
.BoodCast_Header .HeaderContent .BoodData .BoodInfo .InfoItem .DataInfo h2.Font_Num_B {
  font-family: Num_B;
}
.BoodCast_Header .HeaderContent .BoodData .BoodInfo .InfoItem .DataInfo p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  border-radius: 50px;
  justify-content: center;
  background: rgba(161, 196, 64, 0.12);
  min-width: 200px;
  transition: all 0.5s ease-in-out;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem .icon img {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem .LessenInfo p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem .LessenInfo h2 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: Num_M;
  transition: all 0.5s ease-in-out;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem:hover {
  background: #F7FCFC;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem:hover .icon img {
  transform: scale(1.15);
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem:hover .LessenInfo p {
  color: #000;
}
.BoodCast_Header .HeaderContent .BoodData .LesenToo .LissenItem:hover .LessenInfo h2 {
  color: #000;
}

.NewsItemBood .BoodSries .SeriesItem {
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 270px;
  direction: rtl;
}
.NewsItemBood .BoodSries .SeriesItem .ImageNG {
  display: block;
  width: 100%;
  height: 100%;
}
.NewsItemBood .BoodSries .SeriesItem .ImageNG img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData {
  background: linear-gradient(84.47deg, #A1C440b2 3.19%, #03B0AA 59.08%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 32px;
  display: flex;
  align-items: center;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .Title {
  margin-bottom: 16px;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .Title h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 32px;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .TimeBox {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 6px;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .TimeBox p {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .TimeBox p img {
  display: inline-block;
  width: 24px;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .ShapeLine {
  margin-bottom: 12px;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .ShapeLine img {
  width: 100%;
  opacity: 0.24;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .ShowMore a {
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .ShowMore a img {
  display: inline;
  transition: all 0.5s ease-in-out;
}
.NewsItemBood .BoodSries .SeriesItem .LayerData .ShowMore:hover a img {
  transform: translateX(10px);
}
.NewsItemBood .owl-next {
  background: #FFFFFF;
  color: #03B0AA;
}
.NewsItemBood .owl-next:hover {
  background: #03B0AA;
  color: #FFFFFF;
}
.NewsItemBood .owl-next:hover img {
  filter: brightness(100);
}
.NewsItemBood .owl-prev {
  background: #FFFFFF;
  color: #03B0AA;
}
.NewsItemBood .owl-prev:hover {
  background: #03B0AA;
  color: #FFFFFF;
}
.NewsItemBood .owl-prev:hover img {
  filter: brightness(100);
}

.BoodCastSerisItems {
  padding-top: 50px;
  margin-bottom: 50px;
}
.BoodCastSerisItems .SeriesBoxCOnent {
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  background: #fff;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem .rihgtSide {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem .rihgtSide .SeriesCOunt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 176, 170, 0.08);
  border-radius: 50%;
  height: 52px;
  width: 52px;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem .rihgtSide .SeriesCOunt span {
  color: #03B0AA;
  font-size: 16px;
  font-family: Num_M;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem .rihgtSide .SeriesData h2 {
  color: #000;
  font-size: 18px;
  font-family: "din_B";
  font-weight: 700;
  margin-bottom: 4px;
  transition: all 0.5s ease-in-out;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem .rihgtSide .SeriesData h2:hover {
  color: #03B0AA;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem .rihgtSide .SeriesData p {
  color: #8C8C8C;
}
.BoodCastSerisItems .SeriesBoxCOnent .SeriesItem .LeftSide .SeriesDuration span {
  color: #03B0AA;
  font-size: 16px;
  font-family: Num_M;
}

.pb_250px {
  padding-bottom: 250px;
}

.BoodCastPlayerBox {
  padding: 50px;
  background: #fff;
  margin-top: -250px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
}
.BoodCastPlayerBox .BoodImage {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.BoodCastPlayerBox .BoodImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.BoodCastPlayerBox .PlayerBoxCOnent {
  display: flex;
  height: 100%;
  align-items: flex-start;
}
.BoodCastPlayerBox .PlayerBoxCOnent .titile {
  margin-bottom: 16px;
}
.BoodCastPlayerBox .PlayerBoxCOnent .titile h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  font-family: "din_B";
}
.BoodCastPlayerBox .PlayerBoxCOnent .Dewoff {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.BoodCastPlayerBox .PlayerBoxCOnent .Dewoff .titileBox p {
  color: #8C8C8C;
  font-size: 16px;
}
.BoodCastPlayerBox .PlayerBoxCOnent .Dewoff .DewofItems {
  display: flex;
  align-items: center;
  gap: 16px;
}
.BoodCastPlayerBox .PlayerBoxCOnent .Dewoff .DewofItems .DaifItem {
  display: flex;
  align-items: center;
  gap: 8px;
}
.BoodCastPlayerBox .PlayerBoxCOnent .Dewoff .DewofItems .DaifItem img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 42px;
  height: 42px;
}
.BoodCastPlayerBox .PlayerBoxCOnent .Dewoff .DewofItems .DaifItem h2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "din_M";
}
.BoodCastPlayerBox .PlayerBoxCOnent .LineShape {
  margin-top: 16px;
  margin-bottom: 16px;
}
.BoodCastPlayerBox .PlayerBoxCOnent .LineShape img {
  display: block;
}
.BoodCastPlayerBox .PlayerBoxCOnent .PalayCastBox {
  padding: 15px;
}

.TagssGrup {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 32px 0;
}
.TagssGrup .TagItem {
  display: block;
  min-width: 125px;
  padding: 0 16px;
  color: #03B0AA;
  background: rgba(3, 176, 170, 0.1);
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
  transition-duration: 0.3s;
}
.TagssGrup .TagItem:hover {
  background: #03B0AA;
  color: #FFFFFF;
}

.NextPrevSeries {
  margin: 50px 0;
}
.NextPrevSeries .BoodSries .SeriesItem {
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 270px;
  direction: rtl;
}
.NextPrevSeries .BoodSries .SeriesItem .ImageNG {
  display: block;
  width: 100%;
  height: 100%;
}
.NextPrevSeries .BoodSries .SeriesItem .ImageNG img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData {
  background: linear-gradient(84.47deg, #A1C440b2 3.19%, #03B0AA 59.08%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 32px;
  display: flex;
  align-items: center;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .UperBox {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .UperBox .PlayIcon a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.24);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  transition-duration: 0.4s;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .UperBox .PlayIcon a:hover {
  background: #F6BA48;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .UperBox .PlayIcon a img {
  display: inline-block;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .Title {
  margin-bottom: 16px;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .Title h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 32px;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .TimeBox {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 6px;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .TimeBox p {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .TimeBox p img {
  display: inline-block;
  width: 24px;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .ShapeLine {
  margin-bottom: 24px;
  margin-top: 24px;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .ShapeLine img {
  width: 100%;
  opacity: 0.24;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .ShowMore a {
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.NextPrevSeries .BoodSries .SeriesItem .LayerData .ShowMore a img {
  display: inline;
  transition: all 0.5s ease-in-out;
}

.p_left_40px {
  padding-left: 40px;
}

.p_left_50px {
  padding-left: 50px;
}

.p_left_20px {
  padding-left: 20px;
}

.MoassassDetails .SideBox {
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
}
.MoassassDetails .SideBox .SideItem {
  display: block;
}
.MoassassDetails .SideBox .SideItem p {
  display: block;
  height: 56px;
  border-radius: 50px;
  line-height: 56px;
  margin: 0;
  color: #000;
  font-size: 16px;
  text-align: start;
  font-family: "din_M";
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
}
.MoassassDetails .SideBox .SideItem img {
  display: block;
  margin: 12px 0;
}
.MoassassDetails .SideBox .SideItem:hover p {
  color: #A1C440;
}
.MoassassDetails .SideBox .SideItem.active p {
  background: #A1C440;
  text-align: center;
  color: #FFFFFF;
}
.MoassassDetails .SideBox .SideItem.active img {
  display: none;
}
.MoassassDetails .SideBox .SideItem:last-child img {
  display: none;
}
.MoassassDetails .MoassassData {
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
}
.MoassassDetails .MoassassData .Descreption p {
  color: #000;
  text-align: justify;
  line-height: 32px;
  font-size: 17px;
}
.MoassassDetails .MoassassData .Descreption ul li {
  margin-bottom: 4px;
}
.MoassassDetails .MoassassData .Descreption ul li p {
  color: #000;
}
.MoassassDetails .MoassassData .FourObjectiveItms {
  margin-top: 50px;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem {
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
  min-height: 400px;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .UperData .icon {
  margin-bottom: 12px;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .UperData .icon img {
  display: inline-block;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .UperData .titile {
  margin-bottom: 12px;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .UperData .titile p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  font-family: "din_B";
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .LineShape {
  margin: 0;
  margin-bottom: 12px;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .LineShape img {
  display: block;
  width: 100%;
  opacity: 0.24;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .Description p {
  color: #FFFFFF;
  font-size: 17px;
  text-align: justify;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .Description ul li {
  color: #FFFFFF;
  list-style: disc;
  margin-bottom: 8px;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .ImageLogo {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.MoassassDetails .MoassassData .FourObjectiveItms .ObjectiveItem .ImageLogo img {
  display: inline-block;
}
.MoassassDetails .MoassassData .StrctureImage {
  margin: 32px 0;
}
.MoassassDetails .MoassassData .StrctureImage img {
  display: block;
  width: 100%;
}
.MoassassDetails .MoassassData .BoardItems .BigItems {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
  margin-top: 50px;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .Vertical_line {
  margin: 0;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .Vertical_line img {
  display: inline-block;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig {
  margin-bottom: 32px;
  cursor: pointer;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemImage {
  display: block;
  width: 275px;
  height: 275px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemImage .BGLayer {
  background: linear-gradient(45deg, #A1C440 0%, #03B0AA 100%);
  display: block;
  width: 100%;
  height: 100%;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemImage .BGLayer img {
  position: absolute;
  top: 0;
  right: 5%;
  width: 100%;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemImage .UserImage {
  display: flex;
  width: 84%;
  height: 84%;
  position: absolute;
  bottom: 0;
  left: 8%;
  justify-content: center;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemImage .UserImage img {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemData {
  text-align: center;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemData .PositionName {
  color: #A1C440;
  font-size: 16px;
  margin-bottom: 12px;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemData .userName {
  font-size: 20px;
  font-weight: 700;
  font-family: "din_B";
  color: #000;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig .ItemData .PioTitle {
  color: #8C8C8C;
  font-size: 16px;
  margin-bottom: 12px;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig * {
  transition: all 0.5s ease-in-out;
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig:hover .ItemImage .UserImage img {
  transform: scale(1.1);
}
.MoassassDetails .MoassassData .BoardItems .BigItems .ItemBig:hover .ItemData .userName {
  color: #03B0AA;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone {
  padding: 16px;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s ease-in-out;
  min-height: 175px;
  cursor: pointer;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemImage {
  display: block;
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0px;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemImage .BGLayer {
  background: linear-gradient(45deg, #A1C440 0%, #03B0AA 100%);
  display: block;
  width: 100%;
  height: 100%;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemImage .BGLayer img {
  position: absolute;
  top: 0;
  right: 5%;
  width: 100%;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemImage .UserImage {
  display: flex;
  width: 90%;
  height: 90%;
  position: absolute;
  bottom: 0px;
  left: 5%;
  justify-content: center;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemImage .UserImage img {
  display: inline-block;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemData {
  text-align: start;
  display: block;
  width: calc(100% - 126px);
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemData .PositionName {
  color: #A1C440;
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "din_M";
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemData .userName {
  font-size: 18px;
  font-weight: 700;
  font-family: "din_B";
  color: #000;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone .ItemData .PioTitle {
  color: #8C8C8C;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "din_M";
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone * {
  transition: all 0.5s ease-in-out;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone:hover {
  background: rgba(3, 176, 170, 0.03);
  border: 1px solid #03B0AA;
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone:hover .ItemImage .UserImage img {
  transform: scale(1.1);
}
.MoassassDetails .MoassassData .BoardItems .SmallItemsGroup .ItemAlone:hover .ItemData .userName {
  color: #03B0AA;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager .ImageCEO {
  position: relative;
  margin: auto;
  margin-bottom: 24px;
  display: block;
  width: 255px;
  height: 275px;
  overflow: hidden;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager .ImageCEO img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager .ImageCEO::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62.32%, #fff 100%);
  height: 100%;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager .CEOData {
  text-align: center;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager .CEOData .PositionName {
  color: #A1C440;
  font-size: 16px;
  margin-bottom: 12px;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager .CEOData .userName {
  font-size: 20px;
  font-weight: 700;
  font-family: "din_B";
  color: #000;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager .CEOData .PioTitle {
  color: #8C8C8C;
  font-size: 16px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.MoassassDetails .MoassassData .BoardItems .CEOManager:hover .CEOData .userName {
  color: #03B0AA;
}

.Main_Color_BG {
  background: #03B0AA;
}

.Sec_Color_BG {
  background: #A1C440;
}

.Orang_Color_BG {
  background: #F6BA48;
}

.Danger_Color_BG {
  background: #E22D23;
}

.UserModal {
  background: rgba(3, 176, 170, 0.5);
}
.UserModal .modal-dialog {
  max-width: 640px;
  border: 0;
}
.UserModal .modal-dialog .modal-content {
  overflow: hidden;
  border-radius: 16px;
  border: 0;
}
.UserModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.UserModal .modal-dialog .modal-content .modal-body .HeadeerBox {
  position: relative;
  height: 265px;
  width: 100%;
  overflow: hidden;
}
.UserModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeadereImage {
  display: block;
  width: 100%;
  height: 100%;
}
.UserModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeadereImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.UserModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeaderLayr {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6354713761) 0%, rgba(255, 255, 255, 0.6186646534) 55%, rgb(255, 255, 255) 80%);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 32px;
}
.UserModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeaderLayr .CLoseeModal {
  background: none;
}
.UserModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeaderLayr .CLoseeModal img {
  display: inline-block;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip {
  padding: 50px;
  padding-top: 0;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo {
  margin-bottom: 32px;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemImage {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 12px;
  border: 8px solid #fff;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemImage .BGLayer {
  background: linear-gradient(45deg, #A1C440 0%, #03B0AA 100%);
  display: block;
  width: 100%;
  height: 100%;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemImage .BGLayer img {
  position: absolute;
  top: 0;
  right: 5%;
  width: 100%;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemImage .UserImage {
  display: flex;
  width: 84%;
  height: 84%;
  position: absolute;
  bottom: 0;
  left: 8%;
  justify-content: center;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemImage .UserImage img {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemData {
  text-align: center;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemData .PositionName {
  color: #A1C440;
  font-size: 16px;
  margin-bottom: 12px;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemData .userName {
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
  color: #000;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .UserInfo .ItemData .PioTitle {
  color: #8C8C8C;
  font-size: 16px;
  margin-bottom: 12px;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .Description ul li {
  list-style: disc;
  color: #000;
  margin-bottom: 4px;
}
.UserModal .modal-dialog .modal-content .modal-body .UserInfoDescrip .Description p {
  color: #000;
  text-align: justify;
  line-height: 32px;
  font-size: 17px;
}

.Repoarts {
  padding-bottom: 32px;
}
.Repoarts .ReportItem {
  padding: 40px 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  margin-bottom: 32px;
  background: #fff;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
}
.Repoarts .ReportItem .ReportImage {
  display: block;
  height: 165px;
  margin-bottom: 24px;
}
.Repoarts .ReportItem .ReportImage img {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  height: 100%;
}
.Repoarts .ReportItem .reportData {
  text-align: center;
}
.Repoarts .ReportItem .reportData h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 24px;
  font-family: "din_B";
  font-weight: 700;
}
.Repoarts .ReportItem .reportData p {
  color: #8C8C8C;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0px;
}
.Repoarts .ReportItem .reportData .theme-btn {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.Repoarts .ReportItem:hover {
  background: rgba(3, 176, 170, 0.03);
  border: 1px solid #03B0AA;
}

.BG_white {
  background: #fff !important;
}

.contactUspage {
  padding-bottom: 30px;
}
.contactUspage .ContctForm {
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
}
.contactUspage .ContctForm .theme-btn {
  display: block;
  width: 100%;
}
.contactUspage .ContactBoxInfos {
  position: relative;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  overflow: hidden;
}
.contactUspage .ContactBoxInfos .BGLayer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #A1C440 0%, #03B0AA 100%);
  display: flex;
  align-items: center;
}
.contactUspage .ContactBoxInfos .BGLayer img {
  display: inline-block;
  width: 100%;
}
.contactUspage .ContactBoxInfos .DatatLayer {
  position: relative;
  padding: 50px;
}
.contactUspage .ContactBoxInfos .DatatLayer .DattaItem {
  padding: 0 50px;
  text-align: center;
}
.contactUspage .ContactBoxInfos .DatatLayer .DattaItem .icon {
  margin-bottom: 12px;
}
.contactUspage .ContactBoxInfos .DatatLayer .DattaItem .icon img {
  display: inline-block;
}
.contactUspage .ContactBoxInfos .DatatLayer .DattaItem p {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 16px;
  margin-bottom: 12px;
}
.contactUspage .ContactBoxInfos .DatatLayer .DattaItem h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  font-family: "din_B";
  line-height: normal;
}
.contactUspage .ContactBoxInfos .DatatLayer .DattaItem h2.Font_Num_B {
  font-family: Num_B;
}
.contactUspage .ContactBoxInfos .DatatLayer .LineShape {
  margin: 14px 0;
}
.contactUspage .ContactBoxInfos .DatatLayer .LineShape img {
  opacity: 0.24;
}
.contactUspage .ContactBoxInfos .DatatLayer .SocialBox {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-bottom: 0px;
}
.contactUspage .ContactBoxInfos .DatatLayer .SocialBox .social-icon-two {
  position: relative;
  display: block;
}
.contactUspage .ContactBoxInfos .DatatLayer .SocialBox .social-icon-two li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.contactUspage .ContactBoxInfos .DatatLayer .SocialBox .social-icon-two li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  color: #FFFFFF;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
}
.contactUspage .ContactBoxInfos .DatatLayer .SocialBox .social-icon-two li a img {
  filter: brightness(100);
}
.contactUspage .ContactBoxInfos .DatatLayer .SocialBox .social-icon-two li a:hover {
  background: #000;
  color: #FFFFFF;
}
.contactUspage .ContactBoxInfos .DatatLayer .SocialBox .social-icon-two li a:hover img {
  filter: brightness(100);
}
.contactUspage .mapIframe {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  display: block;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 32px;
}
.contactUspage .mapIframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.NewsPage .NewsItem {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  background: #fff;
  border: 1px solid #f1f1f1;
  transition: all 0.5s ease-in-out;
  direction: rtl;
}
.NewsPage .NewsItem .NewsImage {
  height: 240px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.NewsPage .NewsItem .NewsImage img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
.NewsPage .NewsItem .NewsData {
  padding: 40px 32px;
}
.NewsPage .NewsItem .NewsData .NewsCat {
  margin-bottom: 16px;
}
.NewsPage .NewsItem .NewsData .NewsCat span {
  font-size: 14px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  min-width: 95px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.NewsPage .NewsItem .NewsData .NewsTitile {
  margin-bottom: 16px;
}
.NewsPage .NewsItem .NewsData .NewsTitile h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.NewsPage .NewsItem .NewsData .NewsTitile h2:hover {
  color: #03B0AA;
}
.NewsPage .NewsItem .NewsData .newsDate {
  margin: 0;
}
.NewsPage .NewsItem .NewsData .newsDate p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #8C8C8C;
}
.NewsPage .NewsItem .NewsData .newsDate p img {
  display: inline-block;
}
.NewsPage .NewsItem:hover {
  border: 1px solid #03B0AA;
  background: rgba(3, 176, 170, 0.03);
}
.NewsPage .NewsItem:hover .NewsImage img {
  transform: scale(1.2);
}
.NewsPage .owl-next {
  background: #03B0AA;
  color: #FFFFFF;
  border: 1px solid #03B0AA;
}
.NewsPage .owl-next img {
  filter: brightness(100);
}
.NewsPage .owl-next:hover {
  background: #FFFFFF;
  color: #03B0AA;
  border: 1px solid #f1f1f1;
}
.NewsPage .owl-next:hover img {
  filter: none;
}
.NewsPage .owl-prev {
  background: #03B0AA;
  color: #FFFFFF;
  border: 1px solid #03B0AA;
}
.NewsPage .owl-prev img {
  filter: brightness(100);
}
.NewsPage .owl-prev:hover {
  background: #FFFFFF;
  color: #03B0AA;
  border: 1px solid #f1f1f1;
}
.NewsPage .owl-prev:hover img {
  filter: none;
}

.Font_Num_M {
  font-family: Num_M !important;
}

.rolesPage .SideBox {
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
}
.rolesPage .SideBox .SideItem {
  display: block;
  padding: 0;
  background: none;
}
.rolesPage .SideBox .SideItem p {
  display: block;
  height: 56px;
  border-radius: 50px;
  line-height: 56px;
  margin: 0;
  color: #000;
  font-size: 16px;
  text-align: start;
  font-family: Num_M;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
}
.rolesPage .SideBox .SideItem img {
  display: block;
  margin: 12px 0;
}
.rolesPage .SideBox .SideItem:hover p {
  color: #A1C440;
}
.rolesPage .SideBox .SideItem.active p {
  background: #A1C440;
  text-align: center;
  color: #FFFFFF;
}
.rolesPage .SideBox .SideItem.active img {
  display: none;
}
.rolesPage .SideBox .SideItem:last-child img {
  display: none;
}
.rolesPage .tab-content {
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
}
.rolesPage .tab-content .RolesItemGroup {
  margin-top: 50px;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem .rightSide {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem .rightSide .icon {
  display: flex;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: rgba(3, 176, 170, 0.08);
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem .rightSide .icon img {
  display: inline-block;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem .rightSide .RoolData h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "din_B";
}
.rolesPage .tab-content .RolesItemGroup .RoolItem .rightSide .RoolData p {
  color: #8C8C8C;
  font-size: 16px;
  margin: 0;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem .LeftSide {
  display: flex;
  gap: 12px;
}
.rolesPage .tab-content .RolesItemGroup .RoolItem .LeftSide a {
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
}

.RolesView {
  margin-bottom: 40px;
}
.RolesView .IfrmaPDF {
  display: block;
  width: 80%;
  height: 650px;
  margin: auto;
  margin-bottom: 40px;
}
.RolesView .IfrmaPDF iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.RolesView .DowenRool a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.hassaltyPage {
  padding-bottom: 32px;
}
.hassaltyPage .BoxCard {
  margin-bottom: 32px;
}
.hassaltyPage .BoxCard .ItemTool {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  height: 360px;
  overflow: hidden;
}
.hassaltyPage .BoxCard .ItemTool .LayerShape {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hassaltyPage .BoxCard .ItemTool .LayerShape img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.hassaltyPage .BoxCard .ItemTool .ToolDtata {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}
.hassaltyPage .BoxCard .ItemTool .ToolDtata .imageicon {
  margin-bottom: 16px;
}
.hassaltyPage .BoxCard .ItemTool .ToolDtata .imageicon img {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.hassaltyPage .BoxCard .ItemTool .ToolDtata .tooltitle {
  margin-bottom: 16px;
}
.hassaltyPage .BoxCard .ItemTool .ToolDtata .tooltitle h2 {
  color: #FFFFFF;
  font-family: "din_B";
  font-weight: 700;
  font-size: 24px;
}
.hassaltyPage .BoxCard .ItemTool .ToolDtata .tooldesc p {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
}
.hassaltyPage .BoxCard .ItemTool * {
  transition: all 0.5s ease-in-out;
}
.hassaltyPage .BoxCard .ItemTool:hover .LayerShape img {
  transform: scale(4);
}
.hassaltyPage .BoxCard .ItemTool:hover .imageicon {
  margin-bottom: 30px;
}
.hassaltyPage .BoxCard .ItemTool:hover .imageicon img {
  transform: scale(1.2);
}
.hassaltyPage .PageDetails {
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
}
.hassaltyPage .PageDetails .Image {
  display: block;
  width: auto;
  height: 160px;
  margin: auto;
  margin-bottom: 32px;
  width: -moz-max-content;
  width: max-content;
}
.hassaltyPage .PageDetails .Image img {
  display: block;
  display: block;
  height: 100%;
  width: auto;
}
.hassaltyPage .PageDetails .PageInfo {
  margin-bottom: 50px;
  text-align: center;
}
.hassaltyPage .PageDetails .PageInfo h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  font-family: "din_B";
  margin-bottom: 16px;
}
.hassaltyPage .PageDetails .PageInfo p {
  color: #000;
  font-size: 17px;
}
.hassaltyPage .PageDetails .CaluculateForm .form-group .form-control {
  padding-inline-end: 60px;
  height: 56px;
  line-height: 56px;
}
.hassaltyPage .PageDetails .CaluculateForm .form-group .IconSHape {
  height: 56px;
}
.hassaltyPage .PageDetails .CaluculateForm .form-group .IconSHape_2_text {
  left: 5px;
}
.hassaltyPage .PageDetails .CaluculateForm .LineShape {
  margin: 16px 0;
  margin-bottom: 40px;
}
.hassaltyPage .PageDetails .CaluculateForm .LineShape img {
  display: block;
}
.hassaltyPage .PageDetails .CaluculateForm .SubTitle {
  margin-bottom: 40px;
}
.hassaltyPage .PageDetails .CaluculateForm .SubTitle h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  font-family: "din_B";
}
.hassaltyPage .PageDetails .CaluculateForm .groupTNS {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hassaltyPage .PageDetails .CaluculateForm .theme-btn {
  min-width: 225px;
  margin: auto;
  display: block;
  margin-top: 32px;
  height: 56px;
}
.hassaltyPage .PageDetails .ResultHassalty .nots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 8px;
  background: rgba(161, 196, 64, 0.08);
  margin-bottom: 50px;
}
.hassaltyPage .PageDetails .ResultHassalty .nots p {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hassaltyPage .PageDetails .ResultHassalty .nots p span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #A1C440;
  color: #FFFFFF;
}
.hassaltyPage .PageDetails .ResultHassalty .MonyAmmount {
  text-align: center;
  margin-bottom: 32px;
}
.hassaltyPage .PageDetails .ResultHassalty .MonyAmmount h2 {
  font-size: 56px;
  color: #000;
  font-weight: 700;
  font-family: Num_B;
}
.hassaltyPage .PageDetails .ResultHassalty .MonyAmmount h2 span {
  font-family: "din_R";
  font-size: 20px;
}
.hassaltyPage .PageDetails .ResultHassalty .MonyAmmount p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "din_M";
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-top: 32px;
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems .itemRes p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "din_M";
  margin-bottom: 16px;
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems .itemRes h2 {
  font-size: 40px;
  color: #03B0AA;
  font-weight: 700;
  font-family: Num_B;
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems .itemRes h2.Danger_text {
  color: #E22D23;
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems .itemRes h2.SecColor_text {
  color: #A1C440;
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems .itemRes h2 span {
  font-family: "din_R";
  font-size: 16px;
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems .Line_Shape_vertical {
  height: 100px;
}
.hassaltyPage .PageDetails .ResultHassalty .ResultItems .Line_Shape_vertical img {
  height: 100%;
  display: inline-block;
}
.hassaltyPage .PageDetails .ResultHassalty .Recalculate {
  margin-top: 50px;
}
.hassaltyPage .PageDetails .ResultHassalty .Recalculate .theme-btn {
  display: block;
  margin: auto;
  width: 225px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .nots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 8px;
  background: rgba(161, 196, 64, 0.08);
  margin-bottom: 50px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .nots p {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .nots p span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #A1C440;
  color: #FFFFFF;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .MonyAmmount {
  text-align: center;
  margin-bottom: 32px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .MonyAmmount h2 {
  font-size: 56px;
  color: #000;
  font-weight: 700;
  font-family: "din_B" span;
  font-family-font-family: "din_R";
  font-family-font-size: 20px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .MonyAmmount p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "din_M";
  margin-top: 32px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .MonyAmmount p span {
  font-size: 40px;
  font-weight: 700;
  font-family: Num_B;
  margin: 0 4px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .MonyAmmount p span.Style_1 {
  color: #03B0AA;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .MonyAmmount p span.Style_2 {
  color: #A1C440;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .Recalculate {
  margin-top: 50px;
}
.hassaltyPage .PageDetails .ResultHesapEdikhar .Recalculate .theme-btn {
  display: block;
  margin: auto;
  width: 225px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .nots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 8px;
  background: rgba(161, 196, 64, 0.08);
  margin-bottom: 50px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .nots p {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .nots p span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #A1C440;
  color: #FFFFFF;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .nav {
  gap: 16px;
  margin-bottom: 50px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .nav .nav-item .nav-link {
  border-radius: 50px;
  background: #f5f5f5;
  height: 56px;
  line-height: 56px;
  padding: 0 24px;
  color: #8C8C8C;
  font-family: "din_R";
  transition: all 0.3s ease-in-out;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .nav .nav-item .nav-link:hover {
  background: rgba(3, 176, 170, 0.08);
  color: #03B0AA;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .nav .nav-item .nav-link.active {
  color: #FFFFFF;
  background: #03B0AA;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-top: 32px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .itemRes {
  text-align: center;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .itemRes p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "din_M";
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .itemRes h2 {
  font-size: 40px;
  color: #03B0AA;
  font-weight: 700;
  font-family: Num_B;
  margin-bottom: 4px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .itemRes h2.Danger_text {
  color: #E22D23;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .itemRes h2.SecColor_text {
  color: #A1C440;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .itemRes h2 span {
  font-family: "din_R";
  font-size: 16px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .Line_Shape_vertical {
  height: 100px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .ResultItems .Line_Shape_vertical img {
  height: 100%;
  display: inline-block;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .LineShape {
  margin: 40px 0;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .LineShape img {
  display: block;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .FOurTransfeer .TitelShape {
  margin-bottom: 40px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .FOurTransfeer .ItemCont {
  margin-bottom: 32px;
  background: #f5f5f5;
  padding: 40px 20px;
  text-align: center;
  border-radius: 16px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .FOurTransfeer .ItemCont p {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 500;
  font-family: "din_R";
  margin-bottom: 8px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .FOurTransfeer .ItemCont h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: Num_B;
  color: #000;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .TapRsult .FOurTransfeer .ItemCont h2 span {
  font-family: "din_R";
  font-size: 16px;
}
.hassaltyPage .PageDetails .ResultMezaniaaa .RezeltTaps .Recalculate .theme-btn {
  display: block;
  margin: auto;
  width: 225px;
}
.hassaltyPage .PageDetails .HesapEdikharNots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  background: rgba(161, 196, 64, 0.08);
  margin-bottom: 50px;
  gap: 12px;
}
.hassaltyPage .PageDetails .HesapEdikharNots .NotsIcon {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.hassaltyPage .PageDetails .HesapEdikharNots .NotsIcon img {
  display: inline-block;
}
.hassaltyPage .PageDetails .HesapEdikharNots .NotsData p {
  color: #8C8C8C;
  font-size: 16px;
  margin-bottom: 8px;
}
.hassaltyPage .PageDetails .HesapEdikharNots .NotsData h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "din_B";
}
.hassaltyPage .PageDetails .DuartionItemGroup {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hassaltyPage .PageDetails .DuartionItemGroup .DurationItem {
  flex: 1 1 132px;
}
.hassaltyPage .PageDetails .DuartionItemGroup .DurationItem .chiller_cb {
  height: 56px;
  display: flex;
  border: 1px solid #f1f1f1;
  align-items: center;
  justify-content: center;
  width: 132px;
  gap: 8px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  flex-direction: row-reverse;
}
.hassaltyPage .PageDetails .DuartionItemGroup .DurationItem .chiller_cb p {
  color: #000;
  font-size: 16px;
  font-family: "din_M";
}
.hassaltyPage .PageDetails .DuartionItemGroup .DurationItem .chiller_cb span {
  position: relative;
}
.hassaltyPage .PageDetails .DuartionItemGroup .DurationItem .chiller_cb.active {
  border: 1px solid #A1C440;
}

.CaluculateMezaniaForm .StepName {
  display: none;
}
.CaluculateMezaniaForm .StepsItems {
  display: flex;
  gap: 0px;
  align-items: center;
}
.CaluculateMezaniaForm .StepsItems .itemStep {
  background: #f5f5f5;
  flex: 1 1 160px;
  height: 64px;
  line-height: 64px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.CaluculateMezaniaForm .StepsItems .itemStep span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.CaluculateMezaniaForm .StepsItems .itemStep span.rightTriangel {
  border-style: solid;
  border-width: 32px 16px 32px 0;
  right: 0;
  border-color: #f5f5f5 #f5f5f5 #f5f5f5 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep span.rightTriangel::before {
  content: "";
  display: block;
  height: 38px;
  width: 3px;
  background: #FFFFFF;
  top: -3px;
  position: absolute;
  right: -25px;
  transform: rotate(-26deg);
}
.CaluculateMezaniaForm .StepsItems .itemStep span.rightTriangel::after {
  content: "";
  display: block;
  height: 38px;
  width: 3px;
  background: #FFFFFF;
  bottom: -3px;
  position: absolute;
  right: -25px;
  transform: rotate(26deg);
}
.CaluculateMezaniaForm .StepsItems .itemStep span.leftTriangel {
  border-style: solid;
  border-width: 32px 16px 32px 0;
  left: 0;
  border-color: #f5f5f5 #f5f5f5 #f5f5f5 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0 {
  color: #f00;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.done span.rightTriangel {
  border-color: #03B0AA #FFFFFF #03B0AA !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.done span.leftTriangel {
  border-color: #03B0AA #03B0AA #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.done.prev span.rightTriangel {
  border-color: #03B0AA #FFFFFF #03B0AA !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.done.prev span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440 !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.current span.leftTriangel {
  border-color: #f5f5f5 #A1C440 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.current.done {
  background: #A1C440 !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.current.done span.rightTriangel {
  border-color: #A1C440 #fff #A1C440 #03B0AA !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_0.current.done span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_1.done span.leftTriangel {
  border-color: #03B0AA #03B0AA #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_1.done.prev span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_1.current span.leftTriangel {
  border-color: #f5f5f5 #A1C440 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_1.current.done {
  background: #A1C440 !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_1.current.done span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_1.current.done span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_2.done span.leftTriangel {
  border-color: #03B0AA #03B0AA #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_2.done.prev span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_2.current span.leftTriangel {
  border-color: #f5f5f5 #A1C440 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_2.current.done {
  background: #A1C440 !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_2.current.done span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_2.current.done span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_3.done span.leftTriangel {
  border-color: #03B0AA #03B0AA #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_3.done.prev span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_3.current span.leftTriangel {
  border-color: #f5f5f5 #A1C440 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_3.current.done {
  background: #A1C440 !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_3.current.done span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_3.current.done span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_4.done span.leftTriangel {
  border-color: #03B0AA #03B0AA #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_4.done.prev span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_4.current span.leftTriangel {
  border-color: #f5f5f5 #A1C440 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_4.current.done {
  background: #A1C440 !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_4.current.done span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_4.current.done span.leftTriangel {
  border-color: #03B0AA #A1C440 #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.step_4.current.done.last span.leftTriangel {
  border-color: #fff #A1C440 #fff;
}
.CaluculateMezaniaForm .StepsItems .itemStep.current {
  background: #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.current a {
  color: #FFFFFF !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.current span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.current span.rightTriangel::before, .CaluculateMezaniaForm .StepsItems .itemStep.current span.rightTriangel::after {
  background: #FFFFFF;
}
.CaluculateMezaniaForm .StepsItems .itemStep.current span.leftTriangel {
  border-color: #f5f5f5 #A1C440 #f5f5f5 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.current:nth-child(2) span.rightTriangel {
  border-color: #A1C440 #A1C440 #A1C440 #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep.current:nth-child(2) span.leftTriangel {
  border-color: #f5f5f5 #A1C440 #f5f5f5 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.done {
  background: #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.done a {
  color: #FFFFFF !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep.done span.rightTriangel {
  border-color: #03B0AA #03B0AA #03B0AA #03B0AA;
}
.CaluculateMezaniaForm .StepsItems .itemStep.done span.rightTriangel::before, .CaluculateMezaniaForm .StepsItems .itemStep.done span.rightTriangel::after {
  background: #FFFFFF;
}
.CaluculateMezaniaForm .StepsItems .itemStep.done span.leftTriangel {
  border-color: #A1C440 #03B0AA #A1C440 #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep.done:first-child.first span.leftTriangel {
  border-color: #03B0AA #03B0AA #03B0AA #f5f5f5;
}
.CaluculateMezaniaForm .StepsItems .itemStep:first-child span.rightTriangel {
  border-color: #A1C440 #FFFFFF #A1C440 #A1C440;
}
.CaluculateMezaniaForm .StepsItems .itemStep:first-child span.rightTriangel::before {
  content: none;
}
.CaluculateMezaniaForm .StepsItems .itemStep:first-child span.rightTriangel::after {
  content: none;
}
.CaluculateMezaniaForm .StepsItems .itemStep:last-child span.leftTriangel {
  border-color: #FFFFFF #f5f5f5 #FFFFFF #FFFFFF;
}
.CaluculateMezaniaForm .StepsItems .itemStep:last-child.current span.leftTriangel {
  border-color: #FFFFFF #A1C440 #FFFFFF #FFFFFF;
}
.CaluculateMezaniaForm .StepsItems .itemStep:last-child.done span.leftTriangel {
  border-color: #FFFFFF #03B0AA #FFFFFF #FFFFFF;
}
.CaluculateMezaniaForm .StepsItems .itemStep a {
  color: #8C8C8C;
  font-weight: 500;
  font-size: 18px;
}
.CaluculateMezaniaForm .StepsItems .itemStep a .current-info {
  display: none !important;
}
.CaluculateMezaniaForm .StepsItems .itemStep a .number {
  display: none;
}
.CaluculateMezaniaForm .StepsItems .itemStep a .Title {
  position: relative;
  display: inline;
}
.CaluculateMezaniaForm .StepBody {
  padding-top: 50px;
}
.CaluculateMezaniaForm .StepBody .PageTitel {
  margin-bottom: 24px;
}
.CaluculateMezaniaForm .StepBody .PageTitel h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 32px;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput {
  display: flex;
  align-items: center;
  gap: 20px;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup {
  width: calc(100% - 180px);
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup.SelectInputGroup {
  width: 160px !important;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup.SelectInputGroup .select2-container--default .select2-selection--single {
  padding-right: 24px;
  background: rgba(161, 196, 64, 0.06);
  border: 1px solid #f1f1f1;
  height: 56px;
  line-height: 56px;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup.SelectInputGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup .form-control {
  height: 56px;
  line-height: 56px;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup .IconSHape {
  height: 56px;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup .IconSHape_2_text {
  height: 56px;
  padding: 0 16px;
}
.CaluculateMezaniaForm .StepBody .form-group .SelectAndInput .inputGroup .IconSHape_2_d {
  height: 56px;
}
.CaluculateMezaniaForm .PaginationSteper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  flex-direction: row-reverse;
}
.CaluculateMezaniaForm .PaginationSteper li {
  width: 225px;
}
.CaluculateMezaniaForm .PaginationSteper li.disabled {
  display: none;
}
.CaluculateMezaniaForm .PaginationSteper li .theme-btn {
  width: 100%;
}

.PalayCastBox .AudioBox audio {
  display: none;
}
.PalayCastBox .AudioBox .AudioCOntrol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.PalayCastBox .AudioBox .AudioCOntrol .Repeat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: none;
}
.PalayCastBox .AudioBox .AudioCOntrol .Repeat:hover {
  background: rgba(3, 176, 170, 0.08);
}
.PalayCastBox .AudioBox .AudioCOntrol .Repeat.active {
  background: #A1C440;
}
.PalayCastBox .AudioBox .AudioCOntrol .Repeat.active img {
  filter: brightness(100);
}
.PalayCastBox .AudioBox .AudioCOntrol .MuteUnMute {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: none;
}
.PalayCastBox .AudioBox .AudioCOntrol .MuteUnMute:hover {
  background: rgba(3, 176, 170, 0.08);
}
.PalayCastBox .AudioBox .AudioCOntrol .prev5sec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: rgba(3, 176, 170, 0.08);
  transition: all 0.1s ease-in-out;
}
.PalayCastBox .AudioBox .AudioCOntrol .prev5sec:hover {
  background: #03B0AA;
}
.PalayCastBox .AudioBox .AudioCOntrol .prev5sec:hover img {
  filter: brightness(100);
}
.PalayCastBox .AudioBox .AudioCOntrol .PlayMusic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #03B0AA;
}
.PalayCastBox .AudioBox .AudioCOntrol .Next5sec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: rgba(3, 176, 170, 0.08);
  transition: all 0.1s ease-in-out;
}
.PalayCastBox .AudioBox .AudioCOntrol .Next5sec:hover {
  background: #03B0AA;
}
.PalayCastBox .AudioBox .AudioCOntrol .Next5sec:hover img {
  filter: brightness(100);
}
.PalayCastBox .AudioBox .ProgDurationCurrent {
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}
.PalayCastBox .AudioBox .ProgDurationCurrent .Duration {
  color: #8C8C8C;
  font-size: 16px;
  font-family: Num_M;
}
.PalayCastBox .AudioBox .ProgDurationCurrent .Current {
  color: #8C8C8C;
  font-size: 16px;
  font-family: Num_M;
}
.PalayCastBox .AudioBox .ProgDurationCurrent .progressBar {
  margin-bottom: 0px;
  width: 100%;
}
.PalayCastBox .AudioBox .ProgDurationCurrent .progressBar .BarProg {
  position: relative;
  width: 100%;
  height: 8px;
  background: #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
}
.PalayCastBox .AudioBox .ProgDurationCurrent .progressBar .BarProg .BarActive {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  background: linear-gradient(45deg, #03B0AA 0%, #A1C440 100%);
  transition: width 0.01s linear;
  border-radius: 8px;
}

.p_start_15 .select2-container--default .select2-selection--single {
  padding-right: 16px;
}

.pb_150px {
  padding-bottom: 150px;
}

.JobsPage {
  padding: 50px 0;
}
.JobsPage .SearchBox_Banner {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(3, 176, 170, 0.0392156863);
  margin-top: -150px;
  position: relative;
}
.JobsPage .JobItems {
  margin-top: 50px;
}
.JobsPage .JobItems .JobItem {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0px 0px 20px 0px #03B0AA0A;
  background: #fff;
  border: 1px solid #f1f1f1;
  transition: all 0.5s ease-in-out;
  direction: rtl;
}
.JobsPage .JobItems .JobItem .JobImage {
  height: 240px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.JobsPage .JobItems .JobItem .JobImage img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
.JobsPage .JobItems .JobItem .JobData {
  padding: 40px 32px;
}
.JobsPage .JobItems .JobItem .JobData .JobCat {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.JobsPage .JobItems .JobItem .JobData .JobCat span {
  font-size: 14px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  min-width: auto;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.JobsPage .JobItems .JobItem .JobData .JobTitile {
  margin-bottom: 16px;
}
.JobsPage .JobItems .JobItem .JobData .JobTitile h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.JobsPage .JobItems .JobItem .JobData .JobTitile h2:hover {
  color: #03B0AA;
}
.JobsPage .JobItems .JobItem .JobData .JobDate {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.JobsPage .JobItems .JobItem .JobData .JobDate .Image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  height: 56px;
  width: 56px;
}
.JobsPage .JobItems .JobItem .JobData .JobDate .Image img {
  display: inline-block;
}
.JobsPage .JobItems .JobItem .JobData .JobDate .DateData p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #8C8C8C;
}
.JobsPage .JobItems .JobItem:hover {
  border: 1px solid #03B0AA;
  background: rgba(3, 176, 170, 0.03);
}
.JobsPage .JobItems .JobItem:hover .JobImage img {
  transform: scale(1.2);
}
.JobsPage .Job_Details .JobData {
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 32px;
  background: #fff;
}
.JobsPage .Job_Details .JobData .blogcatg {
  margin-bottom: 16px;
}
.JobsPage .Job_Details .JobData .blogcatg span {
  font-size: 14px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 16px;
  min-width: 95px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.JobsPage .Job_Details .JobData .ShareBox {
  background: #F7FCFC;
  border-radius: 50px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
}
.JobsPage .Job_Details .JobData .ShareBox h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "din_B";
}
.JobsPage .Job_Details .JobData .ShareBox ul {
  display: flex;
  gap: 6px;
  align-items: center;
}
.JobsPage .Job_Details .JobData .ShareBox ul li a {
  display: block;
  width: 36px;
  height: 36px;
}
.JobsPage .Job_Details .JobData .ShareBox ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.JobsPage .Job_Details .JobData .Descreption ul {
  padding-inline-start: 16px;
}
.JobsPage .Job_Details .JobData .Descreption ul li {
  list-style: disc;
}
.JobsPage .Job_Details .JobData .Descreption p {
  color: #000;
  text-align: justify;
  line-height: 32px;
  font-size: 17px;
}
.JobsPage .LinkZoom {
  padding: 20px;
  border-radius: 16px;
  gap: 16px;
  display: flex;
  align-items: flex-start;
  background: #FAFAFA;
  width: 100%;
  margin-top: 24px;
}
.JobsPage .LinkZoom .icon {
  display: block;
  width: 24px;
}
.JobsPage .LinkZoom .icon img {
  display: block;
}
.JobsPage .LinkZoom .LinkDtaa {
  display: block;
  width: calc(100% - 40px);
}
.JobsPage .LinkZoom .LinkDtaa .LinkText {
  color: #029FF9;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  font-family: "din_R";
  display: block;
  text-decoration: underline;
  word-break: break-all;
}
.JobsPage .LinkZoom .LinkDtaa .COpyLink {
  background: #fff;
  padding: 0 16px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #03B0AA;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}
.JobsPage .LinkZoom .LinkDtaa .COpyLink img {
  margin-left: 8px;
}
.JobsPage .LinkZoom .LinkDtaa .COpyLink:hover {
  color: #FFFFFF;
  background: #03B0AA;
}
.JobsPage .LinkZoom .LinkDtaa .COpyLink:hover img {
  filter: brightness(100) grayscale(100);
}

.Label_Expired {
  display: flex;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  background: #FAFAFA;
  border-radius: 50px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}
.Label_Expired p {
  color: #000;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.NodataFound {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.NodataFound img {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-bottom: 32px;
  height: 180px;
}
.NodataFound h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
  margin-bottom: 32px;
}
.NodataFound p {
  color: #8C8C8C;
}

.FormJobModal {
  background: rgba(3, 176, 170, 0.5);
}
.FormJobModal .modal-dialog {
  max-width: 640px;
  border: 0;
}
.FormJobModal .modal-dialog .modal-content {
  overflow: hidden;
  border-radius: 16px;
  border: 0;
}
.FormJobModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.FormJobModal .modal-dialog .modal-content .modal-body .HeadeerBox {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.FormJobModal .modal-dialog .modal-content .modal-body .HeadeerBox .Title {
  text-align: center;
  margin-top: 32px;
}
.FormJobModal .modal-dialog .modal-content .modal-body .HeadeerBox .Title .h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "din_B";
  color: #000;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.FormJobModal .modal-dialog .modal-content .modal-body .HeadeerBox .Title p {
  color: #8C8C8C;
  font-size: 16px;
  margin-bottom: 12px;
}
.FormJobModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeaderLayr {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  padding: 32px;
}
.FormJobModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeaderLayr .CLoseeModal {
  background: none;
}
.FormJobModal .modal-dialog .modal-content .modal-body .HeadeerBox .HeaderLayr .CLoseeModal img {
  display: inline-block;
}
.FormJobModal .modal-dialog .modal-content .modal-body .ModalFormData {
  padding: 40px;
  padding-top: 16px;
}
.FormJobModal .modal-dialog .modal-content .modal-body .ModalFormData .SuccesBox {
  text-align: center;
}
.FormJobModal .modal-dialog .modal-content .modal-body .ModalFormData .SuccesBox img {
  display: block;
  width: auto;
  height: 75px;
  margin: auto;
  margin-bottom: 32px;
}
.FormJobModal .modal-dialog .modal-content .modal-body .ModalFormData .SuccesBox p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.FormJobModal .modal-dialog .modal-content .modal-body .ModalFormData .SuccesBox p span {
  color: #03B0AA;
  margin: 0 4px;
}

.b_r_0 {
  border-radius: 0 !important;
}

.Nav_BTN_Group {
  display: flex;
  gap: 8px;
  align-items: center;
}
.Nav_BTN_Group button {
  flex-grow: 1;
  width: 50%;
}

.iti * {
  font-family: Num_M !important;
  font-weight: 300 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-weight: 300 !important;
}

.UploadInput {
  border-radius: 8px;
  padding: 32px 12px;
  background: rgba(3, 176, 170, 0.08);
  position: relative;
}
.UploadInput .dz-message {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
  text-align: center;
}
.UploadInput .dz-message img {
  margin-bottom: 16px;
}
.UploadInput .dz-message h4 {
  margin-bottom: 4px;
  font-size: 14px;
}
.UploadInput .dz-message h4 span {
  color: #A1C440;
}
.UploadInput .dz-message p {
  direction: ltr;
  font-size: 12px;
}
.UploadInput .ImagePrivewAndDelete {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}
.UploadInput .ImagePrivewAndDelete .ImagePrivw {
  height: auto;
  width: auto;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.UploadInput .ImagePrivewAndDelete .ImagePrivw img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.UploadInput .ImagePrivewAndDelete .ImageData h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 4px 0;
}
.UploadInput .ImagePrivewAndDelete .ImageData span {
  position: relative;
  font-size: 16px;
  padding: 0px 16px;
  font-weight: 400;
  color: #03B0AA;
  display: block;
  text-align: center;
  font-family: Num_M;
}
.UploadInput .DeleteImage {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  background: transparent;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container {
  z-index: 9999;
}

/****************/
body.ltr {
  direction: ltr;
  overflow-x: hidden;
}

body.ltr {
  /************/
}
body.ltr .MyAccount .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
body.ltr .MyAccount .dropdown-menu .dropdown-item {
  direction: ltr;
  text-align: start;
}
body.ltr .MyAccount .dropdown-menu .dropdown-item:last-child {
  text-align: center;
}
body.ltr .main-menu .navigation > li > ul > li > a img {
  margin-left: 0;
  margin-right: 4px;
}
body.ltr .BannrSection .ImageBanner {
  margin-right: 0;
  margin-left: auto;
}
body.ltr .form-group .inputGroup .IconSHape_2_d {
  right: 0;
  left: auto;
}
body.ltr .main-header .NotificationBTN .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
body.ltr .cartShoping_Btn .cartItems .itemCart .ItemCartData {
  text-align: start;
}
body.ltr .form-group .inputGroup .form-control {
  direction: ltr;
}
body.ltr .MyAccount .dropdown-menu .dropdown-item img {
  margin-right: 8px;
  margin-left: 0;
}
body.ltr .main-footer .contactOnfoo span {
  padding-left: 0;
  padding-right: 24px;
  margin-left: 0;
  margin-right: 24px;
  border-left: 0;
  border-right: 2px solid rgba(141, 141, 141, 0.1607843137);
}
body.ltr .main-footer .about-widget {
  padding-right: 80px;
  padding-left: 0;
}
body.ltr .btn-style-green img {
  margin-right: 4px;
  margin-left: 0;
}
body.ltr .main-footer .footerlayer {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
body.ltr .form-group .inputGroup .IconSHape_2 {
  right: 0;
  left: auto;
}
body.ltr .form-group .inputGroup .IconSHape_2_text {
  right: 0;
  left: auto;
}
body.ltr .chiller_cb label {
  padding-right: 0;
  padding-left: 20px;
}
body.ltr .chiller_cb span {
  left: 0;
  right: auto;
}
body.ltr .wizard.vertical-wizard .content .LastStepData .DwraDataLast .upeerBox .couseFeatures span img {
  margin-right: 8px;
  margin-left: 0;
}
body.ltr .btn-style-green-light img {
  margin-right: 4px;
  margin-left: 0;
}
body.ltr .styled-pagination ul {
  direction: ltr;
}
body.ltr .styled-pagination li:first-child a img,
body.ltr .styled-pagination li:last-child a img {
  transform: rotate(180deg);
}
body.ltr .bg {
  direction: ltr;
}
body.ltr .main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 0px;
  margin-left: 25px;
}
body.ltr .main-menu .navigation > li:last-child {
  margin-right: 0;
}
body.ltr .main-footer .footer-column .NewsLetter .widget-title img {
  transform: rotateY(180deg);
}
body.ltr .main-footer .footer-column .NewsLetter .SubscripWeather .formBox .IconShape {
  left: 0;
  right: auto;
}
body.ltr .main-footer .footer-column .NewsLetter .SubscripWeather .formBox button {
  right: 4px;
  left: auto;
}
body.ltr .Page_Header .PageTitle .SearchBox .border_left {
  border-right: 1px solid rgba(66, 34, 21, 0.1019607843);
  border-left: 0px solid rgba(255, 255, 255, 0);
}
body.ltr .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 15px;
  direction: ltr;
}
body.ltr .Page_Header .PageTitle ul li img {
  transform: rotateY(180deg);
}
body.ltr #toast-container > .toast-error {
  direction: ltr;
  background-position: 10px center;
}
body.ltr #toast-container > .toast-success {
  direction: ltr;
  background-position: 10px center;
}
body.ltr .toast-top-right {
  right: auto;
  left: 12px;
}

/********************/
.Light {
  display: inline-block;
}

.Dark {
  display: none;
}

.hidden-xs {
  display: inline-block;
}

.visible-xs {
  display: none;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: inline-block;
  }
  .MyAccount {
    display: inline-block;
  }
  .MyAccount img {
    display: none;
  }
  .MyAccount .iconAccount {
    display: block;
    margin-left: 0 !important;
  }
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(161, 196, 64, 0.5);
}

.plyr__control--overlaid {
  background: rgba(161, 196, 64, 0.8);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(161, 196, 64, 0.5);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(161, 196, 64, 0.5);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(161, 196, 64, 0.5);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #A1C440;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #A1C440;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #A1C440;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #A1C440;
}

.plyr--full-ui input[type=range] {
  color: #A1C440;
}/*# sourceMappingURL=style.css.map */