@font-face {
  font-family: "Tajawal";
  src: url("../../fonts/Tajawal-Regular.ttf") format("truetype"), url("../../fonts/Tajawal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*:not(i) {
  word-wrap: break-word;
  font-family: "Tajawal", serif !important;
}
*:not(i)::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
*:not(i)::-webkit-scrollbar-thumb {
  background: #4a070e;
}
*:not(i)::-webkit-scrollbar-track {
  background: #a58387;
}
*:not(i) {
  scrollbar-face-color: #4a070e;
  scrollbar-track-color: #a58387;
}

html {
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 11px;
  }
}

html {
  direction: ltr;
}

body {
  font-size: 0.8rem;
  font-family: "Tajawal", serif !important;
  background-color: #ffffff;
  color: #273041;
  overflow-x: hidden;
  direction: ltr;
}
body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
body::-webkit-scrollbar-thumb {
  background: #4a070e;
}
body::-webkit-scrollbar-track {
  background: #a58387;
}
body {
  scrollbar-face-color: #4a070e;
  scrollbar-track-color: #a58387;
}
body:not(.loaded) {
  overflow: hidden;
}

p {
  margin: 0px;
}

.btn_primary {
  background: #4a070e;
  background: linear-gradient(135deg, #4a070e 0%, #820d18 100%) !important;
  padding: 0.6rem 1.25rem !important;
  border-radius: 0.4rem;
  border: solid 0.05rem #e7acb2;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  line-height: 1.3rem !important;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.btn_secondary {
  background: #f6f4f1;
  padding: 0.6rem 0.8rem !important;
  border-radius: 0.3rem;
  border: solid 0.05rem #dcd4c8;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  line-height: 1.25rem !important;
  color: #a7101f !important;
  text-decoration: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_secondary img {
  max-height: 1.25rem;
  margin-right: 0.5rem;
}
.btn_secondary svg {
  max-height: 1.25rem;
  margin-left: 0.5rem;
}

.opacity-0 {
  opacity: 0 !important;
}

.custom-carousel-nav {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotateY(180deg);
}
.custom-carousel-nav button {
  padding: 0px;
  border: 0px;
}
.custom-carousel-nav button.prev,
.custom-carousel-nav button.next {
  padding: 0px;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.05rem #f8e7e9;
  transform: rotateY(180deg);
}
.custom-carousel-nav button.prev svg,
.custom-carousel-nav button.next svg {
  width: 6px;
  height: 10px;
}
.custom-carousel-nav button.prev:hover,
.custom-carousel-nav button.next:hover {
  border-color: #c8414e;
}
.custom-carousel-nav button.prev:hover path,
.custom-carousel-nav button.next:hover path {
  fill: #c8414e;
}
.custom-carousel-nav .custom-dots {
  margin: 0px 0.75rem;
}
.custom-carousel-nav .custom-dots .owl-dot {
  height: 0.4rem;
  width: 0.7rem;
  border-radius: 0.4rem;
  background-color: #f5dbde;
  margin-right: 0.4rem;
}
.custom-carousel-nav .custom-dots .owl-dot:last-child {
  margin-right: 0px;
}
.custom-carousel-nav .custom-dots .owl-dot.active {
  width: 1rem;
  background-color: #d6717a;
}

.lable-white {
  padding: 0.4rem 1rem;
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  background: rgb(248, 231, 233);
  background: linear-gradient(180deg, rgba(248, 231, 233, 0.35) 0%, rgba(250, 237, 239, 0) 75%, rgba(252, 243, 244, 0) 100%);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.custom_bg {
  background: #4a070e;
  background: linear-gradient(135deg, #4a070e 0%, #820d18 100%);
}

.lable-primary {
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
  background: rgb(248, 231, 233);
  background: linear-gradient(180deg, #f8e7e9 0%, rgba(252, 243, 244, 0) 100%);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #950e1b;
  width: -moz-fit-content;
  width: fit-content;
}

.preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  background-color: #fcf6f6;
  align-items: center;
  justify-content: center;
}
.preloading .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #c8414e;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.preloading .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #4a070e;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

section.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.section .heading {
  margin-bottom: 0.8rem;
  text-align: left;
}
section.section .heading div.lable-primary {
  margin-bottom: 1rem;
}
section.section .heading h2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.25rem;
  text-align: left;
}
section.section .heading .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
}
section.section .heading p {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.7rem;
  color: #222938;
  text-align: left;
}
section.section.colored-bg {
  background-color: #fcf6f6;
}

.colored_message {
  padding: 1.25rem 1.75rem;
  background-color: #fcf6f6;
  box-shadow: inset -0.4rem 0px 0px #cf5964;
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
  box-shadow: inset 0.4rem 0px 0px #cf5964;
}
.colored_message.small {
  padding: 1rem;
}
.colored_message .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #222938;
  margin-bottom: 0.5rem;
}

.custom_list, .post-details .post-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.custom_list li, .post-details .post-content ul li {
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45rem;
  color: #38455d;
  position: relative;
  display: flex;
  align-items: center;
}
.custom_list li:last-child, .post-details .post-content ul li:last-child {
  margin-right: 0rem;
}
.custom_list li::before, .post-details .post-content ul li::before {
  content: "";
  background-image: url("../../images/icons/list_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

.custom-btn-group {
  padding: 0.2rem;
  background-color: #eeeff2;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-btn-group a {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #606a7d;
  display: block;
  border-radius: 0.2rem;
  text-decoration: none;
}
.custom-btn-group a.active {
  background-color: #ba1222;
  color: #fff;
}

.not_foundPage img {
  height: 16.75rem;
  max-width: 100%;
  margin-bottom: 2.5rem;
}
.not_foundPage h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1.5rem;
}

.editor_view * {
  font-family: "Tajawal", serif !important;
}

.hero-section {
  position: relative;
  z-index: 3;
  height: 100vh;
}
.hero-section .item {
  height: 100%;
}
.hero-section .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.hero-section .owl-carousel,
.hero-section .owl-stage-outer,
.hero-section .owl-stage,
.hero-section .owl-item {
  height: 100%;
}
.hero-section .item {
  position: relative;
}
.hero-section .item .image img {
  z-index: 5;
  position: relative;
}
.hero-section .item .image::after {
  content: url("../../images/home/hero_mask.png");
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  background: rgb(38, 35, 35);
  background: linear-gradient(135deg, rgba(38, 35, 35, 0.75) 0%, rgba(19, 2, 3, 0.75) 100%);
}
.hero-section .item .item-content {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 32rem;
  text-align: center;
  transform: translateX(-50%) translateY(-25%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section .item .item-content .lable-white {
  margin-bottom: 1.5rem;
}
.hero-section .item .item-content .title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.85rem;
  color: #fff;
  margin-bottom: 1rem;
}
.hero-section .item .item-content .sub-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #fff;
  margin-bottom: 2rem;
}
.hero-section .logos_nav {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 10;
  max-width: 30%;
}
.hero-section .logos_nav .logos img.image {
  height: 5.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.2rem;
}
.hero-section .logos_nav .logos img.image:last-child {
  margin-right: 0rem;
}
@media (width < 1500px) {
  .hero-section .logos_nav .logos img.image {
    height: 4rem;
    margin-right: 0.75rem;
  }
}
@media (width < 1000px) {
  .hero-section .logos_nav .logos img.image {
    height: 3rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 767px) {
  .hero-section .logos_nav .logos img.image {
    height: 2.5rem;
  }
}
.hero-section .hero-nav {
  margin-top: 2.5rem;
}

.why_us .why_us_cover {
  position: relative;
  max-width: 100%;
}
@media (max-width: 767px) {
  .why_us .why_us_cover {
    display: none;
  }
}
.why_us .why_us_cover .image {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  width: 100%;
}
.why_us .why_us_cover::before {
  content: "";
  background-image: url("../../images/icons/why_us_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -3%;
  right: -3%;
  z-index: -1;
  transition: transform 1s ease-in-out;
  animation: rotate 3s linear infinite;
}
.why_us .why_us_cover::after {
  content: url("../../images/icons/why_us_dots.png");
  display: block;
  position: absolute;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  transition: transform 1s ease-in-out;
  animation: scale 5s linear infinite;
}
.why_us .why_us_cover .text {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #ba1222;
  position: absolute;
  top: 4.8rem;
  right: 2rem;
  z-index: 3;
  max-width: 30%;
  text-align: right;
}
.why_us .section_content {
  padding-right: 1.6rem;
}
.why_us .section_content .text,
.why_us .section_content .colored_message {
  margin-bottom: 2rem;
}
.why_us .section_content .custom_list, .why_us .section_content .post-details .post-content ul, .post-details .post-content .why_us .section_content ul {
  margin-bottom: 3rem;
}

.statistics {
  padding: 4rem 0px;
}
.statistics .row > div {
  position: relative;
}
.statistics .row > div::after {
  content: "";
  width: 0.1rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: #cf5964;
  border-radius: 0.1rem;
}
.statistics .row > div:last-child::after {
  display: none;
}
.statistics .row > div .number {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.45rem;
  color: #fcf3f4;
  opacity: 0; /* Hidden at first */
  transition: opacity 1s ease-in-out;
}
.statistics .row > div .lable {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #f8e7e9;
}

.partners_success {
  background-image: url("../../images/home/partners_success_bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
}
@media (max-width: 767px) {
  .partners_success .partners_success_cover {
    margin-top: 2.5rem;
  }
}
.partners_success .partners_success_cover .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.steps {
  position: relative;
  background-color: #fcf5f6;
}
.steps .heading {
  margin-bottom: 2.5rem !important;
}
.steps .step-card {
  z-index: 5;
}
.steps .image_cover {
  position: sticky;
  top: 11rem;
  left: 0px;
  margin-top: 2.5rem;
  overflow: hidden;
}
.steps .image_cover img {
  width: 100%;
  z-index: 5;
  position: relative;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .steps .image_cover {
    display: none;
  }
}
.steps button {
  margin-top: 1rem;
}

.our_customers {
  background-image: url("../../images/home/our_customers_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
  position: relative;
}
.our_customers .heading {
  margin-bottom: 2.5rem !important;
}
.our_customers .content-card {
  z-index: 3;
  background-color: #fff;
  padding: 3rem 3rem 3.5rem 0px;
  padding-left: 3rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0px 0.2rem 0.6rem rgba(19, 2, 3, 0.05);
}
.our_customers .owl-carousel-customers .item {
  width: 9.5rem;
  height: 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_customers .owl-carousel-customers .item img {
  max-height: 5.5rem;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (min-width: 768px) {
  .our_customers .container {
    max-width: calc(100% - (100vw - 720px) / 2);
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .our_customers .container {
    max-width: calc(100% - (100vw - 960px) / 2);
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .our_customers .container {
    max-width: calc(100% - (100vw - 1110px) / 2);
    margin-right: 0;
  }
}
.our_customers .col-12 {
  padding-right: 0px;
}

.reviews {
  background-color: #fcf3f4;
}
.reviews .heading {
  margin-bottom: 2.5rem !important;
}
.reviews .owl-carousel {
  margin-bottom: 2.5rem;
}
.reviews .custom-carousel-nav {
  margin: 0px auto;
}

.news {
  background-color: #fefafb;
}
.news .heading {
  margin-bottom: 2.5rem !important;
}
.news .owl-carousel .owl-stage {
  padding-bottom: 2.5rem;
}
.news .custom-carousel-nav {
  margin: 0px auto;
  margin-bottom: 2rem;
}
.news .owl-stage-outer,
.news .owl-stage,
.news .owl-item {
  height: 100%;
}
@media (width > 768px) {
  .news .owl-carousel-news .item {
    height: 100%;
  }
  .news .owl-carousel-news .item .news-card {
    height: 100%;
  }
}

.contact_us {
  background-color: #fcf6f6;
}
.contact_us .form {
  padding-right: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .contact_us .form {
    padding-right: 0rem;
    margin-top: 0rem;
  }
}
.contact_us .form .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1.75rem;
}
.contact_us .form form .form-control {
  margin-bottom: 1rem !important;
}
.contact_us .form form input,
.contact_us .form form textarea {
  border-color: #d7dadf !important;
  padding: 0.75rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.contact_us .image {
  position: relative;
  top: -2rem;
}
.contact_us .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .contact_us .image {
    display: none;
  }
}
.contact_us .contact_info {
  margin-top: 1rem;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .contact_us .contact_info {
    margin-top: 2.5rem;
    margin-left: 0rem;
  }
}
.contact_us .contact_info .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1.75rem;
}
.contact_us .contact_info .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.contact_us .contact_info .item:last-child {
  margin-bottom: 0px;
}
.contact_us .contact_info .item .icon {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f8e7e9;
  vertical-align: middle;
  margin-right: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_us .contact_info .item .icon img {
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
}
.contact_us .contact_info .item .text a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #38455d;
  text-decoration: none;
}

.whatsapp_btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 20;
  border-radius: 50%;
  box-shadow: 0.05rem 0.15rem 0.6rem rgba(28, 30, 68, 0.16);
}
.whatsapp_btn a {
  text-decoration: none;
  padding: 0px;
}
.whatsapp_btn a img {
  width: 3rem;
  height: 3rem;
}

.back_to_top_btn {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 20;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0.05rem 0.15rem 0.6rem rgba(28, 30, 68, 0.16);
}
.back_to_top_btn a {
  text-decoration: none;
  padding: 0px;
}
.back_to_top_btn a img {
  width: 3rem;
  height: 3rem;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all ease 0.5s;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
header.homePage {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transform: translateX(0);
}
header ul.dropdown-menu {
  padding: 0.4rem;
  border-radius: 0.5rem;
}
header ul.dropdown-menu li {
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #222938;
  text-align: left;
}
header ul.dropdown-menu li a {
  padding: 0.45rem 0.7rem !important;
}
header ul.dropdown-menu li a:hover {
  background-color: transparent;
}
header ul.dropdown-menu li:hover {
  background-color: #fbf1f2;
}
header .navbar-toggler {
  margin-left: 1rem;
  margin-right: 0.5rem;
  border: 0;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  vertical-align: middle;
}
header .navbar-toggler i {
  display: block;
  width: 1.5rem;
  height: 0.1rem;
  margin: 0.25rem auto;
  background-color: #222938;
  transition: all linear 0.2s;
}
header .navbar-toggler[aria-expanded=true] > i:first-child {
  transform: translateY(0.35rem) rotateZ(-45deg);
}
header .navbar-toggler[aria-expanded=true] > i:nth-child(2) {
  width: 0;
}
header .navbar-toggler[aria-expanded=true] > i:last-child {
  transform: translateY(-0.35rem) rotateZ(45deg);
}
@media (max-width: 991px) {
  header .page-nave {
    padding: 0.5rem !important;
  }
  header .page-nave .navbar-collapse {
    background: #fefafb;
    padding: 0.75rem;
    margin-top: 0.75rem;
    position: absolute;
    top: 100%;
    right: 3%;
    width: 95%;
    border-radius: 0.4rem;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
  }
  header .page-nave .navbar-collapse ul {
    padding: 0px;
  }
}

nav.navbar {
  background-color: #fefafb;
  border-radius: 0.6rem;
  padding: 1.25rem;
  border-radius: 0.6rem;
}
nav.navbar.full-width {
  width: 100%;
  border-radius: 0rem;
}
nav.navbar .navbar-collapse {
  justify-content: space-between;
}
nav.navbar:has(.navbar-toggler[aria-expanded=true]) .navbar-collapse {
  display: flex;
  flex-direction: column;
}
nav.navbar:has(.navbar-toggler[aria-expanded=true]) .navbar-collapse ul.navbar-nav.actions {
  width: 100%;
}
nav.navbar .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.navbar .navbar-brand img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 3.9rem;
}
nav.navbar:has(.navbar-toggler[aria-expanded=true]) ul.navbar-nav {
  align-items: flex-start;
}
nav.navbar:has(.navbar-toggler[aria-expanded=true]) ul.dropdown-menu {
  border-width: 0px;
  box-shadow: 0px 0.2rem 0.6rem rgba(19, 2, 3, 0.05);
}
nav.navbar ul.navbar-nav {
  align-items: center;
}
nav.navbar ul.navbar-nav.links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
nav.navbar ul.navbar-nav.actions {
  display: flex;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
nav.navbar ul.navbar-nav li.nav-item {
  padding: 0.75rem;
  vertical-align: middle;
}
nav.navbar ul.navbar-nav li.nav-item:last-child {
  padding-right: 0px;
}
nav.navbar ul.navbar-nav li.nav-item a {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #222938;
  padding: 0px;
  vertical-align: middle;
  text-align: left;
}
nav.navbar ul.navbar-nav li.nav-item a.active {
  color: #ba1222;
}
nav.navbar ul.navbar-nav li.nav-item.lang a {
  font-weight: 700;
  cursor: pointer;
}
nav.navbar ul.navbar-nav li.nav-item .search-btn {
  border: 0;
  cursor: pointer;
  display: inline-block;
}
nav.navbar ul.navbar-nav li.nav-item .nav-link.dropdown-toggle::after {
  content: url("../../images/icons/dorpDown_icon.svg");
  border: 0px;
  vertical-align: middle;
  position: relative;
  left: 0.25rem;
}

.nav_info_bar {
  background: #4a070e;
  background: linear-gradient(135deg, #4a070e 0%, #820d18 100%);
  padding: 0.3rem;
  width: 100%;
  text-align: right;
  transition: opacity ease 0.5s;
}
.nav_info_bar .container {
  display: flex;
  align-items: center;
  justify-content: end;
}
.nav_info_bar .item {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}
.nav_info_bar .item .text {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #f5dbde;
}
.nav_info_bar .item .text a {
  color: #f5dbde !important;
  text-decoration: none;
}
.nav_info_bar .item .icon {
  margin-right: 0.4rem;
}
.nav_info_bar .item .icon path {
  fill: #eab8bd;
}

#searchForm {
  transition: all ease 0.1s;
  position: absolute;
  background: #f8f8f8;
  top: calc(100% + 0.5rem);
  width: 100%;
  right: 0px;
  box-shadow: 0rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  height: 0rem;
  z-index: 10;
  border-radius: 0.7rem;
  overflow: hidden;
}
#searchForm input {
  padding: 0px;
}
#searchForm.animated-height {
  height: 3.5rem;
}
#searchForm.animated-height.searchHome {
  height: 2rem;
}
@media (max-width: 1024px) {
  #searchForm.animated-height.searchHome {
    height: 2.4rem;
  }
}
#searchForm.searchHome {
  border-radius: 10px;
  overflow: hidden;
  right: 2rem;
  position: relative;
}
#searchForm .search-input {
  background-color: #fff;
  border-width: 0px;
  padding-left: 1.1rem;
  background-position-y: 0.65rem;
  outline: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-right: 0.75rem;
}
#searchForm .search-input:hover, #searchForm .search-input:active, #searchForm .search-input:focus {
  outline: 0;
}
#searchForm .search-input::-moz-placeholder {
  color: #dddddd;
}
#searchForm .search-input::placeholder {
  color: #dddddd;
}
#searchForm .search-input:-ms-input-placeholder {
  color: #dddddd;
}
#searchForm .search-input::-ms-input-placeholder {
  color: #dddddd;
}

.service_card {
  margin-top: 1.7rem;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 0.2rem 0.6rem rgba(19, 2, 3, 0.05);
  border: solid #f9eced 0.05rem;
  position: relative;
  min-height: 17.5rem;
  max-height: 17.5rem;
  background-color: #fefdfd;
}
.service_card .card_img {
  max-height: 9.8rem;
  height: 9.8rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_card .card_body {
  padding: 1.25rem;
  background-color: #fefdfd;
  position: absolute;
  top: 9.8rem;
  transition: all 1s ease-in-out;
}
.service_card .card_body .card_title {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.7rem;
  text-align: center;
  color: #4a070e;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.service_card .card_body .card_text {
  margin-top: 0.5rem;
  text-align: center;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.service_card .card_body .card_text p {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
}
.service_card .card_body .card_text .sub-text {
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #888f9e;
}
.service_card::after {
  content: "";
  width: 80%;
  position: absolute;
  bottom: 0px;
  right: 10%;
  border: 1px solid #cf5964;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.service_card:hover .card_title {
  color: #950e1b;
}
.service_card:hover .card_img {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  z-index: 2;
  opacity: 0.1;
  position: absolute;
  top: 0px;
}
.service_card:hover .card_body {
  z-index: 4;
  background-color: transparent;
  overflow-y: auto;
  transition: all 1s ease-in-out;
  top: 0px;
  max-height: 17.5rem;
}
.service_card:hover .card_body .card_text {
  display: block;
  opacity: 1;
  transition: all 1s ease-in-out;
}

.step-card {
  width: 100%;
  border-radius: 1rem;
  padding: 1.55rem 1.25rem 1.35rem 1.25rem;
  background-color: #fff;
  display: flex;
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.step-card .icon {
  position: absolute;
  top: 0px;
  right: 0px;
}
.step-card .icon img {
  width: 4rem;
  max-width: 4rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.step-card .number {
  margin-right: 1rem;
}
.step-card .number img {
  width: 3.5rem;
  max-width: 3.5rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.step-card .content .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #222938;
  margin-bottom: 0.75rem;
}
.step-card .content .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #38455d;
}

.review-card {
  border-radius: 1rem;
  padding: 2.5rem 2rem 2rem;
  position: relative;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0.2rem 0.6rem rgba(19, 2, 3, 0.05);
}
.review-card img.icon {
  width: 5rem;
  -o-object-fit: fill;
     object-fit: fill;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 0;
}
.review-card img.image {
  max-height: 2.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.review-card .content {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.85rem;
  color: #222938;
}
.review-card .footer .name {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #273041;
}
.review-card .footer .postion {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #38455d;
}

.news-card {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0.2rem 0.5rem rgba(74, 7, 14, 0.05);
  height: 100%;
}
.news-card .image {
  border-radius: 1rem 1rem 0.75rem 0.75rem;
  overflow: hidden;
}
.news-card .image img {
  max-height: 14.15rem;
  min-height: 14.15rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news-card .card-body {
  padding: 1rem 1rem 1.5rem 1rem;
}
.news-card .card-body .info {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.news-card .card-body .info .type {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #cf5964;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
.news-card .card-body .info .type img {
  margin-right: 0.3rem;
  width: 0.5rem;
  height: 0.65rem;
}
.news-card .card-body .info .date {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #888f9e;
  display: flex;
  align-items: center;
}
.news-card .card-body .info .date img {
  margin-right: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
}
.news-card .card-body .title,
.news-card .card-body .title a {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.65rem;
  color: #273041;
  margin-bottom: 0.75rem !important;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.news-card .card-body .title:hover,
.news-card .card-body .title a:hover {
  color: #ba1222;
  font-weight: 700;
}
.news-card .card-body .description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.gallary-item-card {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0.2rem 0.5rem rgba(74, 7, 14, 0.05);
  height: 100%;
  text-decoration: none;
  display: block;
}
.gallary-item-card:focus-visible {
  outline-offset: 0px;
}
.gallary-item-card .image {
  border-radius: 1rem 1rem 0.75rem 0.75rem;
  overflow: hidden;
}
.gallary-item-card .image img {
  max-height: 14.15rem;
  min-height: 14.15rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallary-item-card .card-body {
  padding: 1rem 1rem 1.5rem 1rem;
}
.gallary-item-card .card-body .description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.gallary-item-card.vedio .image {
  position: relative;
}
.gallary-item-card.vedio .image::after {
  content: url("../../images/icons/ic_play.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(135deg, rgba(38, 35, 35, 0.5) 0%, rgba(19, 2, 3, 0.5) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision_card {
  padding: 1.5rem;
  background-color: #fefafb;
  border-radius: 1rem;
  border: solid 1px #f5dbde;
  width: 100%;
}
.vision_card .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #273041;
  margin-bottom: 0.75rem;
}
.vision_card .desc {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
}

.reason_card, .service_details .importance_section .importance_card {
  display: flex;
  align-items: center;
  padding: 2.5rem;
  background: rgb(252, 243, 244);
  background: linear-gradient(90deg, rgb(252, 243, 244) 0%, rgb(254, 253, 253) 100%);
  border-radius: 0.75rem;
}
.reason_card .icon, .service_details .importance_section .importance_card .icon {
  margin-right: 1.5rem;
}
.reason_card .icon img, .service_details .importance_section .importance_card .icon img {
  width: 2.2rem;
  height: 2.2rem;
  box-shadow: 0px 0px 2rem rgba(234, 184, 189, 0.6);
  border-radius: 50%;
}
.reason_card .content .title, .service_details .importance_section .importance_card .content .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1rem;
}
.reason_card .content .text, .service_details .importance_section .importance_card .content .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #38455d;
}

.certificate_card {
  background-color: #fff;
  border: solid #ebecef 0.1rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  height: 100%;
  box-shadow: inset 0px 0px 2.5rem rgba(19, 2, 3, 0.05);
}
.certificate_card .image {
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}
.certificate_card .image img {
  border-radius: 0.5rem;
  width: 100%;
  height: 20.5rem;
  background-color: #fff;
  box-shadow: inset 0px 0px 0.75rem rgba(19, 2, 3, 0.1);
}
.certificate_card .content .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #ba1222;
  margin-bottom: 1rem;
}
.certificate_card .content .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
}

footer {
  background: linear-gradient(180deg, #130203 0%, #5d0911 100%);
  text-align: center;
  padding-top: 3rem;
  overflow: hidden;
}
footer .logo {
  margin-bottom: 2rem;
}
footer .logo img {
  height: 3.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .lable {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #fff;
  margin-bottom: 2rem;
}
footer .list {
  margin-bottom: 2rem;
}
footer .list a {
  margin-right: 1.5rem;
  color: #f5dbde;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  text-decoration: none;
}
footer .list a:last-child {
  margin-right: 0px;
}
footer .follow_us span {
  color: #f5dbde;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.25rem;
  position: relative;
  background-color: transparent;
}
footer .follow_us span::after {
  content: "";
  height: 0.05rem;
  width: 5rem;
  background: linear-gradient(270deg, #c8414e 0%, #4a070e 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #c8414e 0%, #4a070e 100%);
}
footer .follow_us span::before {
  content: "";
  height: 0.05rem;
  width: 5rem;
  background: linear-gradient(90deg, #c8414e 0%, #4a070e 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
  border-radius: 0.4rem;
  background: linear-gradient(270deg, #c8414e 0%, #4a070e 100%);
}
footer .social_list {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5dbde;
}
footer .social_list .icon {
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.4rem;
  margin-right: 0.5rem;
  background-color: #5d0911;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social_list .icon img {
  height: 0.8rem;
}
footer .social_list .icon:last-child {
  margin-right: 0px;
}
footer .divider {
  height: 0.05rem;
  width: 100%;
  background-color: #700b14;
  margin-top: 0.75rem;
}
footer .copy-rights {
  padding: 1.8rem 0px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #fff;
  margin: 0px;
}
footer .copy-rights div a {
  text-decoration: none;
  margin-right: 1.5rem;
  color: #f5dbde;
}
footer .copy-rights div a:last-child {
  margin-right: 0px;
}

.page-header {
  padding: 11.15rem 1.5rem 3.25rem 1.5rem;
  width: 100%;
  background-image: url("../../images/page_header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header.large {
  padding-bottom: 24rem;
}
.page-header.medium {
  padding-bottom: 10rem;
}
.page-header .title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin: 0px auto;
}
.page-header .lable-white {
  margin: auto;
  margin-bottom: 0.75rem;
}
.page-header .lable-white ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px;
}
.page-header .lable-white ul li {
  margin-right: 0.5rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #fff;
}
.page-header .lable-white ul li.active {
  font-weight: 500;
}
.page-header .lable-white ul li img {
  transform: rotateY(180deg);
}
.page-header .lable-white ul li a {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #fff;
  text-decoration: none;
}
.page-header .lable-white ul li a.active {
  font-weight: 500;
}

.sort-section {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.sort-section label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #38455d;
  margin-right: 1rem;
}
.sort-section select.form-select {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 0.5rem;
  border: solid 1px #c6c7d0;
  color: #38455d;
  padding: 0.6rem 0.75rem;
  padding-right: 1.75rem;
  background-color: transparent;
  background-position: right 0.75rem center;
  background-image: url("../../images/icons/dropdown_arrow.svg");
  background-size: 0.45rem;
}
.sort-section select.form-select:focus {
  box-shadow: none;
}

.list-page {
  padding-bottom: 5rem;
}
.list-page .custom-btn-group {
  margin: 0px auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.load_more_btn {
  text-align: center;
  margin-top: 1.8rem;
}

.share_bar {
  background-color: #fcf6f6;
  padding: 1rem;
  padding-top: 0px;
}
.share_bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.share_bar .share_now {
  margin-top: 1rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
.share_bar .share_now p {
  margin-right: 0.6rem;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #606a7d;
}
.share_bar .share_now .social_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.share_bar .share_now .social_list .icon {
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.4rem;
  margin-right: 0.6rem;
  background-color: #f9eced;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
.share_bar .share_now .social_list .icon img {
  height: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.share_bar .share_now .social_list .icon:last-child {
  margin-right: 0px;
}
.share_bar .date {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #222938;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.share_bar .date img {
  margin-right: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
}

#liveToast_copyURL {
  text-align: center;
  width: 10rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
#liveToast_copyURL .toast-body {
  background-color: #fcf6f6;
}

.post-details {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.post-details .post-content img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  max-height: 30rem;
  margin: 0px auto;
  margin-bottom: 2rem;
}
.post-details .post-content h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1rem;
}
.post-details .post-content p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #38455d;
  margin-bottom: 0.5rem;
}
.post-details .post-content ul {
  flex-direction: column;
}
.post-details .post-content ul li {
  font-weight: 500;
}
.post-details .post-content .photos-gallary {
  margin-top: 0.5rem;
}
.post-details .post-content .photos-gallary .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.75rem;
  color: #222938;
  margin-bottom: 1.25rem;
}
.post-details .post-content .photos-gallary .gallary-list img {
  width: 9.8rem;
  height: 6.75rem;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
}
.post-details .related_posts {
  margin-left: 1.7rem;
}
@media (max-width: 767px) {
  .post-details .related_posts {
    margin-left: 0px;
    margin-top: 1.5rem;
  }
}

.related_posts {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #fcf6f6;
  border: solid 2px #f9eced;
}
.related_posts .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 0.5rem;
}
.related_posts .related-list .item {
  padding: 1.5rem 0px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: solid 2px #f5dbde;
}
.related_posts .related-list .item:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.related_posts .related-list .item img.image {
  width: 5.4rem;
  height: 5.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.related_posts .related-list .item .content {
  margin-left: 0.75rem;
}
.related_posts .related-list .item .content .date {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #888f9e;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.related_posts .related-list .item .content .date img {
  margin-right: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
}
.related_posts .related-list .item .content .text {
  margin-top: 0.3rem;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #222938;
  text-decoration: none;
  cursor: pointer;
}
.related_posts .related-list .item .content .text:hover {
  color: #ba1222;
  font-weight: 700;
}

.our-projects {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: rgb(93, 9, 17);
  background: linear-gradient(90deg, rgb(93, 9, 17) 0%, rgb(19, 2, 3) 50%, rgb(93, 9, 17) 100%);
  z-index: 0;
  position: relative;
}
.our-projects .item {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.our-projects .item img {
  height: 32.5rem;
  max-width: 26.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3rem;
}
.our-projects .item::after {
  content: url("../../images/icons/electric sign.svg");
  position: absolute;
  bottom: 1.5rem;
  left: 1.25rem;
  height: 3rem;
  z-index: 2;
  transform: rotateY(180deg);
  left: 1.25rem;
}
.our-projects .item .content {
  transform: skewX(15deg);
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: absolute;
  bottom: 2.8rem;
  left: 2.5rem;
  width: 12.5rem;
  height: 4.65rem;
  max-height: 4.65rem;
  transition: width 0.5s ease-in-out;
  padding: 0.8rem 1.25rem;
  z-index: 5;
  width: 80%;
  max-width: 100%;
  transform: skewX(-14deg);
}
.our-projects .item .content .text {
  display: block;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.our-projects .item .content img {
  display: none;
  opacity: 0;
}
.our-projects .item .logo {
  width: 100%;
  height: 100%;
  text-align: center;
  transform: skewX(-15deg);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.5s ease-in-out;
  transform: skewX(14deg);
}
.our-projects .item .logo img {
  max-height: 100%;
  width: auto;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 1.8s ease-in-out;
}
.our-projects .item .logo .text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #273041;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-projects .item:hover .content {
  background-color: rgba(186, 18, 34, 0.75);
}
.our-projects .item:hover .content .text {
  color: #F9ECED;
}
.our-projects .projects-nav {
  margin-top: 1.75rem;
}

.project_details {
  margin-top: -18.5rem;
  padding-bottom: 6rem;
}
.project_details .img-cover {
  width: 100%;
  max-height: 33.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
}
.project_details .img-cover img {
  width: 100%;
  max-height: 100%;
  border-radius: 0.75rem;
}
.project_details .company_name {
  width: 100%;
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  background-color: #f6f7fa;
  border: solid 1px #ebecef;
  height: 100%;
}
.project_details .company_name img {
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}
.project_details .company_name .text {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #273041;
}
.project_details .project_name {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  background-color: #fcf6f6;
  border: solid 1px #fbf1f2;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #cf5964;
}
.project_details .project_name span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #38455d;
  margin-right: 0.5rem;
}
.project_details .content {
  margin-top: 1.25rem;
  margin-bottom: 4rem;
}
.project_details .content p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #38455d;
  margin-bottom: 1.5rem;
}
.project_details .owl-carousel-project-details .item img {
  height: 17.5rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.FAQs_section {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fefafb;
}
.FAQs_section .accordion-item {
  margin-bottom: 1.25rem;
  border-radius: 0.6rem;
  box-shadow: 0rem 0.15rem 0.5rem rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border: 0px;
  overflow: hidden;
}
.FAQs_section .accordion-item .accordion-button {
  padding: 1.25rem;
  position: relative;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.75rem;
  color: #222938;
  padding-right: 3.5rem;
  text-align: left;
}
.FAQs_section .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ba1222;
  color: #fefafb;
}
.FAQs_section .accordion-item .accordion-button:not(.collapsed)::after {
  content: url("../../images/icons/collapse.png");
}
.FAQs_section .accordion-item .accordion-button::after {
  content: url("../../images/icons/expand.png");
  background: transparent;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
}
.FAQs_section .accordion-item .accordion-button:focus {
  border: 0px;
  box-shadow: none;
}
.FAQs_section .accordion-item .accordion-body {
  padding: 1.25rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.65rem;
  color: #38455d;
}

.who_salem {
  background-color: #fcf6f6;
}
.who_salem .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.65rem;
  color: #273041;
  margin-bottom: 1.25rem;
}
.who_salem .pragraph {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #38455d;
}
.who_salem .pragraph p {
  margin-bottom: 1.5rem;
}
.who_salem .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.who_salem .cover_image {
  position: relative;
  width: 100%;
  padding-left: 3.25rem;
  display: block;
}
@media (max-width: 767px) {
  .who_salem .cover_image {
    padding-left: 0px;
  }
}
.who_salem .cover_image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 26.5rem;
}
.who_salem .cover_image::after {
  position: absolute;
  top: 40%;
  right: 45%;
  transform: translate(-50%);
  content: url("../../images/icons/ic_play.png");
  cursor: pointer;
}

.vision {
  z-index: 5;
  position: relative;
}
.vision::after {
  content: "";
  background-image: url("../../images/whoWeAre/vision_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
  z-index: 1;
}
@media (width > 1800px) {
  .vision::after {
    width: 28%;
  }
}
@media (width > 2000px) {
  .vision::after {
    width: 30%;
  }
}
@media (width > 2500px) {
  .vision::after {
    width: 33%;
  }
}
@media (width < 1800px) {
  .vision::after {
    width: 25%;
  }
}
.vision .icon_image {
  text-align: center;
  margin-bottom: 2.5rem;
  z-index: 5;
}
.vision .icon_image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 16.5rem;
}
.vision .content {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .vision .icon_image {
    display: none;
  }
  .vision::after {
    display: none;
  }
}

.WhySalim .top_text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #38455d;
  margin-bottom: 5rem;
}
.WhySalim .reason_card, .WhySalim .service_details .importance_section .importance_card, .service_details .importance_section .WhySalim .importance_card {
  margin-bottom: 1rem;
}
.WhySalim .bottom_card {
  padding: 2rem 1rem;
  border-radius: 1rem;
  background-color: #eeeff2;
  color: #273041;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.65rem;
  text-align: center;
  margin-top: 2rem;
}

.company_acc .top_text {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #222938;
  text-align: center;
  margin-bottom: 3rem;
}
.company_acc div.col-md-6 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .certificate_model .image {
    margin-bottom: 2.5rem;
  }
}
.certificate_model .image img {
  width: 100%;
  max-height: 22.65rem;
  border-radius: 0.5rem;
}
.certificate_model .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #820d18;
  margin-bottom: 1rem;
}
.certificate_model .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #38455d;
}
.certificate_model .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.vision_page .colored_card {
  background-color: #fcf6f6;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.vision_page .colored_card .image img {
  height: 100%;
  max-height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vision_page .colored_card .content {
  padding-left: 0px;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1.75rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.vision_page .colored_card .content::before {
  content: url("../../images/icons/quote-icon.svg");
  width: 3.3rem;
  position: absolute;
  top: 0.75rem;
  left: -0.6rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .vision_page .colored_card .content {
    padding-left: 1.5rem;
  }
}
.vision_page .colored_card .content .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.65rem;
  color: #820d18;
  margin-bottom: 1rem;
  z-index: 4;
}
.vision_page .colored_card .content .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #38455d;
  z-index: 4;
}
.vision_page .vision_paragraph {
  margin-bottom: 2.5rem;
}
.vision_page .vision_paragraph .image {
  margin-right: 1rem;
}
.vision_page .vision_paragraph .image img {
  max-width: 100%;
  border-radius: 1rem;
  width: 15.3rem;
  min-width: 10rem;
}
.vision_page .vision_paragraph p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
  margin-bottom: 1rem;
}
.vision_page .vision_paragraph p:last-child {
  margin-bottom: 0px;
}
.vision_page .vision_paragraph .content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .vision_page .vision_paragraph .content {
    flex-direction: column;
  }
  .vision_page .vision_paragraph .content .image {
    margin-bottom: 1.5rem;
    justify-content: center;
  }
}
.vision_page .bottom_text {
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
}

@media (max-width: 767px) {
  .readings_company .image {
    margin-bottom: 2rem;
  }
}
.readings_company .image img {
  width: 100%;
  max-height: 19rem;
}
.readings_company .content {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .readings_company .content {
    padding-left: 0px;
  }
}
.readings_company .content .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.65rem;
  color: #273041;
  margin-bottom: 1.25rem;
}
.readings_company .content .text p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #38455d;
  margin-bottom: 1.25rem;
}
.readings_company .content .text p:last-child {
  margin-bottom: 0px;
}

.decisions .decisions_item .decisions_card {
  padding: 2.5rem;
  background-color: #eeeff2;
  border-radius: 1rem;
  display: flex;
}
@media (max-width: 767px) {
  .decisions .decisions_item .decisions_card {
    flex-direction: column;
    justify-content: center;
  }
  .decisions .decisions_item .decisions_card .image {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.decisions .decisions_item .decisions_card .image {
  margin-right: 1.2rem;
}
.decisions .decisions_item .decisions_card .image img {
  height: 11.5rem;
  max-width: 18.5rem;
  border-radius: 0.5rem;
  box-shadow: -0.05rem 0.15rem 1.5rem rgba(28, 30, 68, 0.2);
}
.decisions .decisions_item .decisions_card .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.75rem;
  color: #273041;
  margin-bottom: 1rem;
}
.decisions .decisions_item .decisions_card .text {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #820d18;
  margin-bottom: 1rem;
  display: flex;
}
.decisions .decisions_item .decisions_card .text:before {
  content: "";
  background-image: url("../../images/icons/list_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  display: block;
}
.decisions .decisions_item .item_content {
  margin: 0px 3rem;
  padding: 2rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .decisions .decisions_item .item_content {
    margin: 0px 2rem;
  }
}
.decisions .decisions_item .item_content .paragraph {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #38455d;
  margin-bottom: 1.5rem;
}
.decisions .decisions_item .item_content .writer {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #38455d;
}
.decisions .divider {
  margin: 4rem 0px;
  height: 0.05rem;
  width: 100%;
  background-color: #d7dadf;
  border-radius: 1rem;
}

.social_responsibility {
  padding-bottom: 5rem;
}
.social_responsibility .top_card {
  display: flex;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .social_responsibility .top_card {
    margin-bottom: 5rem;
  }
}
.social_responsibility .top_card img {
  height: 25rem;
  max-width: 15rem;
}
@media (max-width: 767px) {
  .social_responsibility .top_card img {
    display: none;
  }
}
.social_responsibility .top_card .content {
  padding-top: 2.5rem;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  .social_responsibility .top_card .content {
    padding-left: 0px;
  }
}
.social_responsibility .top_card .content .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1.25rem;
  max-width: 37.5rem;
}
.social_responsibility .top_card .content .text {
  max-width: 37.5rem;
}
.social_responsibility .top_card .content .text p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #38455d;
  margin-bottom: 1.25rem;
}
.social_responsibility .responsibility_item {
  padding-bottom: 5rem;
}
.social_responsibility .responsibility_item:nth-child(even) img.cover {
  left: 0px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.social_responsibility .responsibility_item:nth-child(even) .contain_card {
  margin-right: 0;
  margin-left: auto;
}
@media (width > 2000px) {
  .social_responsibility .responsibility_item:nth-child(even) .card_item {
    right: -50%;
  }
}
.social_responsibility .responsibility_item:nth-child(odd) img.cover {
  right: 0px !important;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.social_responsibility .responsibility_item:nth-child(odd) .contain_card {
  margin: auto;
  margin-right: auto;
  margin-left: 0;
}
@media (width > 2000px) {
  .social_responsibility .responsibility_item:nth-child(odd) .card_item {
    left: -50%;
  }
}
@media (max-width: 767px) {
  .social_responsibility .responsibility_item {
    padding-bottom: 0px;
  }
  .social_responsibility .responsibility_item img.cover {
    display: none;
  }
  .social_responsibility .responsibility_item .contain_card {
    margin: auto !important;
  }
}
.social_responsibility .responsibility_item img.cover {
  height: 26rem;
  top: -3rem;
  z-index: 2;
}
@media (width > 2000px) {
  .social_responsibility .responsibility_item img.cover {
    border-radius: 0.5rem;
  }
}
.social_responsibility .contain_card {
  margin-left: auto;
}
.social_responsibility .card_item {
  background-color: #fff;
  border-radius: 1rem;
  border: solid 2px #ebecef;
  padding: 2rem;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  z-index: 5;
  position: relative;
  box-shadow: inset 0px 0px 2.5rem rgba(19, 2, 3, 0.05);
}
.social_responsibility .card_item .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #820d18;
  margin-bottom: 1rem;
}
.social_responsibility .card_item .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #38455d;
  margin-bottom: 1rem;
}
.social_responsibility .card_item .list_images img {
  width: 5.25rem;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}

.bg-blured {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.bg-blured > * {
  z-index: 3;
}
.bg-blured::after {
  content: url("../../images/icons/blured_circle.png");
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  filter: blur(2.5rem);
}
.bg-blured::before {
  content: url("../../images/icons/blured_circle.png");
  position: absolute;
  top: 0%;
  left: 0%;
  width: 5rem;
  height: 5rem;
  z-index: 1;
  filter: blur(2.5rem);
}

.services_page .top-text {
  padding-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.65rem;
}

.service_details {
  margin-top: -18.5rem;
}
.service_details .top_service_card {
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  overflow: hidden;
}
.service_details .top_service_card .top_text {
  padding: 1.5rem;
  background-color: #f9eced;
  box-shadow: inset 0px 0.2rem 0px #cf5964;
}
.service_details .top_service_card .top_text p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.65rem;
  color: #222938;
  width: 80%;
  margin: auto;
  text-align: center;
}
.service_details .content_card {
  padding: 2.5rem;
  padding-bottom: 3rem;
  background-color: #fef4f6;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background-image: url("../../images/service_bg.svg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.service_details .content_card .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #222938;
  margin-bottom: 0.5rem;
}
.service_details .content_card .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222938;
  margin-bottom: 1rem;
}
.service_details .content_card .text * {
  font-family: "Tajawal", serif !important;
}
.service_details .content_card image {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_details .content_card svg {
  max-width: 100%;
}
@media (max-width: 767px) {
  .service_details .content_card svg {
    display: none;
  }
}
.service_details .importance_section .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 0.5rem;
}
.service_details .importance_section .text {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #273041;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .service_details .importance_section .container {
    max-width: calc(100% - (100vw - 960px) / 2);
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .service_details .importance_section .container {
    max-width: calc(100% - (100vw - 1110px) / 2);
    margin-right: 0;
  }
}
@media (width > 768px) {
  .service_details .importance_section .owl-carousel-service-details .item {
    height: 100%;
  }
  .service_details .importance_section .owl-carousel-service-details .item .importance_card {
    height: 100%;
  }
}
.service_details .importance_section .importance_card {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, rgb(254, 253, 253) 0%, rgb(252, 243, 244) 100%);
}
.service_details .importance_section .importance_card .icon {
  margin-right: 0px;
  margin-bottom: 1.25rem;
}
.service_details .importance_section .importance_card .title {
  color: #820d18 !important;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
.service_details .forWho {
  background-color: #f6f7fa;
}
.service_details .forWho .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1.25rem;
}
.service_details .forWho .custom_list, .service_details .forWho .post-details .post-content ul, .post-details .post-content .service_details .forWho ul {
  flex-direction: column;
}
.service_details .forWho .custom_list li, .service_details .forWho .post-details .post-content ul li, .post-details .post-content .service_details .forWho ul li {
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.service_details .forWho .custom_list li strong, .service_details .forWho .post-details .post-content ul li strong, .post-details .post-content .service_details .forWho ul li strong {
  font-weight: 700;
  margin-left: 0.25rem;
}
.service_details .whyChooseSalim .reason_card, .service_details .whyChooseSalim .importance_section .importance_card, .service_details .importance_section .whyChooseSalim .importance_card {
  background: #fcf6f6 !important;
  border: solid 1px #fbf1f2;
  height: 100%;
  align-items: flex-start;
  padding: 1.5rem 1.2rem;
}
.service_details .bottom_section {
  background-image: url("../../images/service_bottom_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_details .bottom_section p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
}

.apply_sevice {
  margin-bottom: 5rem;
}
.apply_sevice .form_card {
  margin-top: -7.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0.15rem 1.5rem rgba(0, 0, 0, 0.12);
}
.apply_sevice .form_card .form_header {
  padding: 1.5rem 2.5rem;
  background-color: #f9eced;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apply_sevice .form_card .form_header > div {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-right: 0.5rem;
}
.apply_sevice .form_card .form_header > div img {
  width: 5.5rem;
  height: 4rem;
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.apply_sevice .form_card .form_header button {
  background-color: #f7e3e4;
  color: #ba1222;
  fill: #dd8991;
  border-color: #f5dbde;
}
.apply_sevice .form_card .form_body {
  padding: 2.5rem;
  padding-top: 1.5rem;
  background-color: #fcf6f6;
}
.apply_sevice .form_card .form_body .title {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #950e1b;
  margin-bottom: 1.25rem;
}
.apply_sevice .form_card .form_body section {
  margin-bottom: 2.5rem;
}
.apply_sevice .form_card .form_body section .section_title {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #4c586d;
}
.apply_sevice .form_card .form_body section > div {
  margin-bottom: 0.75rem;
}
.apply_sevice .form_card .form_body section small.form-text {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.95rem;
  color: #afb5be;
}
.apply_sevice .form_card .form_body input,
.apply_sevice .form_card .form_body textarea {
  background-color: #fefdfd;
}
.apply_sevice .form_card .form_body select.form-select {
  width: 100%;
  border-radius: 0.5rem;
  border: solid 1px #c6c7d0;
  color: #38455d;
  padding: 0.6rem 0.75rem;
  padding-right: 1.75rem;
  background-color: #fefdfd;
  background-position: right 0.75rem center;
  background-image: url("../../images/icons/dropdown_arrow.svg");
  background-size: 0.45rem;
}
.apply_sevice .form_card .form_body select.form-select:focus {
  box-shadow: none;
}
.apply_sevice .form_card .form_body .btn_primary {
  margin-top: 1.5rem;
}

.chooseServiceDialog .modal-content {
  border-radius: 1rem;
  overflow: hidden;
}
.chooseServiceDialog .modal-header {
  padding: 1.2rem 2rem;
  padding-right: 1.2rem;
  background-color: #fcf6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chooseServiceDialog .modal-header h1 {
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #222938;
}
.chooseServiceDialog .modal-body {
  padding: 2rem;
  padding-top: 1rem;
  background-color: #fefdfd;
}
.chooseServiceDialog .modal-body .hint {
  color: #950e1b;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
.chooseServiceDialog .modal-body .form-check {
  padding: 0px;
}
.chooseServiceDialog .modal-body label {
  width: 100%;
}
.chooseServiceDialog .modal-body input:checked + label .item {
  background-color: #fcf6f6;
  border: solid 1px #e7acb2;
}
.chooseServiceDialog .modal-body input:checked + label .item h2 {
  color: #820d18;
  font-size: 1.1rem;
}
.chooseServiceDialog .modal-body .item {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #f6f7fa;
  border: solid 1px #eeeff2;
  padding: 0.75rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.chooseServiceDialog .modal-body .item img {
  width: 4.7rem;
  height: 3rem;
  border-radius: 0.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.75rem;
}
.chooseServiceDialog .modal-body .item h2 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #38455d;
  margin-bottom: 0px;
}
.SuccessMessagePopUp .modal-content {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fefdfd;
}
.SuccessMessagePopUp .modal-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
}
.SuccessMessagePopUp .modal-body img {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 1rem;
}
.SuccessMessagePopUp .modal-body .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #222938;
  margin-bottom: 0.75rem;
  text-align: center;
}
.SuccessMessagePopUp .modal-body .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #222938;
  margin-bottom: 1rem;
  text-align: center;
}
.SuccessMessagePopUp .modal-body p.small {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #222938;
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact_us_page {
  overflow-x: hidden;
  padding-bottom: 0px !important;
}
.contact_us_page form {
  padding: 2rem;
  padding-top: 4.15rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 0.15rem 1.5rem rgba(0, 0, 0, 0.12);
  position: relative;
}
.contact_us_page form input,
.contact_us_page form textarea {
  background-color: #fefdfd;
  border-color: #d7dadf;
  color: #888f9e;
  font-size: 0.9rem;
  font-weight: 500;
}
.contact_us_page form .form-group > div {
  margin-bottom: 1rem;
}
.contact_us_page form::after {
  content: url("../../images/dots-pattern.png");
  max-width: 25rem;
  max-height: 14.6rem;
  bottom: -3rem;
  right: -3rem;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact_us_page form {
    margin-top: 2.5rem;
  }
}
.contact_us_page .content .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1rem;
}
.contact_us_page .content .title span {
  position: relative;
}
.contact_us_page .content .title span * {
  z-index: 3;
}
.contact_us_page .content .title span::after {
  content: "";
  width: 100%;
  height: 1.6rem;
  z-index: -1;
  background-color: #eec4c8;
  position: absolute;
  bottom: -0.75rem;
  right: 0px;
}
.contact_us_page .content .sub_title {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.65rem;
  color: #273041;
  padding-bottom: 2rem;
  border-bottom: solid 1rem #f9eced;
}
.contact_us_page .content .contact_info {
  margin-top: 4rem;
}
.contact_us_page .content .contact_info .title {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #950e1b;
  margin-bottom: 1.25rem;
}
.contact_us_page .content .contact_info .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.contact_us_page .content .contact_info .item:last-child {
  margin-bottom: 0px;
}
.contact_us_page .content .contact_info .item .icon {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f8e7e9;
  vertical-align: middle;
  margin-right: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_us_page .content .contact_info .item .icon img {
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
}
.contact_us_page .content .contact_info .item .text a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #38455d;
  text-decoration: none;
}
.contact_us_page iframe {
  height: 500px;
  width: 100%;
  margin-top: 6rem;
}

.verify_certificate {
  background-image: url("../../images/BG1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.verify_certificate .verify_card {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 0.15rem 1.5rem rgba(0, 0, 0, 0.12);
}
.verify_certificate .verify_card .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #273041;
  margin-bottom: 1rem;
}
.verify_certificate .verify_card .text {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.65rem;
  color: #273041;
  margin-bottom: 2rem;
}
.verify_certificate .verify_card .input_check {
  display: flex;
  background-color: #fefdfd;
  border: 0.05rem solid #747d8e;
  padding: 0.25rem;
  width: 100%;
  flex-wrap: nowrap;
  border-radius: 0.2rem;
  padding-left: 0.8rem;
  justify-content: space-between;
  align-items: center;
}
.verify_certificate .verify_card .input_check input {
  width: 70%;
  border: none !important;
  background-color: transparent;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #222938;
}
.verify_certificate .verify_card .input_check input:focus {
  outline: none !important;
}
@media (max-width: 767px) {
  .verify_certificate .verify_card {
    margin-bottom: 2rem;
  }
}
.verify_certificate .result_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verify_certificate .result_section .status_image {
  max-width: 100%;
  height: 16.5rem;
}
.verify_certificate .result_section .expired_status {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verify_certificate .result_section .expired_status .expired_text {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
  border: 1px #fbf1f2 solid;
  color: #cb0f21;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.verify_certificate .result_section .expired_status .expired_text svg {
  margin-right: 0.5rem;
  height: 1.2rem;
}
.verify_certificate .valid_status {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verify_certificate .valid_status .certifiacte_image {
  height: 21.5rem;
  max-width: 100%;
  border: solid 0.75rem rgba(241, 208, 211, 0.5);
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
}
.verify_certificate .valid_status .valid_text {
  width: 100%;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px #fbf1f2 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.verify_certificate .valid_status .valid_text .text {
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #2d374a;
  display: flex;
  align-items: center;
}
.verify_certificate .valid_status .valid_text .text span {
  color: #888f9e;
}
.verify_certificate .valid_status .valid_text .text .status {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #538a37;
}
.verify_certificate .valid_status .valid_text .text .status svg {
  height: 1.2rem;
  margin-right: 0.5rem;
}
.verify_certificate .valid_status .hint {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.3rem;
  color: #38455d;
  text-align: center;
  width: 100%;
}
.verify_certificate .valid_status .hint a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.3rem;
  color: #950e1b;
}

.search-content .search-items .item {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0.15rem 0.75rem rgba(0, 0, 0, 0.12);
  margin-bottom: 1.5rem;
  padding: 1.25rem;
}
.search-content .search-items .item .badge {
  margin-left: 0.75rem;
  color: #0d3068;
  font-size: 0.7rem;
  line-height: 1.2rem;
  font-weight: 500;
  border-radius: 0.1rem;
  background-color: #fbf1f2;
  padding: 0.35rem 1rem;
}
.search-content .search-items .item .date {
  color: #222938;
  font-size: 0.7rem;
  line-height: 2.5rem;
  font-weight: 400;
  display: inline-block;
}
.search-content .search-items .item a.title {
  color: #273041;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.search-content .search-items .item .text {
  color: #606a7d;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 400;
}
.search-content .pagination {
  margin-top: 1.5rem;
}
.search-content .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0px;
}
.search-content .pagination ul li a {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  color: #273041;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 500;
  background-color: rgba(251, 241, 242, 0.05);
  margin: 0rem 0.5rem;
  transition: all 0.1s ease-in;
  text-decoration: none;
  border: solid 0.05rem #e7acb2;
}
@media (max-width: 575px) {
  .search-content .pagination ul li a {
    width: 1.75rem;
    padding: 0.25rem;
    height: 1.75rem;
    font-size: 0.6rem;
    line-height: 1.15rem;
    margin: 0rem 0.25rem;
  }
}
.search-content .pagination ul li:hover a, .search-content .pagination ul li.active a {
  background-color: #fbf1f2;
  color: #273041;
}
.search-content .pagination ul li:hover svg path, .search-content .pagination ul li.active svg path {
  fill: #273041;
}/*# sourceMappingURL=style.css.map */