:root {
  --background: #ffffff;
  --foreground: #171717;
  --primery_color: #db2935;
  --hover-color: #732057;
  --font-Noto-sans: "Noto Sans", sans-serif;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Black.eot");
  src: url("../fonts/NotoSans-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-Black.woff2") format("woff2"),
    url("../fonts/NotoSans-Black.woff") format("woff"),
    url("../fonts/NotoSans-Black.ttf") format("truetype"),
    url("../fonts/NotoSans-Black.svg#NotoSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-ExtraBold.eot");
  src: url("../fonts/NotoSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/NotoSans-ExtraBold.woff") format("woff"),
    url("../fonts/NotoSans-ExtraBold.ttf") format("truetype"),
    url("../fonts/NotoSans-ExtraBold.svg#NotoSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.eot");
  src: url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-Bold.woff2") format("woff2"),
    url("../fonts/NotoSans-Bold.woff") format("woff"),
    url("../fonts/NotoSans-Bold.ttf") format("truetype"),
    url("../fonts/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Medium.eot");
  src: url("../fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-Medium.woff2") format("woff2"),
    url("../fonts/NotoSans-Medium.woff") format("woff"),
    url("../fonts/NotoSans-Medium.ttf") format("truetype"),
    url("../fonts/NotoSans-Medium.svg#NotoSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-ExtraLight.eot");
  src: url("../fonts/NotoSans-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NotoSans-ExtraLight.woff2") format("woff2"),
    url("../fonts/NotoSans-ExtraLight.woff") format("woff"),
    url("../fonts/NotoSans-ExtraLight.ttf") format("truetype"),
    url("../fonts/NotoSans-ExtraLight.svg#NotoSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Light.eot");
  src: url("../fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-Light.woff2") format("woff2"),
    url("../fonts/NotoSans-Light.woff") format("woff"),
    url("../fonts/NotoSans-Light.ttf") format("truetype"),
    url("../fonts/NotoSans-Light.svg#NotoSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-SemiBold.eot");
  src: url("../fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-SemiBold.woff2") format("woff2"),
    url("../fonts/NotoSans-SemiBold.woff") format("woff"),
    url("../fonts/NotoSans-SemiBold.ttf") format("truetype"),
    url("../fonts/NotoSans-SemiBold.svg#NotoSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Thin.eot");
  src: url("../fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-Thin.woff2") format("woff2"),
    url("../fonts/NotoSans-Thin.woff") format("woff"),
    url("../fonts/NotoSans-Thin.ttf") format("truetype"),
    url("../fonts/NotoSans-Thin.svg#NotoSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.eot");
  src: url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSans-Regular.woff2") format("woff2"),
    url("../fonts/NotoSans-Regular.woff") format("woff"),
    url("../fonts/NotoSans-Regular.ttf") format("truetype"),
    url("../fonts/NotoSans-Regular.svg#NotoSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  max-width: 100vw;
}

html {
  overflow-x: hidden;
}

body {
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 150%;
  font-family: var(--font-Noto-sans);
  font-weight: normal;
}

/* .container_1200{ max-width: 1200px !important;} */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

*:active {
  -webkit-tap-highlight-color: transparent;
}

div,
button,
span,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

div:active,
button:active,
span:active,
li:active {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

a:active {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: 100%;
  /* max-width: calc(1314px + 6%);
  padding-left: 3%;
  padding-right: 3%; */
  margin: 0 auto;
  max-width: 1200px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Noto-sans);
  margin: 0;
  line-height: 100%;
  font-weight: 400;
  color: #080808;
}

button,
input,
textarea {
  font-family: var(--font-Noto-sans);
  font-size: 16px;
}

textarea {
  width: 100%;
  /* resize: none; */
  display: block;
}

button {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
}

p {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
}

input:focus {
  outline: none;
}

a:focus {
  outline: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #ffffff;
  background: #dc2a34;
}

/* ------------------button-------------- */
.primary_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: #dc2a34;
  border-radius: 50px;
  padding: 15px 25px 15px 25px;
  /* text-transform: capitalize; */
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition: 0.7s background-color ease;
  min-width: 160px;
}

.primary_button:hover {
  background: #393d40;
}

.primary_button.icon_btn {
  gap: 10px;
  overflow: hidden;
}

.header .nav.open {
  top: 0;
  display: flex;
  background: #fff;
}

.primary_button.icon_btn span {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/download-btn_icon.svg);
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.primary_button.icon_btn:hover span {
  background-position: 0 -32px;
}

/* ----------slick slider ----------- */
.testi_swipper_wrapper .slick-list {
  overflow: visible !important;
}

/* .testi_swipper_wrapper .slick-slide.slick-active {
  padding: 0;
} */

.testi_swipper_wrapper .slick-next,
.testi_swipper_wrapper .slick-prev {
  position: absolute;
  top: 50%;
  width: 61px;
  height: 61px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #db2935;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 3;

  span {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    transition: all 0.7s ease;
  }
}

.testi_swipper_wrapper .slick-next::before,
.testi_swipper_wrapper .slick-prev::before {
  display: none;
}

.testi_swipper_wrapper .slick-next:hover,
.testi_swipper_wrapper .slick-prev:hover {
  background-color: #db2935;
  color: #ffffff;
}

.testi_swipper_wrapper .slick-next {
  inset-inline-end: 0;
  transform: translate(50%, -50%);

  span {
    background-image: url("/images/slider_next_arrow.png");
    background-position: 0px center;
  }
}

.testi_swipper_wrapper .slick-next:hover {
  span {
    background-position: -37px center;
  }
}

.testi_swipper_wrapper .slick-prev {
  inset-inline-start: 0;
  transform: translate(-50%, -50%);

  span {
    background-image: url("/images/slider_prev_arrow.svg");
    background-position: -37px center;
  }
}

.testi_swipper_wrapper .slick-prev:hover {
  span {
    background-position: 0px center;
  }
}

/* -----------input --------------- */
.input_wrapper {
  width: 100%;
  position: relative;
}

.input_wrapper input {
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 51px;
  border-radius: 30px;
  padding: 10px 23px;
  transition: 0.4s all ease;
  color: gray !important;
}

.input_wrapper textarea {
  border: 1px solid #e3e3e3;
  outline: none !important;
  padding: 10px 20px;
  border-radius: 10px;
  min-height: 180px;
  color: gray !important;
}

.input_wrapper input::placeholder,
.input_wrapper textarea::placeholder {
  color: rgba(57, 61, 64, 0.5);
}

.input_wrapper textarea:focus {
  border: solid 1px #dc2a34;
}

/* --------------input feild---------- */
.input_feild {
  height: 50px;
  background: #ffffff;
  padding: 10px 25px;
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  color: #393d40;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.31px;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.input_area {
  height: 140px;
  padding: 10px 25px;
  border: 1px solid transparent;
  outline: none;
  color: #393d40;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.31px;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.input_feild::-webkit-input-placeholder,
.input_area::-webkit-input-placeholder {
  color: #828282;
}

.input_feild:hover,
.input_feild:focus,
.input_area:hover,
.input_area:focus {
  border: 1px solid #dc2a34;
}

/* ------------------select--------------- */
/*------------------ select------------------- */
.css-13cymwt-control {
  outline: none;
}

.css-t3ipsp-control:hover {
  box-shadow: none !important;
}

.css-1u9des2-indicatorSeparator {
  display: none !important;
}

.css-1nmdiq5-menu {
  display: block !important;
}

.css-13cymwt-control,
.css-t3ipsp-control {
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  min-height: 50px !important;
  transition: 0.4s all ease-in-out;
}

.css-13cymwt-control:hover {
  outline: none !important;
  border: 1px solid #dc2a34 !important;
}

.css-t3ipsp-control.__control--menu-is-open {
  border: 1px solid #dc2a34 !important;
}

.css-t3ipsp-control:hover {
  box-shadow: none !important;
}

.css-1jqq78o-placeholder {
  font-size: 15px !important;
  color: #393d40 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.css-1dimb5e-singleValue {
  font-size: 15px !important;
}

.css-1nmdiq5-menu {
  font-size: 15px !important;
}

.css-hlgwow {
  padding: 2px 10px 2px 20px !important;
}

.css-tj5bde-Svg path {
  fill: #353535;
}

.custom-select .__indicator {
  padding-inline-end: 20px;
  pointer-events: none;
}

.up_arrow svg {
  transform: rotate(-180deg);
}

.custom-select.css-1sczwl {
  z-index: 97;
}

.input_wrapper .css-13cymwt-control,
.input_wrapper .css-t3ipsp-control {
  border: 1px solid #e3e3e3 !important;
  border-radius: 30px !important;
}

.input_wrapper.border_10 .css-13cymwt-control,
.input_wrapper.border_10 .css-t3ipsp-control {
  border: 1px solid #e3e3e3 !important;
  border-radius: 10px !important;
}

.input_wrapper .css-1jqq78o-placeholder {
  color: rgba(57, 61, 64, 0.5) !important;
}

.bg_select .bg_select_wrap .coselect .css-13cymwt-control,
.bg_select .bg_select_wrap .coselect .css-t3ipsp-control {
  background-color: #f1f1f1 !important;
}

.bg_select .bg_select_wrap .coselect .css-1jqq78o-placeholder {
  color: #949698 !important;
}

/* ===========date picker =========== */
.input_wrapper .date-picker-input {
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 51px;
  border-radius: 10px;
  padding: 10px 23px;
  transition: 0.4s all ease;
}

.input_wrapper .react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background-color: #dc2a34 !important;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: rgba(220, 42, 52, 0.3) !important;
}

.expert_swipper .slider_image {
  height: 320px !important;
}

.date_picker .react-datepicker-wrapper {
  position: relative;
}

.date_picker .react-datepicker-wrapper::after {
  content: "";
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url(/images/date_icon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 1500px) {
  #font_size {
    font-size: 95%;
  }

  body {
    font-size: 14px;
    line-height: 150%;
  }

  button,
  input,
  textarea {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 150%;
  }

  .primary_button {
    height: 45px;
    padding: 15px 25px 15px 25px;
    font-size: 14px;
    line-height: 22px;
    min-width: 150px;
  }

  .testi_swipper_wrapper .slick-next,
  .testi_swipper_wrapper .slick-prev {
    width: 55px;
    height: 55px;
  }

  .input_feild {
    height: 45px;
  }

  .input_wrapper > input {
    height: 45px;
  }

  .input_wrapper .date-picker-input {
    height: 45px;
  }

  .css-13cymwt-control,
  .css-t3ipsp-control {
    min-height: 45px !important;
  }

  .primary_button.icon_btn span {
    width: 18px;
    height: 22px;
  }
}

@media screen and (max-width: 1400px) {
  #font_size {
    font-size: 90%;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media screen and (max-width: 1024px) {
  #font_size {
    font-size: 85%;
  }
}

@media screen and (max-width: 500px) {
  #font_size {
    font-size: 75%;
  }

  .primary_button {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    min-width: 130px;
  }

  .container {
    padding-left: 8%;
    padding-right: 8%;
  }

  .testi_swipper_wrapper .slick-next,
  .testi_swipper_wrapper .slick-prev {
    width: 50px;
    height: 50px;
  }

  .testi_swipper_wrapper .slick-next {
    transform: translateY(-50%);
    inset-inline-end: -15px;
  }

  .testi_swipper_wrapper .slick-prev {
    transform: translateY(-50%);
    inset-inline-start: -15px;
  }

  .primary_button.icon_btn span {
    width: 16px;
    height: 20px;
    margin-inline-start: 5px;
  }

  .input_feild,
  input,
  .input_area,
  textarea {
    font-size: 16px;
  }

  .css-1dimb5e-singleValue,
  .css-1jqq78o-placeholder {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 400px) {
  #font_size {
    font-size: 65%;
  }
}

.sticky_tab {
  /* main wrapper styles */
}

.tab_container {
  /* additional styles if overflowing */
}

.tab_wrapper {
  display: flex;
}

@media (max-width: 1366px) {
  .tab_wrapper {
    overflow-x: auto;
  }
}

.scroll_hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* iOS smooth scrolling */
}

.scroll_hidden::-webkit-scrollbar {
  display: none;
}

.overflowing {
  /* additional styles when overflowing */
}

.sticky_tab_list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.sticky_tab_list li.active a {
  font-weight: bold;
  /* border-bottom: 2px solid red; */
}

.img_fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav.mobile-active {
  top: 0 !important;
}

.header .nav.open {
  top: 0;
  display: flex;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .header .nav {
    background-color: white;
  }
}

.header .menuToggle {
  border: 0;
}

.header .menuToggle:focus {
  outline: none;
}

.select_sec.custom_select {
  position: relative;
}

.select_sec.custom_select select {
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 51px;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 23px;
  transition: 0.4s all ease;
  color: #b3b3b3;
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  background: #ffffff url(../images/modal_select_icon.svg) no-repeat right 15px
    center !important;
}

.select_sec.custom_select select:focus {
  outline: none;
  border: solid 1px #dc2a34;
}

.select_sec.custom_select select:valid {
  color: #000000 !important;
}

.select_sec.custom_select::after {
  position: absolute;
  display: none;
  content: "";
  top: 48%;
  right: 22px;
  height: 9px;
  transform: rotate(45deg) translateY(-50%);
  width: 9px;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
}

/* 
.swap_content_list li { cursor: pointer; }
.news_img_inside { display: flex; flex-direction: column; transition: transform 0.4s ease; }
.news_img_inside .news_img { height: 480px; }
.news_img_inside .news_img img { width: 100%; height: 100%; object-fit: cover; display: block; } */

h6 {
  text-transform: capitalize !important;
  letter-spacing: normal !important;
}

.img_wrapper.img_wrapper_02 {
  border-radius: 20px;
  height: 320px;
}

.open {
  display: block;
}

.decor_line {
  position: relative;
}

.decor_line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5px;
  top: 0;
  left: -15%;
  background: rgba(255, 255, 255, 0.3);
}

.text_color {
  color: #292d32 !important;
}

.full_height {
  height: 100% !important;
  object-fit: cover;
}

.resource_card_label {
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1500px) {
  .select_sec.custom_select select {
    height: 45px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .decor_line {
    display: none;
  }

  .decor_line::after {
    display: none;
  }
}

.social_links_right {
  margin-left: auto;
}

@media (max-width: 700px) {
  .justify-content-end {
    justify-content: flex-end !important;
  }

  .testi_slide.swiper-slide {
    padding: 0 10px !important;
  }
}

.overflow_hidden {
  overflow: hidden;
  /* Ensures slides don't overflow the container */
}

.hover_effect img {
  transition: transform 0.5s ease;
  overflow: hidden;
}

.hover_effect:hover img,
.esl-merits-list li:hover .hover_effect img {
  transform: scale(1.35) !important;
}

.text_right {
  text-align: right !important;
}

.social_list li:hover {
  opacity: 0.6;
}

.social_list li {
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  .social_list {
    margin-left: -10px;
  }
}

.border_none {
  border: none !important;
}

.line_span {
  display: inline-block;
}

.walcf7-datepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/clndr_icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
}

.walcf7-timepicker {
  background-image: url(../images/modal_select_icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 13px;
}

/* Hide the calendar icon in Chrome, Edge, and Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none;
  -webkit-appearance: none; */
  opacity: 0;
}

/* Optional: Hide the clear button (Chrome) */
input[type="date"]::-webkit-clear-button {
  /* display: none; */
  opacity: 0;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 500px) {
  .select_sec.custom_select select {
    font-size: 16px;
  }
}

/* banner search */
.banner .content .search {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.banner .search .probox {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  height: 100% !important;
}

.banner .search #ajaxsearchlite1 .probox .proinput form input {
  font-family: var(--font-Noto-sans) !important;
  font-size: 16px !important;
  color: rgba(255, 255, 255, 1) !important;
  height: 100% !important;
}

.banner .search #ajaxsearchlite1 .probox .proinput form input.autocomplete {
  margin-top: -51px !important;
}

.banner .search #ajaxsearchlite1 .probox .proinput form input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  opacity: 1 !important;
}

.banner
  .search
  #ajaxsearchlite1
  .probox
  .proinput
  form
  input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  opacity: 1 !important;
}

.banner .search .asl_w_container,
.banner .search .asl_w {
  height: 100%;
}

.banner .search #ajaxsearchlite1 .probox .promagnifier {
  width: 66px !important;
  min-width: 66px !important;
  height: 100% !important;
  background: #e31f26 !important;
  color: #ffffff;
  border: none !important;
  border-radius: 60px !important;
  box-shadow: none;
}

.banner .search #ajaxsearchlite1 .probox .promagnifier:hover {
  background: #393d40 !important;
}

.banner .search #ajaxsearchlite1 .probox .promagnifier .innericon svg {
  fill: #ffffff;
}

.banner .search #ajaxsearchlite1 .probox .proclose svg {
  box-shadow: none;
  background: #ffffff;
  fill: #e31f26;
}

.banner .search #ajaxsearchlite1 .probox .proclose,
.banner .search #ajaxsearchlite1 .probox .proloading {
  margin-top: 12px;
}

.banner .search #ajaxsearchlite1 .probox .asl_simple-circle {
  border: 3px solid #ffffff;
}

.asl_r.vertical {
  border-radius: 7px !important;
}

.asl_r .results .item .asl_content h3,
.asl_r .results .item .asl_content h3 a,
.results .asl_nores .asl_keyword {
  font-family: var(--font-Noto-sans) !important;
}

.asl_r .results .item .asl_image {
  border-radius: 7px;
}

@media (max-width: 1500px) {
  .banner .search #ajaxsearchlite1 .probox .proinput form input.autocomplete {
    margin-top: -47px !important;
  }

  .banner .search #ajaxsearchlite1 .probox .proclose,
  .banner .search #ajaxsearchlite1 .probox .proloading {
    margin-top: 10px;
  }

  .banner .search #ajaxsearchlite1 .probox .proinput form input {
    font-size: 14px !important;
  }
}

@media (max-width: 700px) {
  .banner .search #ajaxsearchlite1 .probox .proinput form input.autocomplete {
    margin-top: -42px !important;
  }

  .banner .search #ajaxsearchlite1 .probox .proclose,
  .banner .search #ajaxsearchlite1 .probox .proloading {
    margin-top: 7px;
  }
}

@media (max-width: 500px) {
  .banner .search #ajaxsearchlite1 .probox .proinput form input.autocomplete {
    margin-top: -51px !important;
  }

  .banner .search #ajaxsearchlite1 .probox .proinput form input {
    font-size: 16px !important;
  }
}

/*------------------- fancy box styling------------------ */
.fancy_box_container_new.preview_popup_sec .pop_content {
  align-items: flex-start;
  text-align: start;
}

.fancy_box_container_new.preview_popup_sec .pop_content .preview_card_wrap {
  width: 100%;
}

.fancy_box_container_new.preview_popup_sec .pop_content .preview_card_wrap ul {
  list-style-type: disc;
}

.fancy_box_container_new.preview_popup_sec
  .pop_content
  .preview_card_wrap
  ul
  li {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 16px;
}

/* ------------------history --------------- */
.histry_sec .content .date_details .p ul li li {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 16px;
}

.accrediation-sec .card .card_top img {
  max-width: 130px !important;
  width: auto;
  max-height: 50px;
}

/* ------------card height--------- */
.qhes_section .feedback_lists .feedback_card {
  height: 100%;
}

/* ----------------equal col image border-radius--------- */
.imageContent_wrap .image_holder {
  border-radius: 30px;
  overflow: hidden;
}

.testimonialCard .testiCard_inside .testimonialText + p,
.testimonialCard .testiCard_inside .testimonialText p {
  font-size: 1.375rem;
  color: #1c1c1e;
  line-height: 149%;
}

/* -----------testimonial card height---------- */
.testimonialCard {
  max-height: 570px;
}

.test-container .swiper-slide {
  height: 100% !important;
}

.test-container .swiper-slide .testimonialCard {
  height: 100%;
}

.home .hm_service_sec .sec_title p {
  max-width: 780px;
}

@media (max-width: 700px) {
  .testimonialCard .testiCard_inside .testimonialText + p,
  .testimonialCard .testiCard_inside .testimonialText p {
    font-size: 17px;
  }
}

/* -----------home events---------- */

.events_sec .eventList {
  height: calc(100% + 10px);
}

.events_sec .eventCard {
  height: calc(50% - 10px);
}

.events_sec .eventCard > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 992px) {
  .events_sec .eventList {
    height: unset;
  }

  .events_sec .eventCard {
    height: unset;
  }
}

/* -----------qhse page learn more btn style---------- */
.qhes_section .card_top .dwnload_btn {
  background-color: #dc2a34;
  border-radius: 50px;
  padding: 6px 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.4s ease;
}

.qhes_section .card:hover .card_top .dwnload_btn {
  background-color: #393d40;
}

/*------------------- histyory-------------- */
.complete_timeline .pt_container_top:first-child .date::after {
  display: none;
}

/*------------------- enquiry form----------------- */
.submit .wpcf7-spinner,
.submit-button .wpcf7-spinner {
  display: none;
}

.submit + .wpcf7 form .wpcf7-response-output {
  margin-top: 1rem;
}

/* ------------------form button ------------------*/
input.primary_button {
  line-height: 100%;
}

.hm_clients.hm_clients_new .title-pre-text {
  letter-spacing: 0.11em !important;
}

/* -------------------Dec 24 changes------------------ */

body.rtl .header .nav .navItem,
body.rtl .header .nav .dropdownToggle {
  /* font-size: 12px !important; */
}

.wpml-ls-legacy-list-horizontal a span {
  transition: all 0.3s ease;
}

.wpml-ls-legacy-list-horizontal a span:hover {
  color: #dc2a34 !important;
}

body.rtl #ajaxsearchlite1 .probox,
body.rtl div.asl_w .probox {
  margin: 0;
  padding: 8px;
}

body.rtl .banner .search .probox {
  padding-left: 0 !important;
}

div.asl_r.vertical {
  padding: 0px !important;
  background: transparent !important;
  backdrop-filter: blur(5px) !important;
}

div.asl_r .results .item {
  background: #ffffffb8;
}

body.rtl input,
body.rtl textarea {
  text-align: start !important;
}

div.asl_r .results .asl_nores {
  padding: 3px 3px !important;
}

.rtl
  .hm_service_swipper
  .service_arrow_section
  .service_arrow_new.service_arrow_prev {
  transform: translateX(-50%) rotate(180deg) !important;
}

.rtl
  .hm_service_swipper
  .service_arrow_section
  .service_arrow_new.service_arrow_next {
  transform: translateX(50%) rotate(180deg) !important;
}

body.rtl
  .events_sec
  .event_left
  .event_left_detils
  .event_details_bottom
  .event_location
  img {
  margin-right: unset;
  margin-left: 10px;
}

body.rtl .resource-sec .article-card .label {
  left: unset;
  right: 15px;
}

body.rtl .decor_line::after {
  left: unset;
  right: -15%;
}

body.rtl .about_overview .hover_red_card {
  padding: 64px 83px 50px 24px;
}

body.rtl .histry_sec .timeline:after {
  margin-left: 0px;
}

body.rtl .hiring_sec .hiring_sec .hiring_content {
  padding: 80px 90px 80px 0;
}

.rtl .hiring_sec .hiring_sec {
  flex-direction: row !important;
}

.rtl .hiring_sec .hiring_sec .image_container:after {
  background: linear-gradient(
    270deg,
    rgb(237, 233, 232) 0%,
    rgba(237, 233, 232, 0) 70%
  ) !important;
}

body.rtl .hiring_sec .hiring_sec .image_container {
  margin-left: unset;
  margin-right: auto;
}

body.rtl .sticky_tab {
  top: 95px !important;
}

body.rtl .our_reach_sec .filter ul .select_wrap select {
  background: #fff url(../images/select_icon_our_reach.svg) no-repeat left 24px
    center !important;
}

body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_prev {
  left: unset;
  right: -90px;
}

body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_next {
  left: -90px;
  right: unset;
}

body.rtl.single-our-services.postid-2311 .expert_sec {
  border-bottom: 1px solid rgb(237, 233, 232);
}

body.rtl.single-our-services.postid-2311 .faq_sec .pt_100 {
  padding-top: 0 !important;
}
body.rtl.single-our-services.postid-2309 .other_services {
  background: #ffffff !important;
}
body.rtl .download_popup_sec .download_card_wrap {
  flex-direction: row-reverse;
}
body.rtl .primary_button.icon_btn {
  flex-direction: row-reverse;
}
body.rtl .download_popup_sec .close_btn {
  right: unset !important;
  left: 20px !important;
}
/* ---------DEc 26 changes------------------ */

body.rtl .wpcf7 input[type="url"],
body.rtl .wpcf7 input[type="email"],
body.rtl .wpcf7 input[type="tel"] {
  direction: rtl !important;
}
body.rtl div.asl_r .results .asl_nores {
  text-align: center !important;
}
.banner_new_sec.banner_background .banner_contents .banner_title_wrapper h1 {
  margin-top: 10px !important;
}
.histry_sec .timeline:after {
  top: 101px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #db2935 !important;
  box-shadow: #db2935 0 1px 3px 0 inset !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #b4242e !important;
}

.filter .search_wrapper input[type="search"] {
  color: gray !important;
}

.header .dropdownWrapper .dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px) translateX(-50%);
}
body.page_scrolled .header .dropdownWrapper .dropdown {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px) translateX(-50%);
}

.menu_right_block {
  display: none !important;
}
.language-switcher ul li a img.wpml-ls-flag {
  display: none !important;
}
.language-switcher ul li a {
  background-image: url(../images/language-toggle-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: auto;
  width: 22px;
  aspect-ratio: 1/1;
  padding: 0 !important;
  margin-top: 5px;
}


.language-switcher ul li a:hover{  opacity: 0.7; }


.webinars_page .imageWrapper iframe{ display: block;}


.header.sticky .language-switcher ul li a {
  background-image: url(../images/language-toggle.svg);
}

/* -------responsive styles------------------ */
@media (max-width: 1500px) {
  .rtl .histry_sec .complete_timeline > :nth-child(2n + 1) .date {
    width: 100%;
  }
}
@media (max-width: 1380px) {
  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_prev {
    right: -40px;
  }

  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_next {
    left: -40px;
  }
}

@media (max-width: 1280px) {
  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_next {
    left: -60px;
  }

  .about_overview .hover_red_card {
    padding: 50px 10%;
  }

  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_prev {
    right: -60px;
  }
}

@media (max-width: 1200px) {
  .language-switcher ul li a,
  .header.sticky .language-switcher ul li a {
    background-image: url(../images/language-toggle.svg);
    width: 25px;
  }
  body.page_overflow {
    overflow: hidden;
    height: 100dvh;
  }
  .menu_right_block {
    display: flex !important;
  }

  body.rtl .header .dropdownWrapper .dropdown {
    transform: translateY(0px) translateX(0%) !important;
  }
  body.rtl .hiring_sec .hiring_sec .hiring_content {
    padding: 60px 65px 60px 0;
  }
}

@media (max-width: 1024px) {
  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_next {
    left: -40px;
  }

  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_prev {
    right: -40px;
  }

  .whatsapp-icon {
    bottom: 55px !important;
  }

  body.rtl .sticky_tab {
    top: 87px !important;
  }
}

@media (max-width: 995px) {
  .rtl .swap_content_new .arrow_svg {
    transform: rotate(180deg);
  }

  body.rtl .hiring_sec .hiring_sec .hiring_content {
    padding: 40px 40px 40px 0;
  }

  .about_overview .hover_red_card {
    padding: 30px 20px 30px 40px;
  }
}

@media (max-width: 820px) {
  .rtl
    .hm_service_swipper
    .service_arrow_section
    .service_arrow_new.service_arrow_prev {
    transform: translateX(0%) rotate(180deg) !important;
  }

  .rtl
    .hm_service_swipper
    .service_arrow_section
    .service_arrow_new.service_arrow_next {
    transform: translateX(0%) rotate(180deg) !important;
  }
}

@media (max-width: 768px) {
  .about_overview .hover_red_card {
    padding: 30px 35px;
  }
}

@media (max-width: 700px) {
  body.rtl .hm_service_swipper .service_swipper_details h3 {
    line-height: 1.5 !important;
  }
  .appeal_sec.qhes_section,
  .qhse_overview.qhes_section,
  .feedback_sec.qhes_section,
  .dubai_coc_page .category_sec {
    overflow: hidden;
  }
  .other_services_sec.services_list > li .img_wrapper img {
    height: 100%;
    object-fit: cover;
  }

  .service_arrow_section.expert_swiper_btn {
    top: 45% !important;
  }

  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_next {
    left: -20px;
  }

  body.rtl .service_arrow_section.expert_swiper_btn .service_arrow_prev {
    right: -20px;
  }

  body.rtl .our_reach_sec .filter ul .select_wrap select {
    background: #fff url(../images/select_icon_our_reach.svg) no-repeat left
      17px center !important;
  }

  .hover_effect:hover img {
    transform: scale(1) !important;
  }

  body.rtl .hiring_sec .hiring_sec .hiring_content {
    padding: 25px;
  }
  .accrediation-sec {
    margin-top: 30px !important;
  }
  .service_arrow_section.testimonial_page {
    width: 110% !important;
  }

  .banner .get_quote {
    inset-inline-end: -39px !important;
  }
  .header .nav .navItem > .dropdownToggle:hover .drop_arrow {
    background-position: center !important;
  }
  .sticky_tab .tab_wrapper {
    justify-content: center !important;
  }
}

@media (max-width: 500px) {
  .about_overview .hover_red_card {
    padding: 25px 30px;
  }
  .qhes_section .four_col > li {
    margin: 10px 0 !important;
  }
}


.otgs-development-site-front-end {
  display: none !important;
}

/* Gallery Section Styles */
.gallery_sec {
  width: 100%;
}

.gallery_sec ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery_sec ul li {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1;
}

.gallery_sec ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery_sec ul li:hover img {
  transform: scale(1.05);
}

/* Responsive Gallery Styles */
@media (max-width: 1200px) {
  .gallery_sec ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .gallery_sec ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
  }
  
  .gallery_sec ul li {
    border-radius: 6px;
  }
}

@media (max-width: 500px) {
  .gallery_sec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .gallery_sec ul li {
    border-radius: 4px;
  }
}

/* If gallery is on the right side and needs to be repositioned */
@media (min-width: 1024px) {
  .gallery_sec {
    max-width: 100%;
  }
}