:root {
  --main-color: #162687;
  --sec-color: #080d2f;
  --hover-color: #b92b27;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Regular.ttf");
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf");
}
@font-face {
  font-family: "bold";
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf");
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/IBMPlexSansArabic-Medium.ttf");
}
@font-face {
  font-family: "Light";
  src: url("../fonts/IBMPlexSansArabic-Light.ttf");
}
body {
  direction: rtl;
  text-align: start;
  font-family: "IBMPlexSansArabic";
  overflow-x: hidden;
}

.owl-carousel {
  direction: ltr;
}

button:focus {
  border: none;
  outline: none;
}

input:focus {
  outline: none;
}

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

a,
a:hover {
  text-decoration: none;
}
html {
  scroll-behavior: smooth; /* */
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 4;
  transition: all 0.3s ease;
  background: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%);
}
.left-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.logo img {
  max-height: 36px;
}
/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 16px;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.nice-select::after {
  left: 12px;
  right: auto;
  border-bottom: 2px solid #01568d;
  border-right: 2px solid #01568d;
}
.nice-select .option {
  text-align: start;
  padding-left: 29px;
  padding-right: 18px;
}
.nice-select .list {
  width: 100%;
}
.nice-select:after {
  width: 10px;
  height: 10px;
  top: 20px;
}
/* Start header */
.sidebar .lang {
  padding-inline-start: 20px;
  padding-top: 10px;
}
.sidebar .lang a {
  color: #222222;
  font-size: 20px;
}
.sidebar-logo {
  padding-inline-start: 20px;
  margin-top: 36px;
}
.sidebar-logo img {
  height: 35px;
}

.navbar-menu li {
  padding: 0 14px;
}

.navbar-menu li a {
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Medium";
}

.navbar-menu li.current-menu-item:first-of-type a {
  color: #E61D25;
}
header.sticky .navbar-menu li .nav-link.active {
  color: #E61D25;
}
.lang a {
  text-transform: capitalize;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
  font-family: "Medium";
  text-decoration: underline;
}

.mynav .row {
  align-items: center;
  padding: 34px 0;
}

.search-btn i {
  transition: all 0.7s;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-menu,
.project-type ul {
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
  justify-content: center;
}

.request a {
  color: #fff;
  min-width: 135px;
  padding: 12px 10px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  background: var(--main-color);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 48px;
  font-family: "Medium";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.navbar-toggler i {
  color: #fff;
  font-size: 25px;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.responsive-menu .left-menu {
  display: flex;
}

.responsive-menu .lang {
  margin-inline-start: 6px;
  color: var(--bg-color);
  text-transform: capitalize;
  font-weight: bold;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
  padding: 0;
  width: 38px;
  height: 38px;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.responsive-menu .searchForm .btnSearch i {
  color: #fff;
}
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  /* bottom: 0; */
  right: -450px;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 999;
  padding: 20px 0;
  transition: all 0.7s;
  padding: 20px 0;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #222222;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  margin-top: 15px;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid #00000014;
}

.sidebar .side-content ul li a {
  color: #222222;
  display: inline-block;
  padding: 14px 20px;
  position: relative;
  transition: all 0.6s;
}

.sidebar .contact-buttons {
  justify-content: center;
  margin-top: 60px;
}

.mynav {
  margin-top: 0;
}
/* Start hero section */
.hero-section {
  padding: 127px 0 86px;
  position: relative;
  height: 749px;
  background: linear-gradient(
    135deg,
    rgba(255, 229, 227, 0) 0%,
    rgba(192, 199, 255, 0.5) 100%
  );
}
.hero-section::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0 280px 0 0;
  height: 100%;
}
.hero-slider {
  position: absolute;
  top: 127px;
  left: 0;
  width: 50%;
}
.slider-img {
  height: 536px;
  width: 85%;
}
.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 136px 0 0;
}
.hero-info h3 {
  margin-bottom: 24px;
  font-size: 48px;
  font-family: "bold";
  font-weight: 700;
  color: #162687;
  line-height: 70px;
}

.hero-info p {
  margin-bottom: 24px;
  font-size: 18px;
  color: #555555;
  font-family: "Medium";
  line-height: 28px;
}

.hero-info {
  padding-top: 100px;
  padding-inline-end: 81px;
}
.read-more a,
.read-more button {
  display: inline-flex;
  padding: 11px 10px;
  min-width: 115px;
  color: var(--main-color);
  transition: all 0.3s;
  text-align: center;
  background: #fff;
  border-radius: 48px;
  font-weight: 500;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  border: 2px solid #162687;
  font-family: "Medium";
}

.read-more a i {
  margin-top: 6px;
  font-weight: 700;
}

.section-title {
  text-align: center;
}
.hero-info h2 {
  font-size: 48px;
  background: linear-gradient(to left, #162687 34%, #fd2d17 11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "bold";
  font-weight: 700;
}
/* ---------------------------------------------------    */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

.section-title h4 {
  color: var(--sec-color);
  margin-bottom: 48px;
  font-size: 48px;
  font-family: "bold";
  font-weight: 700;
}
.section-title h6 {
  font-size: 24px;
  max-width: 76%;
  margin: 0 auto 48px;
}
/* ------------------------------------------------------- */
/* Start about section */
section {
  padding: 80px 0;
  overflow: hidden;
}
section.about {
  background: #dcdeec;
  text-align: center;
  padding: 100px 0;
}

section.about .row,
section.vission .row {
  justify-content: center;
}

section.vission {
  background: #f2ecff;
}

.vission-info {
  background: #fcfcfc;
  padding: 53px 197px;
  border-radius: 16px;
}

header.sticky .mynav .row {
  padding: 10px 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 36px;
  height: 12px;
  border-radius: 2px;
  background: #fd2d17;
  opacity: 20%;
  transition: all 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 57px;
  opacity: 100%;
  background: #fd2d17;
}

.hero-slider .owl-theme .owl-dots {
  margin-inline-end: 60px;
}

.about-info h4 {
  margin-bottom: 32px;
}

.about-info h3 {
  padding: 0 48px;
  font-size: 20px;
  font-family: "bold";
  font-weight: 700;
  line-height: 31px;
  color:#272626;
  margin-bottom: 16px;
}

.about-info p {
  font-size: 18px;
  color: #555555;
  font-family: "Medium";
  line-height:29px;
}
.vission-info h4 {
  margin-bottom: 17px;
  font-size: 32px;
  color: var(--sec-color);
  font-weight: 700;
  font-family: "bold";
  text-align: center;
}

.vission-info p {
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  font-family: "bold";
  margin: 0;
}
/* -------------------------  faq section ---------------   */
.card-header {
  border: none;
  padding: 0;
  border-radius: 0px !important;
  background-color: transparent;
}

.card {
  border: none;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 12px 12px 50px 0px #00000014;
}

.card-header .btn {
  display: flex;
  padding: 18px 20px;
  width: 100%;
  font-size: 20px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  border: none;
  text-align: start;
  color: #080d2f;
  background: #ffffff29;
  font-weight: 700;
  font-family: "bold";
  align-items: center;
  gap: 8px;
}

.card-header .btn::after {
  color: #05558e;
  content: "\f067";
  position: absolute;
  left: 20px;
  font-family: "font awesome 5 pro";
  font-weight: 400;
  top: 16px;
  font-size: 18px;
}
.services .card-header .btn::after {
  opacity: 0;
}
.services .card-header .btn::before {
  color: #fd2d17;
  position: absolute;
  left: -14px;
  width: 24px;
  height: 24px;
  margin: auto 0;
  top: 36px;
  transition: all 0.2s;
  opacity: 0;
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(55deg);
}
.card-header .btn:not(.collapsed)::before {
  opacity: 1;
}

.card-body {
  padding: 21px 20px 8px;
  border-radius: 0 0 16px 16px;
  border-top: none;
  border: none;
  background: transparent;
  padding-top: 0px;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed) {
  font-size: 20px;
  background: transparent;
  color: #fff;
  padding: 10px 24px;
  border-radius: 0;
  font-family: "bold";
  font-weight: 700;
  margin-bottom: 16px;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
  color: var(--sec-color);
}

.card-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* --------------------  services ---------------   */
.services {
  background: #fcfcfc;
  padding: 135px 0 66px;
}
.services-slider-img {
  height: 632px;
}
.services-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.tab-content {
  height: 600px;
}
.services .nav-item.card.active .nav-link, .services .nav-item.card .show > .nav-link {  
    background: linear-gradient(90deg, #fd2d17 0%, #162687 100%); 
   
 
}
.services .nav-item.card:not(.active)  .nav-link.active,
.services .nav-item.card:not(.active)  .show > .nav-link{
  background: #fff;
}
.services .nav-item.card.active {
  background: linear-gradient(90deg, #fd2d17 0%, #162687 100%);
  /*padding-top: 28px;*/
  padding-inline-start: 16px;
}
li.nav-item.card.active .card-header .btn:not(.collapsed) {
    padding-top: 28px;
}
.services .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.card-body ul li h5 {
  font-size: 18px;
  font-family: "Medium";
}

.card-body ul li h6 {
  font-size: 16px;
}

.card-body ul li {
  margin-bottom: 28px;
}

.card-body ul li ul {
  list-style: disc;
  padding-inline-start: 16px;
}
.card-body ul li h6 ul li,
.card-body ul li ul li {
  margin-bottom: 8px;
}
/* --------------------------------------------------------- */
.contact-form {
  background: #fff;
  padding: 48px;
  margin-top: 80px;
  border-radius: 24px;
  box-shadow: 0px 16px 72px 0px #061c3d14;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.nice-select {
  width: 100%;
  border: 1px solid #e6e8ec;
  border-radius: 5px;
  padding: 11px;
  height: 48px;
  color: #838e9e;
  font-size: 14px;
  line-height: 25px;
}

.read-more button {
  background: var(--sec-color);
  color: #fff;
  min-width: 215px;
  font-weight: 400;
}

.contact-form label {
  color: #221e46;
  font-size: 14px;
  margin-bottom: 6px;
}

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

.contact-form textarea {
  height: 154px;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #e6e8ec;
}

/* -----------  Start footer section  -------------------- */
.fa-brands {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}
footer {
  background: #f2ecff;
  padding-top: 90px;
}

.footer-logo img {
  height: 35px;
}
.footer-logo {
  text-align: center;
}

.mynav-menu {
  background: #fff;
  max-width: max-content;
  margin: 24px auto;
  border: 1px solid #ffe0dc;
  border-radius: 120px;
  padding: 8px 13px;
}

.mynav-menu ul li a {
  color: #000;
  padding: 0 16px;
  font-weight: 500;
  font-family: "Medium";
  transition: all 0.3s;
}

.footer-title h3 {
  margin: 0;
  font-size: 24px;
  color: #272626;
  font-family: "bold";
  text-align: center;
}

footer .contact {
  max-width: max-content;
  margin: 24px auto;
  background: #fff;
  border: 1px solid #ffe0dc;
  padding: 43px 12px;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .contact ul li span.key {
  display: block;
}

footer .contact ul li {
  padding: 0 12px;
}

footer .contact ul li a {

  font-size: 12px;
  font-family: "Medium";
  transition: all 0.3s;
}
footer .contact ul li a span.key {
     color: #000;
       transition: all 0.3s;
}
footer .contact ul li span.data {
  color: #0a113d;
  font-size: 16px;
  transition: all 0.3s;
}
footer .contact ul li span.data u {
  direction: ltr;
  display: inline-block;
  text-decoration: none;
}
footer .contact ul li span.data i {
  color: #162687;
  padding-inline-end: 4px;
  font-weight: 700;
  transition: all 0.3s;
}

.copy-rights p span {
  color: #fd2d17;
  font-size: 18px;
  font-family: "IBMPlexSansArabic";
}

.work-time h5 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-family: "Medium";
}

.work-time {
  background: #fff;
  max-width: max-content;
  margin: auto;
  border: 1px solid #ffe0dc;
  border-radius: 120px;
  padding: 8px 13px;
}

.work-time h5 i {
  color: #162687;
  font-weight: 500;
}
.bottom-footer {
  padding: 18px 0;
  margin-top: 22px;
  background: #fcfcfc;
}

.copy-rights p {
  text-align: center;
  color: #010312;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Light";
}

.footer-logo p {
  color: #b4bbc5;
  margin-top: 24px;
}

.footer-links li a {
  color: #838e9e;
  font-weight: 500;
  transition: all 0.3s;
}

.footer .mynav-menu ul,
footer .contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-soch {
  text-align: end;
}
.footer-soch a {
  margin-inline-end: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #fff;
  width: 44px;
  height: 44px;
  background: #ffffff14;
  border-radius: 50%;
  font-size: 19px;
}

/* bottom footer */

.ryad-logo {
  height: 60px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right .row {
  align-items: center;
}

.comp-rights {
  text-align: end;
}

.copy-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

/* -------------------------------------------- */
/* circular-menu */
#circularMenu {
  position: fixed;
  bottom: 80px;
  right: 16px;
  z-index: 9;
}

.circular-menu .floating-btn {
  display: block;
  width: 2.7em;
  height: 2.7em;
  border-radius: 10px;
  background-color: var(--sec-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  color: #fff !important;
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform 0.2s;
}
.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: " ";
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(27, 133, 190, 0);
  transition: all 0.3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: rgb(50 74 113);
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f9ff;
  transition:
    transform 0.3s ease,
    background-color 0.2s ease;
  transition-timing-function: ease, ease;
  /* box-shadow: 0 0 22px 5px #f5f9fc6b; */
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(-1em, -4.2em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-4em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-4em, 1.5em, 0);
}

/* Scroll to top */
#mybtn {
  /* display: none; */
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 45px;
  background: var(--sec-color);
  border-radius: 10px;
}

#mybtn i {
  color: #fff;
  font-size: 22px;
}
.card-slider .owl-nav {
  display: none;
}
@media (min-width: 991px) {
  .read-more a:hover {
    background: var(--sec-color);
    color: #fff;
  }

  .request a:hover,
  .read-more button:hover {
    background: var(--sec-color);
    color: #fff;
  }
  .footer-soch a:hover {
    background: #fff;
    color: var(--sec-color);
  }
  .footer-links li a:hover {
    color: #fff;
  }
  .owl-theme .owl-dots .owl-dot:hover span {
    width: 57px;
    opacity: 100%;
    background: #fd2d17;
  }
  .navbar-menu li a:hover,.mynav-menu ul li a:hover,
  footer .contact ul li a span.key:hover,
  footer .contact ul li a span.data:hover ,
  footer .contact ul li a span.data:hover i{
  color: #E61D25;
}
}

/* ------------------------------------------------------ */
.breadcrumb-section {
  padding-top: 193px;
  z-index: 2;
  position: relative;
  background-position: center;
  height: 305px;
  background-size: cover;
}

.breadcrumb-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.breadcrumb-section a {
  color: #fff;
  font-size: 18px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 15px 25px 13px;
  max-width: max-content;
  border-radius: 16px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item.active {
  color: rgba(217, 217, 255, 1);
  font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0 7px;
  color: #fff;
  content: "/";
  font-family: "Medium";
  position: relative;
  top: 2px;
}

.sidebar .request a {
  max-width: 135px;
  margin: 10px 0;
  margin-inline-start: 13px;
}
.sidebar .request {
  border-bottom: 1px solid #00000014;
}
header.header-pages {
  position: relative;
}
span.mob-num {
  display: inline-block;
  direction: ltr;
}
.single-img {
  height: 599.2px;
  background: linear-gradient(135deg, #ddfff7 0%, #ccc7ff 100%);
  border-radius: 40px;
  overflow: hidden;
  padding: 50px;
  text-align: center;
  margin: 34px 0;
  align-content: center;
  padding: 0;
}

.single-img img {
  max-height: 498.04px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 34.22px -3.02px #a8a1ca;
  border-radius: 5.7px;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
}
.single-text {
  max-width: 900px;
  margin: 48px 0 0;
}

.single-text p {
  color: #000;
  font-size: 18px;
  line-height: 29px;
  margin-bottom:10px;
}

.banner-text .btn {    
  margin-top: 24px;
}

.about-top-text .title h3 span {
  margin: 0 auto;
}
.title h3 {
  font-family: "bold";
  color: var(--sec-color);
  font-size: 48px;
  line-height: 58px;
  margin: 0;
  z-index: 1;
  position: relative;
  padding: 0 33px;
}

.about-text ul li {
  display: flex;
  position: relative;
  font-family: var(--font-body-light);
  color: var(--dark-color);
  font-size: 16px;
  line-height: 26px;
  padding-inline-start: 32px;
  margin: 10px 0;
}
.about-text ul li:last-child {
  margin-bottom: 0;
}
.single-text p a,
.single-text a {
  color: #000;
}
section.faq_page .card-body p {
  color: #000;
  border-top: 1.11px solid rgb(8 13 47 / 20%);
  padding-top: 14px;
}
section.faq_page .card-body {
  padding: 0px 17px 24px;
}
section.faq_page .card-header .btn:not(.collapsed) {
  color: var(--sec-color);
}
section.faq_page .row {
  justify-content: center;
}

.footer-title {
    max-width: 72%;
    margin: auto;
}      
   
.sidebar .side-content ul li.current-menu-item a{
    color:#E61D25;
}

.responsive-menu .logo img {
    max-height: 36px;
    width: 90px;
    object-fit: contain;
}
.nav-pills .nav-link{
  color: #fff;
}


.slider-home .owl-item {
    opacity:0;
}

.slider-home .owl-item.active {
    opacity:1;
}

.single-text h3 {
    font-family: 'bold';
    font-size: 20px;
    margin-top: 24px;
}

.single-text h2 {
    font-family: 'bold';
    font-size: 24px;
}

.single-text ul {
    padding-inline-start: 20px;
    list-style: disc;
}

.single-text ul li {   
    margin-bottom: 8px;
}
  






