@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap");

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

@font-face {
  font-family: 'poppins-medium';
  src: url(../fonts/Poppins-Medium.ttf);
}

a:hover,
a:focus {
  text-decoration: none !important;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 500;
  font-family: "poppins-medium";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #2F2F2F;
  font-family: "poppins-medium";
}

p {
  margin: 0;
  color: #2F2F2F;
  font-family: "poppins-medium";
}

input,
textarea,
a,
button {
  outline: none !important;
  font-family: "poppins-medium";
}

body {
  font-family: "poppins-medium";
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #5C28D9;
}

a:hover {
  color: #5C28D9;
}

h2 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

a {
  text-decoration: none;
}

body {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #2F2F2F;
}

html[dir="ltr"] body,
html[dir="ltr"] button,
html[dir="ltr"] input,
html[dir="ltr"] optgroup,
html[dir="ltr"] select,
html[dir="ltr"] textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

html[dir="ltr"] .font-bold {
  font-weight: 700;
}

html[dir="ltr"] .font-semi-bold {
  font-weight: 600;
}

html[dir="ltr"] .font-medium {
  font-weight: 500;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] optgroup,
html[dir="rtl"] select,
html[dir="rtl"] textarea {
  font-family: 'Cairo', 'Poppins';
}

html[dir="rtl"] .font-medium {
  font-weight: 500;
}

html[dir="rtl"] .font-semi-bold {
  font-weight: 600;
}

html[dir="rtl"] .font-bold {
  font-weight: 700;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #2F2F2F;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
}

.form-control {
  height: 45px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #283946;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #5C28D9;
}

textarea.form-control {
  height: auto;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.bg-primary {
  background-color: #5C28D9 !important;
}

.text-primary {
  color: #5C28D9 !important;
}

.border-primary {
  border-color: #5C28D9 !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

::-ms-input-placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

::placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #C2C8DD !important;
  font-size: 14px !important;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol.symbol-20>img {
  width: 20px;
  max-width: 20px;
  height: 20px;
}

.symbol.symbol-25>img {
  width: 25px;
  max-width: 25px;
  height: 25px;
}

.symbol.symbol-30>img {
  width: 30px;
  max-width: 30px;
  height: 30px;
}

.symbol.symbol-40>img {
  width: 40px;
  max-width: 40px;
  height: 40px;
}

.symbol.symbol-50>img {
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.symbol.symbol-60>img {
  width: 60px;
  max-width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .symbol.symbol-60>img {
    width: 30px;
    height: 30px;
  }
}

.symbol.symbol-70>img {
  width: 70px;
  max-width: 70px;
  height: 70px;
}

@media (max-width: 991px) {
  .symbol.symbol-70>img {
    width: 40px;
    height: 40px;
  }
}

.symbol.symbol-80>img {
  width: 80px;
  max-width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .symbol.symbol-80>img {
    width: 50px;
    height: 50px;
  }
}

.symbol.symbol-90>img {
  width: 90px;
  max-width: 90px;
  height: 90px;
}

@media (max-width: 991px) {
  .symbol.symbol-90>img {
    width: 60px;
    height: 60px;
  }
}

.symbol.symbol-100>img {
  width: 100px;
  max-width: 100px;
  height: 100px;
}

@media (max-width: 991px) {
  .symbol.symbol-100>img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-120>img {
  width: 120px;
  max-width: 120px;
  height: 120px;
}

@media (max-width: 991px) {
  .symbol.symbol-120>img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-130>img {
  width: 130px;
  max-width: 130px;
  height: 130px;
}

@media (max-width: 991px) {
  .symbol.symbol-120>img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-140>img {
  width: 140px;
  max-width: 140px;
  height: 140px;
}

@media (max-width: 991px) {
  .symbol.symbol-120>img {
    width: 70px;
    height: 70px;
  }
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  background-color: #5C28D9;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.bg-gray {
  background-color: #F6F6F6 !important;
}

.text-dark {
  color: #000000 !important;
}

.text-green {
  color: #07E1C6 !important;
}

.bg-light {
  background-color: #F7FAFD !important;
}

.text-gray {
  color: #7E7E7E !important;
}

.text-red {
  color: #FF5D5D !important;
}

.rounded-50 {
  border-radius: 50px;
}

.rounded-60 {
  border-radius: 60px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-25 {
  border-radius: 25px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.border {
  border-color: #D6DAE8 !important;
}

.border-bottom {
  border-color: #D6DAE8 !important;
}

.border-top {
  border-color: #D6DAE8 !important;
}

.border-start {
  border-color: #D6DAE8 !important;
}

.border-end {
  border-color: #D6DAE8 !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15) !important;
}

.cursor-text {
  cursor: text;
}

@media (min-width: 992px) {
  .section-content {
    padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-content {
    padding: 25px 0px;
  }
}

@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #D6DAE8 !important;
  }
}

@media (max-width: 991px) {
  .border-none-mobile {
    border: 0px !important;
  }
}

.icon.icon-15 img {
  max-width: 15px;
}

.icon.icon-20 img {
  max-width: 20px;
}

.icon.icon-25 img {
  max-width: 25px;
}

.icon.icon-30 img {
  max-width: 30px;
}

.icon.icon-40 img {
  max-width: 40px;
}

.icon.icon-50 img {
  max-width: 50px;
}

.icon.icon-60 img {
  max-width: 60px;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

html[dir="ltr"] .input-icon.right .form-control {
  padding-right: 45px;
}

html[dir="ltr"] .input-icon.right .icon {
  right: 15px;
}

html[dir="ltr"] .input-icon.left .form-control {
  padding-left: 45px;
}

html[dir="ltr"] .input-icon.left .icon {
  left: 15px;
}

html[dir="rtl"] .input-icon.right .form-control {
  padding-left: 45px;
}

html[dir="rtl"] .input-icon.right .icon {
  left: 15px;
}

html[dir="rtl"] .input-icon.left .form-control {
  padding-right: 45px;
}

html[dir="rtl"] .input-icon.left .icon {
  right: 15px;
}

.text-green {
  color: #28A745 !important;
}

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

.label {
  display: inline-block;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 4px;
}

.label-progress {
  background-color: #F2CB4A;
}

.text-yellow {
  color: #FBCB2B !important;
}

.btn {
  padding: 11px 50px;
  font-size: 16px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    padding: 8px 30px;
  }
}

.btn-primary {
  color: #fff;
  background: #5C28D9;
  background: linear-gradient(125deg, #5C28D9 0%, #645EFF 100%);
  border: 0;
  background-size: 300% 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-outline-white {
  color: #FFF;
  border: 1px solid #FFF;
}

.btn-black {
  background-color: #2F2F2F;
  color: #FFF;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.btn-black:hover {
  background-color: #000;
  color: #FFF;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  font-weight: 500;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #D6DAE8;
  padding: 12px 16px;
  font-size: 14px;
  color: #0A0E1C !important;
  height: 46px;
  border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #0A0E1C !important;
}

.bootstrap-select.select-small>.dropdown-toggle {
  padding: 10px 16px;
  height: 44px;
}

.bootstrap-select.rounded-10>.dropdown-toggle {
  border-radius: 10px;
}

.bootstrap-select.text-gray>.dropdown-toggle.bs-placeholder {
  color: #C2C8DD !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #fff !important;
  border-color: #5C28D9 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
  color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
  content: unset;
}

.bootstrap-select .dropdown-toggle::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 pro";
  font-size: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #212529;
  font-size: 14px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  text-align: left;
  padding: 0.4rem 1.5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 2px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #35498E !important;
  background-color: #EAECF3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #5C28D9 !important;
  -webkit-box-shadow: 0px 2px 10.45px 0.55px #42424214;
  box-shadow: 0px 2px 10.45px 0.55px #42424214;
}

.dropdown-menu {
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 32px #0000001f;
  box-shadow: 0px 3px 32px #0000001f;
  border: 0px solid #dddddd80;
  text-align: right;
  min-width: 208px;
  -webkit-animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .4s ease-out 1;
  animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .4s ease-out 1;
}

.dropdown-menu.dropdown-lg {
  min-width: 350px;
  max-width: 100%;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bootstrap-select.bg-transparent .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select>.dropdown-toggle.btn-primary {
  background-color: #6d4bd7 !important;
  border: 1px solid #6d4bd7 !important;
  color: #ffffff !important;
}

.bootstrap-select>.dropdown-toggle.btn-primary:before {
  color: #FFF;
}

@media (max-width: 992px) {
  .dropdown-lang {
    padding: 0px 20px;
    width: 70%;
  }

  .main-header {
    padding: 10px 0px;
    position: relative;
    background-color: #fff;
  }

  .main-header .menu-nav {
    margin-bottom: 10px;
  }

  .main-header .logo img {
    max-height: 35px;
  }

  .main-header .btn-outline-primary {
    padding: 10px;
    width: 100%;
  }

  .header-mobile__toolbar {
    color: #000;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important;
  }

  .active-body {
    overflow: hidden;
  }

  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
  }

  .mobile-menu-overlay-active {
    visibility: visible;
  }

  .menu--mobile {
    min-width: 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .menu--mobile>.container {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 0px);
  }

  .menu--mobile .list-main-menu {
    width: 100%;
  }

  .menu--mobile .main-menu .menu_item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .menu--mobile .main-menu .menu_item .menu_link {
    color: #707070 !important;
    font-weight: 600;
    padding: 10px 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    position: relative;
  }

  .menu--mobile .main-menu .menu_item .menu_link.active {
    color: #07E1C6;
  }

  .menu--mobile .main-menu .menu_item .btn {
    border-radius: 0px !important;
    width: 100%;
    padding: 10px 30px;
    text-align: start;
  }

  .menu--mobile .main-menu .menu_item .btn.btn-outline-white {
    color: #000;
    border: 1px solid #000;
  }

  .btn-close-header-mobile {
    color: #000;
    cursor: pointer;
  }

  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.m-checkbox {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
}

@media (max-width: 991px) {
  .m-checkbox {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.m-checkbox .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #666666;
  background-color: #FFF;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .m-checkbox .checkmark {
    width: 16px;
    height: 16px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.m-checkbox input:checked~.checkmark {
  border-color: #5C28D9;
}

.m-checkbox input:checked~.checkmark:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #5C28D9;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  font-weight: bold;
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  font-size: 12px;
}

@media (max-width: 991px) {
  .m-checkbox .checkmark:after {
    width: 8px;
    height: 8px;
  }
}

.m-radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
}

@media (max-width: 991px) {
  .m-radio {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.m-radio .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #5C28D9;
}

@media (max-width: 991px) {
  .m-radio .checkmark {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* Hide the browser's default radio */
.m-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Show the checkmark when checked */
.m-radio input:checked~.checkmark {
  border-color: #5C28D9;
}

.m-radio input:checked~.checkmark:after {
  opacity: 1;
}

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "";
  width: 8px;
  height: 8px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #5C28D9;
}

html[dir="rtl"] .m-checkbox {
  padding-right: 25px;
}

html[dir="rtl"] .m-checkbox .checkmark {
  right: 0px;
}

html[dir="rtl"] .m-radio {
  padding-right: 25px;
}

html[dir="rtl"] .m-radio .checkmark {
  right: 0px;
}

html[dir="ltr"] .m-checkbox {
  padding-left: 25px;
}

html[dir="ltr"] .m-checkbox .checkmark {
  left: 0px;
}

html[dir="ltr"] .m-radio {
  padding-left: 25px;
}

html[dir="ltr"] .m-radio .checkmark {
  left: 0px;
}

@media (min-width: 992px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 15px;
    right: 0;
    width: 100%;
    position: absolute;
    height: 100px;
    z-index: 3;
    background-color: #fff;
  }

  .main-header.internal {
    background: url(../images/bg-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .main-header .logo img {
    max-height: 85px;
  }

  .main-header .menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .main-header .menu-container {
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item {
    display: inline-block;
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 45px;
    position: relative;
    color: #000;
    margin: 0px 13px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:hover,
  .main-header .menu-container .main-menu .menu_item .menu_link.active {
    color: #07E1C6;
  }

  .main-header .menu-container .main-menu .menu_item .btn {
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 15px;
  }

  .main-header .menu-container .main-menu .menu_item .btn:hover {
    color: #FFF;
    background-color: #5C28D9;
    border-color: #5C28D9;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.active {
    color: #000;
    font-weight: bold;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:hover {
    color: #5C28D9;
  }

  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link:hover {
    background-color: #b8b8b81c;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px;
  }
}

.dropdown.dropdown-lang .dropdown-menu {
  min-width: 138px;
}

.dropdown-lg .dropdown-menu {
  min-width: 400px;
}

@media (max-width: 567px) {
  .dropdown-lg .dropdown-menu {
    min-width: 300px;
  }
}

.main-header .menu-container .main-menu .dropdown .menu_link {
  border-radius: 6px;
  border: 1px solid #000;
  color: #000;
}

@media (min-width: 992px) {
  .main-header .menu-container .main-menu .dropdown .menu_link {
    padding: 9px 20px;
    line-height: 1.5;
  }
}

.main-header .menu-container .main-menu .dropdown .menu_link::before {
  content: unset !important;
}

.main-header .menu-container .main-menu .dropdown .menu_link.show,
.main-header .menu-container .main-menu .dropdown .menu_link:hover {
  border-color: #5C28D9;
}

.main-header .menu-container .main-menu .dropdown .dropdown-menu {
  border-radius: 8px;
}

.main-header .menu-container .main-menu .dropdown .dropdown-menu .dropdown-item {
  font-weight: 500;
  padding: 0.6rem 1.1rem;
  color: #707070;
}

.main-header .menu-container .main-menu .dropdown .dropdown-menu .dropdown-item.active {
  color: #0A0E1C !important;
}

@media (max-width: 991px) {
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .main-header .menu-container .main-menu.menu-tools .symbol {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}

@media (min-width: 992px) {

  .main-header .menu-container .main-menu .menu_item .menu_link.active::before {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .main-header .menu-container .main-menu .menu_item .menu_link::before {
    position: absolute;
    content: "";
    /* bottom: 0; */
    top: -28px;
    inset-inline-start: 0;
    width: 0;
    background-color: #5C28D9;
    height: 3.5px;
    transition: width 0.2s ease-in-out;
  }
}


@media (min-width: 1600px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.section {
  padding: 50px 0px;
}


.section-home .image-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section-home .image-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-home .swiper-slide {
  position: relative;
}

@media (min-width: 992px) {
  .section-home .swiper-slide {
    padding: 200px 0px 40px;
  }

  .section-home .swiper-home {
    height: 600px;
  }
}


.section-home .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(69%, #33333333), to(rgba(34, 34, 34, 0.85)));
  background: linear-gradient(180deg, #ffffff00 0%, #33333333 69%, rgba(34, 34, 34, 0.85) 100%);
}

.section-home .swiper-slide .home-content {
  position: relative;
  z-index: 1;
}

.section-home .swiper-slide .home-content .home-title,
.section-home .swiper-slide .home-content .home-text {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
  .section-home .swiper-slide {
    padding: 100px 0px 50px;
  }
}

.section-home .home-title {
  color: #003764;
}

@media (min-width: 992px) {
  .section-home .home-title {
    font-size: 44px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .section-home .home-title {
    font-size: 24px;
  }
}

.section-home .home-text {
  color: #718BA1;
}

@media (min-width: 992px) {
  .section-home .home-text {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .home-text {
    font-size: 20px;
  }
}

.section-home .btn {
  padding: 12px 40px;
  font-size: 22px;
  -webkit-box-shadow: 4px 10px 70px rgba(255, 255, 255, 0.45);
  box-shadow: 4px 10px 70px rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
  .section-home .btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.section-home .home-title,
.section-home .home-text,
.section-home .home-action,
.section-home .home-image,
.section-home .action-swiper {
  opacity: 0;
}

.section-home .home-title {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.section-home .home-text {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.section-home .home-action {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.section-home .home-image {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.section-home .home-image img {
  border-radius: 300px 0px 0px 300px;
}

.section-home .action-swiper {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.swiper-slide.swiper-slide-active .home-title,
.swiper-slide.swiper-slide-active .home-text,
.swiper-slide.swiper-slide-active .home-action,
.swiper-slide.swiper-slide-active .home-image,
.swiper-slide.swiper-slide-active .action-swiper {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-home {
  position: relative;
}

.section-home .swiper-home .swiper-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  width: auto;
  bottom: 30px;
  left: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html[dir='rtl'] .section-home .swiper-home .swiper-pagination {
  left: unset;
  right: 150px;

}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination {
    /* inset-inline-end: 100px; */
    /* bottom: 50px; */
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination {
    /* inset-inline-end: 20px; */
    /* bottom: 20px; */
  }
}

.section-home .swiper-home .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.34);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 30px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    left: 10px;
    bottom: 10px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
  width: 16px;
  height: 16px;
}



.title-section {
  font-family: "poppins-medium";
}

@media (min-width: 992px) {
  .title-section {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .title-section {
    font-size: 26px;
  }
}

.widget__item-info {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  height: 260px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .widget__item-info {
    height: auto;
  }
}

.widget__item-info .widget__item-title {
  font-weight: 550;
}

.widget__item-info:hover {
  background: linear-gradient(125deg, #5C28D9 0%, #645EFF 100%);
}

.widget__item-info:hover .widget__item-number {
  color: #fff !important;
}

.widget__item-info:hover .widget__item-title,
.widget__item-info:hover p,
.widget__item-info:hover .widget__item-text,
.widget__item-info:hover p {

  color: #fff !important;
}

.widget__item-info .widget__item-text,
.widget__item-info:hover p {
  font-size: 16px;
}

.widget__item-info:hover .widget__item-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.section-video {
  background: url(../images/bg-video.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .section-video {
    height: 500px;
    padding-top: 30px;
  }
}

.video .btn-video-icon {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(125deg, #5C28D9 0%, #645EFF 100%);
  background-color: #fff;
  font-size: 18px;
  /* margin: 150px auto; */
  margin: 60px auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 40px;
}

.video.video-2 .btn-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.image-video {
  width: 100%;
  height: 290px;
}

.ripple::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #cfe0fa;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

.ripple::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #cfe0fa;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.19, 1.19, 1.45);
    transform: scale3d(1.19, 1.19, 1.45);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(1.95, 1.95, 1.19);
    transform: scale3d(1.95, 1.95, 1.19);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.19, 1.19, 1.45);
    transform: scale3d(1.19, 1.19, 1.45);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(1.95, 1.95, 1.19);
    transform: scale3d(1.95, 1.95, 1.19);
  }
}


.section-contact {
  background-color: #F6F5FA;
}

.section-contact .form-control {
  background-color: #fff;
  border-radius: 30px;
}

.section-contact .form-control::-webkit-input-placeholder {
  color: #8E8E8E !important;
}

.section-contact .form-control:-ms-input-placeholder {
  color: #8E8E8E !important;
}

.section-contact .form-control::-ms-input-placeholder {
  color: #8E8E8E !important;
}

.section-contact .form-control::placeholder {
  color: #8E8E8E !important;
}

.font-neo {
  font-family: "poppins-medium";
}

.btn-rotate {
  margin-bottom: 40px;
}

.font-size-12 {
  font-size: 12px !important;
}

.profile .btn-outline-white:hover {
  background: linear-gradient(125deg, #488ef7 0%, #24477c 160%);
  color: #fff;
}

.btn-contact {
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 13px 20px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-contact:hover {
  background: #488ef7;
  color: #fff;
}

.social--media li a {
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social--media li a:hover {
  background-color: #dfdfdf;
}

.btn-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #D8D8D8;
  border-radius: 50%;
  background-color: #FFF;
}

@media (max-width: 991px) {
  .image-mobile {
    max-height: 200px;
  }
}

#map {
  width: 100%;
  height: 500px;
}

#ModalMap .avatar {
  margin-top: -55px;
  border: 5px solid #FFF;
  border-radius: 50%;
}

.ft-container {
  position: absolute;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}

.ft-controls {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ft-scaler {
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.ft-scaler-top {
  top: 0%;
}

.ft-scaler-mid {
  top: 50%;
}

.ft-scaler-bottom {
  top: 100%;
}

.ft-scaler-left {
  left: 0%;
}

.ft-scaler-center {
  left: 50%;
}

.ft-scaler-right {
  left: 100%;
}

.ft-bounds {
  position: absolute;
  border: 1px dashed #ccc;
}

.ft-rotator {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("./rotate_ccw.png");
}

.matrex {
  border-radius: 15px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .matrex {
    width: 450px;
    margin: 10px auto;
  }
}

.matrex .matrex-title {
  min-width: 80px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #FFF;
}

.ft-scaler {
  cursor: ew-resize;
}

.main-footer {
  background-color: #5C28D9;
}

@media (max-width: 991px) {
  .main-footer {
    padding: 30px 0px 20px;
  }
}

@media (min-width: 992px) {
  .main-footer {
    padding: 50px 0px 40px;
  }
}

@media (max-width: 991px) {
  .main-footer .logo img {
    max-height: 45px;
  }
}

.main-footer .link-footer a {
  color: #fff;
  display: inline-block;
  padding: 5px 0px;
  position: relative;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.main-footer .link-footer a:hover {
  color: #5C28D9 !important;
}

@media (max-width: 991px) {
  .main-footer .link-footer li:not(:last-of-type) {
    margin: 0px 10px;
  }

  .main-footer .link-footer li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .main-footer .link-footer li a {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media li a {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin: 0px 2px;
  color: #5c28d9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.social-media li a i {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.social-media li:not(:last-of-type) {
  margin-right: 10px;
}

.social-media li a:hover {
  color: #fff;
  background-color: #5C28D9;
}

html[dir="rtl"] .social-media li:not(:last-of-type) {
  margin-left: 10px;
  margin-right: 0;
}

.qr-code {
  background-color: #FFF;
  width: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qr-code img {
  max-height: 90px;
}

@media (max-width: 991px) {
  .section {
    padding: 30px 0px;
  }

  h2 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 13px;
  }

  h6 {
    font-size: 12px;
  }

  .title-section {
    font-size: 22px;
  }

  .main-header .dropdown-menu {
    min-width: 100% !important;
  }

  .main-header .list-menu-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-header .list-menu-account .dropdown,
  .main-header .list-menu-account .dropend,
  .main-header .list-menu-account .dropstart,
  .main-header .list-menu-account .dropup {
    position: static;
  }
}

html[dir="ltr"] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 20px;
}

html[dir="ltr"] .dropdown-menu {
  text-align: left;
}

html[dir="ltr"] .me-0 {
  margin-right: 0 !important;
}

html[dir="ltr"] .me-1 {
  margin-right: .25rem !important;
}

html[dir="ltr"] .me-2 {
  margin-right: .5rem !important;
}

html[dir="ltr"] .me-3 {
  margin-right: 1rem !important;
}

html[dir="ltr"] .me-4 {
  margin-right: 1.5rem !important;
}

html[dir="ltr"] .me-5 {
  margin-right: 3rem !important;
}

html[dir="ltr"] .me-auto {
  margin-right: auto !important;
}

html[dir="ltr"] .ms-0 {
  margin-left: 0 !important;
}

html[dir="ltr"] .ms-1 {
  margin-left: .25rem !important;
}

html[dir="ltr"] .ms-2 {
  margin-left: .5rem !important;
}

html[dir="ltr"] .ms-3 {
  margin-left: 1rem !important;
}

html[dir="ltr"] .ms-4 {
  margin-left: 1.5rem !important;
}

html[dir="ltr"] .ms-5 {
  margin-left: 3rem !important;
}

html[dir="ltr"] .ms-auto {
  margin-left: auto !important;
}

html[dir="ltr"] .pe-0 {
  padding-right: 0 !important;
}

html[dir="ltr"] .pe-1 {
  padding-right: .25rem !important;
}

html[dir="ltr"] .pe-2 {
  padding-right: .5rem !important;
}

html[dir="ltr"] .pe-3 {
  padding-right: 1rem !important;
}

html[dir="ltr"] .pe-4 {
  padding-right: 1.5rem !important;
}

html[dir="ltr"] .pe-5 {
  padding-right: 3rem !important;
}

html[dir="ltr"] .ps-0 {
  padding-left: 0 !important;
}

html[dir="ltr"] .ps-1 {
  padding-left: .25rem !important;
}

html[dir="ltr"] .ps-2 {
  padding-left: .5rem !important;
}

html[dir="ltr"] .ps-3 {
  padding-left: 1rem !important;
}

html[dir="ltr"] .ps-4 {
  padding-left: 1.5rem !important;
}

html[dir="ltr"] .ps-5 {
  padding-left: 3rem !important;
}

html[dir="ltr"] .text-start {
  text-align: left !important;
}

html[dir="ltr"] .text-end {
  text-align: right !important;
}

@media (min-width: 576px) {
  html[dir="ltr"] .me-sm-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .me-sm-1 {
    margin-right: .25rem !important;
  }

  html[dir="ltr"] .me-sm-2 {
    margin-right: .5rem !important;
  }

  html[dir="ltr"] .me-sm-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .me-sm-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .me-sm-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .ms-sm-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .ms-sm-1 {
    margin-left: .25rem !important;
  }

  html[dir="ltr"] .ms-sm-2 {
    margin-left: .5rem !important;
  }

  html[dir="ltr"] .ms-sm-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .ms-sm-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .ms-sm-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html[dir="ltr"] .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }

  html[dir="ltr"] .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }

  html[dir="ltr"] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .pe-sm-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .pe-sm-1 {
    padding-right: .25rem !important;
  }

  html[dir="ltr"] .pe-sm-2 {
    padding-right: .5rem !important;
  }

  html[dir="ltr"] .pe-sm-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .pe-sm-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .ps-sm-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .ps-sm-1 {
    padding-left: .25rem !important;
  }

  html[dir="ltr"] .ps-sm-2 {
    padding-left: .5rem !important;
  }

  html[dir="ltr"] .ps-sm-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .ps-sm-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .text-sm-start {
    text-align: left !important;
  }

  html[dir="ltr"] .text-sm-end {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  html[dir="ltr"] .me-md-1 {
    margin-right: .25rem !important;
  }

  html[dir="ltr"] .me-md-2 {
    margin-right: .5rem !important;
  }

  html[dir="ltr"] .me-md-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .me-md-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .me-md-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .me-md-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .ms-md-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .ms-md-1 {
    margin-left: .25rem !important;
  }

  html[dir="ltr"] .ms-md-2 {
    margin-left: .5rem !important;
  }

  html[dir="ltr"] .ms-md-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .ms-md-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .ms-md-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .pe-md-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .pe-md-1 {
    padding-right: .25rem !important;
  }

  html[dir="ltr"] .pe-md-2 {
    padding-right: .5rem !important;
  }

  html[dir="ltr"] .pe-md-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .pe-md-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .ps-md-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .ps-md-1 {
    padding-left: .25rem !important;
  }

  html[dir="ltr"] .ps-md-2 {
    padding-left: .5rem !important;
  }

  html[dir="ltr"] .ps-md-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .ps-md-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .text-md-start {
    text-align: left !important;
  }

  html[dir="ltr"] .text-md-end {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  html[dir="ltr"] .me-lg-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .me-lg-1 {
    margin-right: .25rem !important;
  }

  html[dir="ltr"] .me-lg-2 {
    margin-right: .5rem !important;
  }

  html[dir="ltr"] .me-lg-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .me-lg-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .me-lg-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .ms-lg-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .ms-lg-1 {
    margin-left: .25rem !important;
  }

  html[dir="ltr"] .ms-lg-2 {
    margin-left: .5rem !important;
  }

  html[dir="ltr"] .ms-lg-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .ms-lg-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .ms-lg-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .pe-lg-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .pe-lg-1 {
    padding-right: .25rem !important;
  }

  html[dir="ltr"] .pe-lg-2 {
    padding-right: .5rem !important;
  }

  html[dir="ltr"] .pe-lg-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .pe-lg-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .ps-lg-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .ps-lg-1 {
    padding-left: .25rem !important;
  }

  html[dir="ltr"] .ps-lg-2 {
    padding-left: .5rem !important;
  }

  html[dir="ltr"] .ps-lg-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .ps-lg-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .text-lg-start {
    text-align: left !important;
  }

  html[dir="ltr"] .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  html[dir="ltr"] .me-xl-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .me-xl-1 {
    margin-right: .25rem !important;
  }

  html[dir="ltr"] .me-xl-2 {
    margin-right: .5rem !important;
  }

  html[dir="ltr"] .me-xl-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .me-xl-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .me-xl-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .ms-xl-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .ms-xl-1 {
    margin-left: .25rem !important;
  }

  html[dir="ltr"] .ms-xl-2 {
    margin-left: .5rem !important;
  }

  html[dir="ltr"] .ms-xl-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .ms-xl-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .ms-xl-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .pe-xl-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .pe-xl-1 {
    padding-right: .25rem !important;
  }

  html[dir="ltr"] .pe-xl-2 {
    padding-right: .5rem !important;
  }

  html[dir="ltr"] .pe-xl-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .pe-xl-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .ps-xl-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .ps-xl-1 {
    padding-left: .25rem !important;
  }

  html[dir="ltr"] .ps-xl-2 {
    padding-left: .5rem !important;
  }

  html[dir="ltr"] .ps-xl-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .ps-xl-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .text-xl-start {
    text-align: left !important;
  }

  html[dir="ltr"] .text-xl-end {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  html[dir="ltr"] .me-xxl-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .me-xxl-1 {
    margin-right: .25rem !important;
  }

  html[dir="ltr"] .me-xxl-2 {
    margin-right: .5rem !important;
  }

  html[dir="ltr"] .me-xxl-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .me-xxl-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .me-xxl-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .ms-xxl-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  html[dir="ltr"] .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  html[dir="ltr"] .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .ms-xxl-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .pe-xxl-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  html[dir="ltr"] .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  html[dir="ltr"] .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .ps-xxl-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  html[dir="ltr"] .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  html[dir="ltr"] .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .text-xxl-start {
    text-align: left !important;
  }

  html[dir="ltr"] .text-xxl-end {
    text-align: right !important;
  }
}

html[dir="ltr"] .bootstrap-select .dropdown-toggle::before {
  right: 15px;
}

html[dir="ltr"] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: left;
}

html[dir="rtl"] .text-start {
  text-align: right !important;
}

html[dir="rtl"] .text-end {
  text-align: left !important;
}

html[dir="rtl"] .me-0 {
  margin-left: 0 !important;
}

html[dir="rtl"] .me-1 {
  margin-left: 0.25rem !important;
}

html[dir="rtl"] .me-2 {
  margin-left: 0.5rem !important;
}

html[dir="rtl"] .me-3 {
  margin-left: 1rem !important;
}

html[dir="rtl"] .me-4 {
  margin-left: 1.5rem !important;
}

html[dir="rtl"] .me-5 {
  margin-left: 3rem !important;
}

html[dir="rtl"] .me-auto {
  margin-left: auto !important;
}

html[dir="rtl"] .ms-0 {
  margin-right: 0 !important;
}

html[dir="rtl"] .ms-1 {
  margin-right: 0.25rem !important;
}

html[dir="rtl"] .ms-2 {
  margin-right: 0.5rem !important;
}

html[dir="rtl"] .ms-3 {
  margin-right: 1rem !important;
}

html[dir="rtl"] .ms-4 {
  margin-right: 1.5rem !important;
}

html[dir="rtl"] .ms-5 {
  margin-right: 3rem !important;
}

html[dir="rtl"] .ms-auto {
  margin-right: auto !important;
}

html[dir="rtl"] .pe-0 {
  padding-left: 0 !important;
}

html[dir="rtl"] .pe-1 {
  padding-left: 0.25rem !important;
}

html[dir="rtl"] .pe-2 {
  padding-left: 0.5rem !important;
}

html[dir="rtl"] .pe-3 {
  padding-left: 1rem !important;
}

html[dir="rtl"] .pe-4 {
  padding-left: 1.5rem !important;
}

html[dir="rtl"] .pe-5 {
  padding-left: 3rem !important;
}

html[dir="rtl"] .ps-0 {
  padding-right: 0 !important;
}

html[dir="rtl"] .ps-1 {
  padding-right: 0.25rem !important;
}

html[dir="rtl"] .ps-2 {
  padding-right: 0.5rem !important;
}

html[dir="rtl"] .ps-3 {
  padding-right: 1rem !important;
}

html[dir="rtl"] .ps-4 {
  padding-right: 1.5rem !important;
}

html[dir="rtl"] .ps-5 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  html[dir="rtl"] .me-sm-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .me-sm-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .me-sm-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .me-sm-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .ms-sm-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .ms-sm-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .ms-sm-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .ms-sm-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .pe-sm-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .pe-sm-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .pe-sm-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  html[dir="rtl"] .ps-sm-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .ps-sm-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .ps-sm-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .text-sm-start {
    text-align: right !important;
  }

  html[dir="rtl"] .text-sm-end {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  html[dir="rtl"] .me-md-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .me-md-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .me-md-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .me-md-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .me-md-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .me-md-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .me-md-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .ms-md-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .ms-md-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .ms-md-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .pe-md-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .pe-md-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .pe-md-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .ps-md-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .ps-md-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .ps-md-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .text-md-start {
    text-align: right !important;
  }

  html[dir="rtl"] .text-md-end {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .me-lg-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .me-lg-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .me-lg-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .me-lg-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .ms-lg-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .ms-lg-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .ms-lg-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .ms-lg-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .pe-lg-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .pe-lg-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .pe-lg-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .ps-lg-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .ps-lg-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .text-lg-start {
    text-align: right !important;
  }

  html[dir="rtl"] .text-lg-end {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .me-xl-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .me-xl-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .me-xl-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .me-xl-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .ms-xl-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .ms-xl-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .ms-xl-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .ms-xl-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .pe-xl-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .pe-xl-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .pe-xl-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .ps-xl-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .ps-xl-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .ps-xl-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .text-xl-start {
    text-align: right !important;
  }

  html[dir="rtl"] .text-xl-end {
    text-align: left !important;
  }
}

@media (min-width: 1400px) {
  html[dir="rtl"] .me-xxl-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .me-xxl-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .me-xxl-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .me-xxl-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .ms-xxl-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .ms-xxl-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .pe-xxl-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .pe-xxl-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .ps-xxl-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
}

html[dir="rtl"] .bootstrap-select .dropdown-toggle::before {
  left: 15px;
}

html[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

html[dir="rtl"] .dropdown-menu .dropdown-item {
  text-align: right;
}

@media (max-width: 991px) {
  html[dir="rtl"] .menu--mobile {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  html[dir="rtl"] .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

html[dir="rtl"] .tab-lang li:not(:last-of-type) {
  margin-left: 12px;
  margin-right: 0px;
}

@media (min-width: 992px) {
  html[dir="rtl"] .main-header .menu-container .main-menu.list-main-menu .menu_item .menu_link::before {
    right: 0;
    left: auto;
  }
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-next .fa-chevron-right:before {
  content: "\f053";
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-prev .fa-chevron-left:before {
  content: "\f054";
}

html[dir="rtl"] .menu--mobile .main-menu .menu_item .btn {
  text-align: right;
}

html[dir="rtl"] .border-end {
  border-left: 1px solid;
  border-right: 0 !important;
}

html[dir="rtl"] .border-start {
  border-right: 1px solid;
  border-left: 0 !important;
}

html[dir="rtl"] .main-chat_content .main-chat_header {
  border-radius: 10px 0px 0px 0px;
}

html[dir="rtl"] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
html[dir="rtl"] .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[dir="rtl"] .select-country.bootstrap-select>.dropdown-toggle {
  border-radius: 0 3px 3px 0;
}

html[dir="rtl"] .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  html[dir="rtl"] .offset-lg-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
}



.rotate {
  transform: rotate(-16deg);
}




.btn-p-lg {
  padding: 10px 45px;

}

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

.section-about-us .description-text {
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
}

@media (min-width: 992px) {

  .section-about-us .image-about {
    max-width: 550px;
  }
}

.w-200px {
  width: 200px;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.line-height-25 {
  line-height: 25px;
}

.btn-rounded {
  border-radius: 100px;
}

.section-home .swiper-home .swiper-pagination-bullet {
  margin: 5px;
}

.widget__item-swiperImage {
  position: relative;
  display: block;
}

.widget__item-swiperImage .widget__item-image {
  position: relative;
  height: 0;
  padding-top: 68%;
}

.widget__item-swiperImage .widget__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  /* object-fit: contain; */
  border-radius: 6px;
}

.nav-pills-swiper {
  border-bottom: 1px solid #bcbcbc;
}

.nav-pills-swiper .nav-item:not(:last-of-type) {
  margin-inline-end: 50px;
}

.nav-pills-swiper .nav-item .nav-link {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 18px;
  padding: 15px 0;
  color: #000;
}

.nav-pills-swiper .nav-item .nav-link.active {
  color: #5C28D9;
  border-color: #5C28D9;
}

.swiper--pagination2 {
  display: none;
}

.swiper--pagination1 .swiper-pagination-bullet,
.swiper--pagination2 .swiper-pagination-bullet {
  margin: 0px 2px 3px;
}

.swiper-pagination-bullet {
  background-color: #5C28D9;
  opacity: .2;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}

html[dir="rtl"] .fa-chevron-left:before {
  content: "\f054";
}

html[dir="rtl"] .fa-chevron-right:before {
  content: "\f053";
}

.application-interfaces-swiper .widget__item-image {
  height: 320px;
}

@media (max-width: 992px) {
  .widget__item-swiperImage .widget__item-image img {
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .footer-logo {
    width: 170px;
  }

}