.pageTitle h1  {
  font-family: 'Raleway', sans-serif !important;
}
@media(min-width:1199px) {
  .section-title-disc-sub {
    max-width: 850px;
    display: inline-block;
    padding: 15px 0;
  }
}

.section-title {
  text-transform: capitalize;
}

.content-strong-paragraph {
  margin: 50px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

.pt-0 {
  padding-top: 0;
}
.pt-15 {
  padding-top: 15px;
}

.pb-140 {
  padding-bottom: 140px;
}

.down-arrow {
  display: block;
  margin: 70px auto 0;
  padding: 0;
  width: 102px;
  height: 102px;
  background: url(https://madarek.om/Default/assets/front/images/img-down-arrow.png) no-repeat;
}
.yellow-box h3 {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.yellow-box-btn {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    padding: 12px 40px;
    font-weight: 700;
    color: #f9b52b;
    text-transform: uppercase;
    font-size: 17px;
}
.down-arrow-red {
  background: url(https://madarek.om/Default/assets/front/images/img-down-arrow-red.png) no-repeat;
}

.down-arrow-purple {
  background: url(https://madarek.om/Default/assets/front/images/img-down-arrow-purple.png) no-repeat;
}

.down-arrow-green {
  background: url(https://madarek.om/Default/assets/front/images/img-down-arrow-green.png) no-repeat;
}

.icon-box .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 2px solid #F9B52B;
  border-radius: 50%;
  position: relative;
}

.share-info .icon .icon-image {
  width: 90px;
  height: 90px;
  background: #F9B52B;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 88px;
  margin: 0;
}

.share-info.purple-box .icon .icon-image {
  background: #8C67A9;
}

.share-info.red-box .icon .icon-image {
  background: #EF4D2F;
}

.share-info.green-box .icon .icon-image {
  background: #53BE92;
}

.icon-box {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 40px 15px 25px;
  text-align: center;
  overflow: visible;
}

.icon-box-bg1 {
  background: #d7defe;
  border-radius: 30px;
  padding: 30px;
}

.icon-box-bg2 {
  background: #fee7d5;
  border-radius: 30px;
  padding: 30px;
}

.icon-box-bg3 {
  background: #fedce6;
  border-radius: 30px;
  padding: 30px;
}

.icon-box-bg4 {
  background: #e4f9d1;
  border-radius: 30px;
  padding: 30px;
}

.icon-box.active,
.icon-box:hover {
  border-radius: 30px;
  box-shadow: 10px 20px 90px -4px rgba(146, 155, 179, 0.25);
  transform: translateY(-7px);
}

.icon-box .icon .rotate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: rotated 10s infinite linear;
  background: transparent;
}

.icon-box:hover .icon .rotate {
  animation-play-state: paused;
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icon-box .icon .rotate::before {
  position: absolute;
  content: "";
  width: 13.33px;
  height: 13.33px;
  border-radius: 50%;
  background: #EF4D2F;
  left: 5px;
  top: 76%;
}

.icon-box .icon.blue-circle .rotate::before {
  background: #31ADE3;
}

.icon-box .icon.purple-circle .rotate::before {
  background: #8C67A9;
}

.icon-box .icon.green-circle .rotate::before {
  background: #53BE92;
}

.share-info.icon-box p {
  font-weight: 600;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 20px;
}

.section-idea {
  position: relative;
}

.section-idea .icon-one {
  position: absolute;
  left: 5%;
  top: 150px;
  width: 29px;
  height: 59px;
  background-repeat: no-repeat;
  animation: rotated 10s infinite linear;
}

.section-idea .icon-two {
  position: absolute;
  right: 10%;
  top: 150px;
  width: 64px;
  height: 66px;
  animation: flash 10s infinite linear;
  background-repeat: no-repeat;
}

.section-idea .icon-three {
  position: absolute;
  right: 5%;
  bottom: 35%;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  animation: rotated 10s infinite linear;
}

.section-idea .icon-four {
  position: absolute;
  left: 8%;
  bottom: 5%;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  animation: rotated 10s infinite linear;
}

.block-idea-journey {
  margin-top: 30px;
}

.block-idea-journey .number,
.service-details__steps .number {
  background-color: #53BE92;
  color: #fff;
  width: 64px;
  height: 64px;
  font-weight: 600;
  line-height: 58px;
  font-size: 34px;
  margin-bottom: 20px;
}

.block-idea-journey h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.text-box-wrap ul.styled-list-idea {
  margin-left: 0;
}

.styled-list-idea li {
  list-style: none;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 55px;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.styled-list-idea li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 47px;
  border-radius: 50px;
  text-align: center;
  background-color: rgba(249, 181, 43, 0.1);
}

.block-idea.yellow-box,
.yellow-box.about-yellow-box {
  max-width: unset;
  margin-top: 60px;
  border-radius: 20px;
  flex-direction: column;
  flex-flow: column;
  height: auto;
  min-height: 400px;
}

.block-idea.yellow-box.no-border,
.yellow-box.about-yellow-box.no-border {
  border-radius: 0;
  margin-top: 0;
}

.block-idea.yellow-box p,
.yellow-box.about-yellow-box p {
  display: block;
  font-size: 26px;
  font-weight: 500;
  max-width: 800px;
  margin-bottom: 30px;
}

.yellow-box.about-yellow-box h3,
.block-idea.yellow-box h3 {
  display: block;
  font-weight: 700;
  max-width: 800px;
  margin-bottom: 30px;
}

.service-details__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 60px;
  overflow: hidden;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .service-details__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}

.service-details__step {
  text-align: center;
  position: relative;
}

.service-details__step .number {
  display: inline-block;
  margin-bottom: 13px;
  border-radius: 100%;
  position: relative;
}

.service-details__step::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 150%;
  background-repeat: no-repeat;
  background-size: 30%;
}

@media only screen and (max-width: 767px) {
  .service-details__step::after {
    position: unset;
  }
}

.service-details__step:nth-child(odd)::after {
  background-image: url(https://madarek.om/Default/assets/front/images/arrow-1.png);
  background-position: 75% 15px;
}

.service-details__step:nth-child(2)::after {
  background-image: url(https://madarek.om/Default/assets/front/images/arrow-2.png);
  background-position: 75% 20px;
}

.service-details__step img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .service-details__step img {
    margin-bottom: 20px;
  }
}

.service-details__step h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.service-details__step p {
  padding: 0 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__step p {
    padding: 0 20px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details__step p {
    padding: 0 5px;
    line-height: 1.3;
  }
}

.idea-btn {
  padding: 15px 35px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  background: #F9B52B;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.gray-bg {
    background: #fbfbfb;
}
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.footer-social li a {
    border-radius: 100%;
    width: 28px;
    height: 28px;
    border: solid 1px #5f6060;
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 28px;
    margin-right: 10px;
    color: #5f6060;
}
.idea-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: #5f6060;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.idea-btn:hover::before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
  transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.white-btn {
  background-color: #fff;
  color: #F9B52B;
}

.about-mission.yellow-box {
  background-color: #FFB00F;
  background: radial-gradient(100% 100% at 50% 0%, #FECC67 0%, #FFB00F 49.27%, #FECC67 100%);
}



.about-story .img img {
  margin-top: -280px;
}

.about-story h2 {
  margin-left: 15px;
}

.bg-gradient {
  background-color: #F9B52B;
  background: radial-gradient(100% 100% at 50% 0%, #FECC67 0%, #FFB00F 49.27%, #8C67A9 100%);
}

.bg-gradient h2,
.bg-gradient p {
  color: #fff;
}

.idea-guide-block h3 span {
  font-size: 38px;
  padding-left: 4px;
  font-weight: 600;
  color: #F9B52B;
}

.round-border {
  border-radius: 30px;
}


.accordion-stream .accTrigger {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 40px 20px;
  background-color: #fff;
  color: #F9B52B;
}

.accordion-stream .accTrigger.active {
  background-color: #F9B52B;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border: 0;
  border-bottom: 1px solid #d4d5d5;
  color: #fff;
  margin-top: 30px;
}

.accordion-stream .accTrigger::before {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  color: #5F6060;
}

.faqAccordion .accTrigger::before {

  color: #5F6060;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 10px;
  }

  100% {
    margin-top: 0;
  }
}

.accordion-stream .accTrigger.active::before {
  animation: none;
  -webkit-animation: none;
  color: #fff;
}

.accordion-stream .accordDetail {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 0;
  padding: 40px 47px 40px 47px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 20px 20px rgba(228, 228, 228, 0.25);
  box-shadow: 0px 20px 20px rgba(228, 228, 228, 0.25);
}

.accordion-stream .accTrigger .number {
  border: 1px solid #F9B52B;
  color: #F9B52B;
  width: 34px;
  height: 34px;
  font-weight: 600;
  line-height: 28px !important;
  font-size: 24px !important;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

.accordion-stream .accTrigger.active .number {
  border: 1px solid #F9B52B;
  color: #fff;
}

.accordion-stream .accTrigger .number i {
  display: inline-block;
  line-height: 28px !important;
  font-size: 24px !important;
  padding-top: 3px;
}

.accordion-stream .accTrigger.active .number {
  border: 1px solid #fff;
  color: #fff;
  background-color: #F9B52B;
}

.block-stream {
  margin-top: 90px;
}

.block-stream img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  border-radius: 11px 11px 11px 11px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.14);
}

.block-stream .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  align-content: center;
  align-items: center;
}

.block-stream .cont {
  padding: 10px 10px 10px 75px;
  align-content: center;
  align-items: center;
}

.block-stream .num {
  display: block;
  color: rgba(239, 77, 47, 0.2);
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 30px;

}

.block-stream .cont.left {
  padding: 10px 75px 10px 10px;
}

.block-stream .cont h5 {
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
}

.block-stream .cont p {
  font-size: 18px;
  line-height: 27px;
}

@media(max-width:1199px) {
  .share-info.icon-box p {
    font-size: 18px;
  }
}

@media(max-width:991px) {
  .commonPad {
    padding: 90px 0;
  }

  .section-space-y {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .block-stream .cont {
    padding: 30px 10px;
    align-content: center;
    align-items: center;
  }

  .block-stream .cont h5 {
    font-size: 24px;
    line-height: 34px;
  }

  .accordion-stream .accordDetail {
    padding: 40px 20px;
  }

  .faqAccordion .accTrigger::before {
    top: 30px;
  }


}

@media(max-width:767px) {
  .idea-btn {
    white-space: unset;
    max-width: 300px;
    margin-top: 30px;
  }

  .section-space-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .commonPad {
    padding: 60px 0;
  }

  .block-stream {
    margin-top: 30px;
  }

  .col-md-6.order1 {
    order: 1;
  }

  .col-md-6.order2 {
    order: 2;
  }

  .block-stream .content {
    justify-content: center;
  }

  .block-stream .cont {
    padding: 30px 10px;
    text-align: center;
  }

  .share-info.icon-box p {
    font-size: 16px;
  }

}

.service-details__step .number::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(83, 190, 148, 0.5);
  border-radius: 100%;
  left: 0px;
  top: 0px;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  display: none;
}

.service-details__step .number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(83, 190, 148, 0.5);
  border-radius: 100%;
  left: 0px;
  top: 0px;
  -webkit-animation: ripple-1 2s 0.5s infinite ease-in-out;
  animation: ripple-1 2s 0.5s infinite ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  display: none;
}

.service-details__step:hover .number::after,
.service-details__step:hover .number::before {
  display: block;
}

@-webkit-keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

.about-yellow-box h3 {
  font-weight: 600;
  font-size: 40px;
}


.about-mission>* {
  z-index: 1;
}

.faqs-page .accTrigger {
  font-weight: 600;
  text-transform: uppercase;
}

.faq-help a {
  border-radius: 30px;
}

.accordDetail .styled-list-idea {
  padding-left: 0;
}

.contact-info-card {
  padding: 60px 30px 60px 110px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  margin-bottom: 30px
}

.contact-info-card-noicon {
  padding: 60px 30px;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #F9B52B;
  opacity: 0;
  border-radius: 30px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.contact-info-card .icon-card {
  position: absolute;
  top: 60px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background-color: #F9B52B;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%
}

.contact-info-card h3 {
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-card p {
  margin-bottom: 0;
  color: #5f6060;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.contact-info-card p a {
  color: #5f6060;
  display: block;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-card p a:hover {
  color: #fff
}

.contact-info-card:hover::before {
  opacity: 1;
  width: 100%
}

.contact-info-card:hover .icon-card {
  background-color: #fff;
  color: #F9B52B
}

.contact-info-card:hover h3 {
  color: #fff
}

.contact-info-card:hover p {
  color: #fff
}

.contact-info-card:hover p a {
  color: #fff
}

.faqs-page .accTrigger {
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 40px 20px;
}

.faqs-page .accTrigger.active {
  border-bottom: 0;
  margin-bottom: 0;
}

.faqs-page .accordDetail {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 40px 20px;
}

/*____Clients logo grid
======================================*/

.client-grid {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-color: #ddd;
  border-width: 0px 0px 1px 1px;
  margin: 60px 0;
}

@media(max-width:991px) {
  .section-idea .icon-one {
    top: 70px;
  }

  .section-idea .icon-two {
    top: 80px;
  }

  .client-grid {
    margin: 90px 0;
  }
}

@media(max-width:767px) {
  .client-grid {
    margin: 60px 0;
  }
}

.client-logo-pic {
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 1px 0px 0px;
  padding: 30px 0;
}

.client-logo-pic * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.client-logo-pic:before,
.client-logo-pic:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.white-bg .client-logo-pic:before,
.white-bg .client-logo-pic:after {
  background-color: #fbfbfb;
}

.client-logo-pic:before {
  -webkit-transform: skew(0deg) translateX(-155%);
  transform: skew(0deg) translateX(-155%);
}

.client-logo-pic:after {
  -webkit-transform: skew(0deg) translateX(155%);
  transform: skew(0deg) translateX(155%);
}

.client-logo-pic img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 2;
  opacity: 0.2;
}

.client-logo-pic img {
  filter: grayscale(100%);
  opacity: 1;
}


.client-logo-pic:hover img {
  filter: none;
}

.client-logo-pic .client-logo-textwrap {
  display: inline-block;
  top: 30px;
  left: 60px;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  opacity: 0;
}

.client-logo-pic span {
  white-space: nowrap;
  background-color: #fff;
}



.client-logo-pic:hover>img {
  opacity: 1;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.client-logo-pic:hover:before {
  -webkit-transform: skew(0deg) translateX(-50%);
  transform: skew(0deg) translateX(-50%);
}

.client-logo-pic:hover:after {
  -webkit-transform: skew(0deg) translateX(50%);
  transform: skew(0deg) translateX(50%);
}

.client-logo-pic:hover .client-logo-textwrap {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.client-logo-pic:hover {
  transform: scale(1);
}

.client-logo-pic2 {
  text-align: center;
  display: block;
}

.client-logo-pic2 img {
  margin: 0px auto;
}


.site-button-link {
  display: inline-block;
  position: relative;
  padding-left: 0;
  padding-bottom: 4px;
  font-size: 16px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.site-button-link i {
  display: inline-block;
  margin: -4px 0px 0px 5px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 24px;
}

.site-button-link:before {
  content: '';
  left: 0px;
  bottom: -1px;
  height: 1px;
  background-color: #FFB00F;
  width: 100%;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.site-button-link:after {
  content: '';
  left: 0px;
  bottom: -2px;
  height: 3px;
  background-color: #53BE92;
  width: 75%;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.site-button-link:hover:after {
  width: 100%;
}

.client-logo-pic .site-button-link {
  padding-left: 30px;
}

.client-logo-pic .site-button-link::before,
.client-logo-pic .site-button-link::after {
  left: 30px;
}

.single-intro-text {
  padding: 40px 75px 40px 40px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  z-index: 2;
  min-height: 260px;
}

.single-intro-text .icon-intro {
  position: absolute;
  right: -30px;
  top: 20px;
  font-size: 55px;
  color: #bababa;
}

.single-intro-text .icon-intro img {
  width: 150px;
  opacity: .2;
}

.single-intro-text .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #31ADE3;
  color: #ffffff;
  display: block;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  padding: 25px 30px;
}

.single-intro-text h3 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.single-intro-text p {
  font-size: 18px;
  margin-bottom: 0;
}

.story-section {
  position: relative;
  background-color: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  box-shadow: 10px 20px 90px -4px rgba(146, 155, 179, 0.25);
  margin: 100px 100px 0;
  padding: 90px;
  max-width: 800px;
  display: inline-block;
  border-radius: 15px;
}

@media(max-width:767px) {
  .story-section {
    margin: 40px 30px 0;
    padding: 60px 30px;
    border-radius: 10px;
  }
}

@media(max-width:575px) {
  .story-section {
    margin: 30px 15px 0;
    padding: 40px 30px;
    border-radius: 10px;
  }
}

.story-section h2 {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.story-section h2::after {
  position: absolute;
  width: 105px;
  height: 2px;
  left: 0px;
  bottom: 0;
  background: #F9B52B;
  border-radius: 10px;
  content: "";
}

.story-section h2::after {
  left: 0;
  right: 0;
  margin: auto;
}

.title-underline {
  position: relative;
  padding-bottom: 15px;
}

.title-underline::after {
  position: absolute;
  width: 105px;
  height: 4px;
  left: 0px;
  bottom: 0;
  background: #F9B52B;
  border-radius: 10px;
  content: "";
}

.blue-undeline:after {
  background: #31ADE3 !important;
}

.blue-text {
  color: #31ADE3;
}

.idea-guide-block h3 span.blue-text {
  color: #31ADE3;
}

.blue-bg {
  background: #31ADE3;
}

.purple-undeline:after {
  background: #8C67A9 !important;
}

.purple-text {
  color: #8C67A9;
}

.idea-guide-block h3 span.purple-text {
  color: #8C67A9;
}

.purple-bg {
  background: #8C67A9;
}

.red-undeline:after {
  background: #EF4D2F !important;
}

.red-text {
  color: #EF4D2F;
}

.idea-guide-block h3 span.red-text {
  color: #EF4D2F;
}

.red-bg {
  background: #EF4D2F;
}

.green-undeline:after {
  background: #53BE92 !important;
}

.green-text {
  color: #53BE92;
}

.idea-guide-block h3 span.green-text {
  color: #53BE92;
}

.green-bg {
  background: #53BE92;
}

.title-underline::after {
  left: 0;
  right: 0;
  margin: auto;
}

.story-section p {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.bg-image {
  background-image: url(https://madarek.om/Default/assets/front/images/future-kids.jpg);
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.bg-image>* {
  z-index: 1;
}

.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: radial-gradient(100% 100% at 50% 0%, rgba(254, 204, 103, 0.87) 0%, rgba(255, 176, 15, 0.87) 49.27%, rgba(254, 204, 103, 0.87) 100%);
}

.blue-bg-image::after {
  background: radial-gradient(100% 100% at 50% 0%, rgba(49, 173, 227, 0.87) 0%, rgba(49, 145, 219, 0.87) 49.27%, rgba(49, 173, 227, 0.87) 100%);
}
.legal-list {
  margin-left: 0;
  padding-left: 0;
}

.legal-list li::marker {
  color: #FFB00F;
}

.legal-list>li {
  list-style: none;
  font-size: 18px;
  margin: 30px 0;
  text-transform: capitalize;
}

.legal-list li ol {
  margin: 15px 0;
  padding-left: 18px;
}

.legal-list li ol li {
  list-style: decimal;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 500;

}

.legal-list li ol li ol li {
  list-style: lower-latin;
  margin-bottom: 10px;
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
}

.legal-list .list-single {
  padding-left: 0;
}

.legal-list .list-single li {
  list-style: none;
}

.table .thead-dark th {
  color: #fff;
  background-color: #333;
  border-color: #dee2e6;
  vertical-align: middle;
}

.legal-list .list-bullet li {
  list-style: square;
  margin-left: 15px;
}

.legal-list .list-number li {
  list-style: decimal-leading-zero;
  padding-left: 10px;
  margin-left: 10px;
}

.legal-list .list-withanchor li {
  font-weight: 500;
  font-size: 18px;
}

.legal-list .list-withanchor li a {
  color: #5F6060;
}

.legal-list .list-withanchor li a:hover {
  color: #EF4D2F;
}
nav.breadcrumb {
    margin-top: 2rem;
}
h2 {
    font-size: 30px;
}
.idea-guide-div {
    background: url(https://madarek.om/Default/assets/front/images/howitworkbg.png) no-repeat !important;
}

.bg-image {
    background-image: url(https://madarek.om/Default/assets/front/images/future-kids.jpg) !important; 
}
.down-arrow-red {
    background: url(https://madarek.om/Default/assets/front/images/img-down-arrow-red.png) no-repeat !important;
}
.yellow-box {
    max-width: 800px;
    height: 434px;
    background: radial-gradient(100% 100% at 50% 0, #fecc67 0, #ffb00f 49.27%, #fecc67 100%);
    border-radius: 80px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 90px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-title-disc {
    font-size: 21px;
    text-align: center;
    padding: 25px 0;
}
.title-underline {
       font-size: 30px;
}
h3 {
    font-size: 26px;
}