/* Add your css code here */
.mycarousel-caption {
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
	color: #020900;
    text-align: center;
    background-color: #e2e3e3;
    opacity: 0.8;
    line-height: 1.5;
    padding-left: 1rem;
    padding-right: 1rem;
}
.image-box {
    border: 1px solid #D9DADB;    margin-bottom: 14px;
    border-radius: 10px; background-color: #fff; overflow: hidden;
    transition: 0.4s;
}
.image-box:hover, .twitter-box:hover {
    box-shadow: none;
    transform: none;
}

.image-box:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.goal-inr { transition: 0.4s; }
.goal-inr:hover { box-shadow: 0 0 10px rgba(0,0,0,.2);    transform: scale(1.01); }
.image-box .image-box-head {
    padding: 10px 15px;
    border-bottom: 1px solid #D9DADB;
}
.image-box .image-box-head span {
    font-size: 14px;
}
.img-box {
    position: relative;
}
.logo-crsr img, .simple-crsr-img img{
    transition: 0.4s;
}
.simple-crsr-img { overflow: hidden; }
.logo-crsr img:hover, .simple-crsr-img img:hover {
    transform: scale(1.1);
}
.image-box .image-box-footer {
    padding: 10px 15px;
    border-top: 1px solid #D9DADB;
    display: inline-block;
    width: 100%;
}
.img-box .img-lb-fic {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 6px 8px;
    border-radius: 6px;
    line-height: 1;
    font-size: 12px;
}
.on-img-text {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
}
.img-box .img-text {
    padding: 6px 6px;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    min-height: 64px;
    max-height: 78px;
    overflow: hidden;
}
.img-box .img-text h5 {
    font-size: 16px;
	font-family: 'Droid Arabic Kufi', Droid Arabic Kufi;
    font-style: normal;
    font-weight: 400;
}
.img-box .img-text p {
    font-size: 14px;
    height: 91px;
    overflow: hidden;
    margin-bottom: 0;
	font-family: 'Droid Arabic Kufi', Droid Arabic Kufi;
    font-style: normal;
    font-weight: 400;
}
.img-box .img-text span {
    color: #939699;
    font-size: 12px;
}
.on-img-text.on-img-full-text {
    height: 100%;
    background: #FFFFFF81;
    color: #262D33;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
}
.on-img-text.on-img-full-text h5 {
    font-size: 15px; margin-bottom: 30px;
}
.circle {
    border-radius: 50px;
}
.blue-btn {
    background-color: #00ADD2;
    color: #fff;
}
.blue-btn:hover {
    background-color: #ff8e7b;
    color: #fff;
}
.on-img-text.on-img-full-text .btn.blue-btn {
    font-size: 14px;
    padding: 9px 25px;
}
.on-img-text.on-img-full-text p {
    font-size: 14px;
}
.on-img-text span {
    font-size: 12px;
}
.img-box .img-lb-fic.lb-pink {
    background-color: #DD587C;
    color: #fff;
}
.img-box .img-lb-fic.lb-blue {
    background-color: #00B2BF;
    color: #fff;
}
.img-box .img-lb-fic.lb-perpel {
    background-color: #94689B;
    color: #fff;
}
.img-box .img-lb-fic.lb-dark-blue {
    background-color: #055a4f;
    color: #fff;
    border-bottom: 3px solid #d39c3b;
}
.img-box .img-lb-fic.lb-orange {
    background-color: #F08750;
    color: #fff;
}
.img-box img {
width: 100%;
}
h1.page-title {
    font-size: 18px;
    line-height: 1.8;
    border-bottom: 5px solid #d39c3b;
    padding: 25px;
 }
.region-top-right ul:not(.contextual-links) li {
    border-left: 1px solid #eceef0;
    font-size: 12px;
    height: 40px;
    margin: 0;
    padding-bottom: 0;
    display: inline;
    float: right;
 }
 .region-top-left ul:not(.contextual-links) li {
    border-left: 1px solid #eceef0;
    font-size: 12px;
    height: 40px;
    margin: 0;
    padding-bottom: 0;
    display: inline;
    float: left;
 }
.my_brand_color {
  background-color: #055a4f;
  color: #fff;
}
h2 {
    font-size: 18px;
    line-height: 1.8;
}
h3 {
    font-size: 16px;
    font-family: 'Droid Arabic Kufi', Droid Arabic Kufi;
  	line-height: 1.8;
}

h4, p, html, body {
    text-align: justify;
    font-size: 15px;
    clear: both;
}
h5, h6 {
    font-weight: 400;
    margin: 10px 0;
}
.w3css--err {
    margin-bottom: 1px;
}

.faq-body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 20px;
      background-color: #f9f9f9;
      direction: ltr; /* Change direction to left-to-right */
    }
.faq-container {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
.faq-item {
      background-color: #f3f3f3;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-left: 4px solid #cc9900; /* Change the border to the left */
    }
.faq-summary {
      display: inline-block;
      font-size: 1.1rem;
      font-weight: bold;
      color: #333;
      cursor: pointer;
      position: relative;
    }

.faq-summary svg {
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
    }

details[open] .faq-summary svg {
      transform: rotate(45deg);
    }

.faq-answer {
      margin-top: 15px;
      font-size: 0.95rem;
      line-height: 1.6;
      color: #555;
    }

.faq-answer ul {
      list-style-type: none;
      padding: 0;
    }
    
.faq-answer ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 30px; /* Adjust to fit the bullet replacement */
    }

    /* Custom Bullet with div/span */
.faq-answer ul li .custom-bullet {
      position: absolute;
      left: 0;
      top: 0;
      width: 8px;
      height: 8px;
      background-color: #cc9900;  /* Make sure the color is set here */
      border-radius: 50%;
    }