/* Start New Servive Section */
section.new-services {
  padding: 20px 0;
}
.new-services .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-services .items .item-content {
  flex-basis: 23%;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  transition: transform .3s ease;
  overflow: hidden;
}
.new-services .items .item-content:hover {
  transform: translateY(-5px);
}
.new-services .items .item-content .item a {
  display: flex;
  flex-direction: column;
}
.new-services .items .item-content .item img {
  border-radius: unset;
}
.new-services .service-name {
  color: var(--grey);
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.show-more {
  cursor: pointer;
}

/* End New Servive Section */
/* Start Service */
.main-service-area {
  width: 100%;
  display: block;
  clear: both;
}
.service {
  padding: 5px 0;
}
.service .service-item {
  min-height: 215px;
  width: 100%;
  border-radius: 3px;
  position: relative;
  padding: 30px 30px;
  border-radius: 49px;
  background-color: #f8fafe !important;
}
.service .service-item .service-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -45px;
}
.service .service-item p {
  font-size: 18px;
  color: #25605e;
}
/* End Service */
/* Start Carousel */
.testimonials-carousel .head-title h2 {
  font-weight: 400;
  font-size: 30px;
  margin: 20px;
}
.testimonials-carousel .owl-carousel {
  padding: 30px;
  border-radius: 30px;
    background-color: #f8fafe !important;
}
.testimonials-carousel .owl-carousel .item img {
  width: 10% !important;
  margin: auto;
  margin-bottom: 10px;
}
.testimonials-carousel .owl-carousel .owl-item img {
  border-radius: 50% !important;
}
.testimonials-carousel .owl-carousel p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 17px;
}
.testimonials-carousel .owl-carousel a {
  color: #0037ff;
}
/* End Carousel */
/* Start Clock */
#clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}
#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: #1a2421;
  display: inline-block;
}
#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: #ffffff66;
  display: inline-block;
}
/* End Clock */
/* Start Other Service */
.other-service {
  margin-top: 20px;
  padding: 20px 0;
}
.other-service .main-title {
  margin-bottom: 20px;
}
.other-service .main-title h1,
.other-service .main-title p {
  margin-bottom: 15px;
  line-height: 40px;
  border-bottom: 4px solid #0037ff6e;
  border-radius: 25px;
  padding: 0 30px 10px;
  font-size: 20px;
}
.other-service .main-title p:not(.dammam-clock) {
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  -webkit-animation: none;
  background-color: #f8fafe !important;
}
.other-service .main-title a {
  color: #1000ff;
}
.other-service .item:not(:last-child) {
  margin-bottom: 150px;
}
.other-service .item .info .title {
  margin-bottom: 10px;
  background-image: linear-gradient(201deg, #cad8f5, #d6e4ff);
  -webkit-animation: none;
  padding: 10px 0;
  width: unset;
  border-radius: 20px;
  color: #000;
  font-size: 17px;
}
.other-service .item .info,
.other-service .item img {
  border-radius: 20px;
}
.other-service .item .info {
  background-color: #f8fafe !important;
  padding: 1rem !important;
  position: relative;
}
.other-service .item .info h4 {
  color: #000;
}
.other-service .item .info::after,
.other-service .item .info::before {
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  right: 15%;
}
.other-service .item .info::before {
  z-index: 1;
  border-top: 20px solid #516fd9;
  transform: translate(50%, -1px);
}
.other-service .item .info::after,
.other-service .item .info::before {
  left: 15%;
}
.other-service .item .info::after {
  border-top: 20px solid var(--grey);
  transform: translate(50%);
}
.other-service .item .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.other-service .item .reverse .adjust-right {
  top: 0;
}
.other-service .item .reverse .adjust-left {
  top: 15px;
}
.other-service .item .adjust-left,
.other-service .item .adjust-right {
  position: relative;
}
.other-service .item .adjust-right {
  right: 50px;
  top: 15px;
}
/* End Other Service */
/* Start freq-accordion Div */
.freq-accordion .main-title {
  margin-bottom: 25px;
}
.freq-accordion .main-title .title,
.freq-accordion .main-title p {
  text-align: right;
}
.freq-accordion .main-title .title {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.freq-accordion .main-title .title::before {
  content: "";
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  width: 50px;
  margin-right: 0.625rem;
  background-color: #0e3655;
}
.freq-accordion .main-title p {
  line-height: 30px;
}
.freq-accordion .main-title p a {
  color: #1551c1;
}
/* End freq-accordion Div */
/* Start search-words Div */
.search-words {
  padding: 30px 0;
}
.search-words ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-words ul li {
  background-color: #304aa9;
  color: #fff;
  border-radius: 50px;
  transition: background-color 0.6s ease-in-out;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  padding: 10px 0;
  text-align: center;
  display: none;
}
/* End search-words Div */
/* Start Situation Div */
.situation-skill label {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  color: var(--white);
  display: flex;
  justify-content: space-between;
}
.situation-skill .progress {
  background-color: var(--white);
  border-radius: 30px;
  height: 18px;
  padding: 2px;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background: #092c48;
  background: -moz-linear-gradient(
    -45deg,
    #092c48 0,
    #419bbe 0,
    #4bafd1 0,
    #4bafd3 2%,
    #4eb1d1 2%,
    #69cf9f 2%,
    #6dd29a 3%,
    #6bd29a 7%,
    #6ed19b 7%,
    #6ad19c 7%,
    #4db2ce 7%,
    #4caed1 8%,
    #48b0d3 8%,
    #4caed5 8%,
    #4bafd3 12%,
    #4eb1d1 12%,
    #69cf9f 12%,
    #6dd29a 13%,
    #6bd29a 17%,
    #6ed19b 17%,
    #6ad19c 17%,
    #4db2ce 17%,
    #4caed1 18%,
    #48b0d3 18%,
    #4caed5 18%,
    #4bafd3 22%,
    #4eb1d1 22%,
    #69cf9f 23%,
    #6dd29a 23%,
    #6bd29a 27%,
    #6ed19b 27%,
    #6ad19c 27%,
    #4db2ce 28%,
    #4caed1 28%,
    #48b0d3 28%,
    #4caed5 28%,
    #4bafd3 32%,
    #4eb1d1 32%,
    #69cf9f 33%,
    #6dd29a 33%,
    #6bd29a 37%,
    #6ed19b 37%,
    #6ad19c 37%,
    #4db2ce 38%,
    #4caed1 38%,
    #48b0d3 38%,
    #4caed5 38%,
    #4bafd3 42%,
    #4eb1d1 43%,
    #69cf9f 43%,
    #6dd29a 43%,
    #6bd29a 47%,
    #6ed19b 47%,
    #6ad19c 48%,
    #4db2ce 48%,
    #4caed1 48%,
    #48b0d3 48%,
    #4caed5 48%,
    #4bafd3 52%,
    #4eb1d1 53%,
    #69cf9f 53%,
    #6dd29a 53%,
    #6bd29a 57%,
    #6ed19b 57%,
    #6ad19c 58%,
    #4db2ce 58%,
    #4caed1 58%,
    #48b0d3 58%,
    #4caed5 59%,
    #4bafd3 63%,
    #4eb1d1 63%,
    #69cf9f 63%,
    #6dd29a 63%,
    #6bd29a 67%,
    #6ed19b 68%,
    #6ad19c 68%,
    #4db2ce 68%,
    #4caed1 68%,
    #48b0d3 68%,
    #4caed5 69%,
    #4bafd3 73%,
    #4eb1d1 73%,
    #69cf9f 73%,
    #6dd29a 73%,
    #6bd29a 77%,
    #6ed19b 78%,
    #6ad19c 78%,
    #4db2ce 78%,
    #4caed1 78%,
    #48b0d3 79%,
    #4caed5 79%,
    #4bafd3 83%,
    #4eb1d1 83%,
    #69cf9f 83%,
    #6dd29a 84%,
    #6bd29a 87%,
    #6ed19b 88%,
    #6ad19c 88%,
    #4db2ce 88%,
    #4caed1 88%,
    #48b0d3 89%,
    #4caed5 89%,
    #4bafd3 93%,
    #4eb1d1 93%,
    #69cf9f 93%,
    #6bd29b 93%,
    #6bd29a 97%,
    #6ed19b 98%,
    #6ad19c 98%,
    #4db2ce 98%,
    #4caed1 99%,
    #48b0d3 99%,
    #4caed5 99%,
    #4bafd3 100%,
    #429cbf 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #092c48 0,
    #419bbe 0,
    #4bafd1 0,
    #4bafd3 2%,
    #4eb1d1 2%,
    #69cf9f 2%,
    #6dd29a 3%,
    #6bd29a 7%,
    #6ed19b 7%,
    #6ad19c 7%,
    #4db2ce 7%,
    #4caed1 8%,
    #48b0d3 8%,
    #4caed5 8%,
    #4bafd3 12%,
    #4eb1d1 12%,
    #69cf9f 12%,
    #6dd29a 13%,
    #6bd29a 17%,
    #6ed19b 17%,
    #6ad19c 17%,
    #4db2ce 17%,
    #4caed1 18%,
    #48b0d3 18%,
    #4caed5 18%,
    #4bafd3 22%,
    #4eb1d1 22%,
    #69cf9f 23%,
    #6dd29a 23%,
    #6bd29a 27%,
    #6ed19b 27%,
    #6ad19c 27%,
    #4db2ce 28%,
    #4caed1 28%,
    #48b0d3 28%,
    #4caed5 28%,
    #4bafd3 32%,
    #4eb1d1 32%,
    #69cf9f 33%,
    #6dd29a 33%,
    #6bd29a 37%,
    #6ed19b 37%,
    #6ad19c 37%,
    #4db2ce 38%,
    #4caed1 38%,
    #48b0d3 38%,
    #4caed5 38%,
    #4bafd3 42%,
    #4eb1d1 43%,
    #69cf9f 43%,
    #6dd29a 43%,
    #6bd29a 47%,
    #6ed19b 47%,
    #6ad19c 48%,
    #4db2ce 48%,
    #4caed1 48%,
    #48b0d3 48%,
    #4caed5 48%,
    #4bafd3 52%,
    #4eb1d1 53%,
    #69cf9f 53%,
    #6dd29a 53%,
    #6bd29a 57%,
    #6ed19b 57%,
    #6ad19c 58%,
    #4db2ce 58%,
    #4caed1 58%,
    #48b0d3 58%,
    #4caed5 59%,
    #4bafd3 63%,
    #4eb1d1 63%,
    #69cf9f 63%,
    #6dd29a 63%,
    #6bd29a 67%,
    #6ed19b 68%,
    #6ad19c 68%,
    #4db2ce 68%,
    #4caed1 68%,
    #48b0d3 68%,
    #4caed5 69%,
    #4bafd3 73%,
    #4eb1d1 73%,
    #69cf9f 73%,
    #6dd29a 73%,
    #6bd29a 77%,
    #6ed19b 78%,
    #6ad19c 78%,
    #4db2ce 78%,
    #4caed1 78%,
    #48b0d3 79%,
    #4caed5 79%,
    #4bafd3 83%,
    #4eb1d1 83%,
    #69cf9f 83%,
    #6dd29a 84%,
    #6bd29a 87%,
    #6ed19b 88%,
    #6ad19c 88%,
    #4db2ce 88%,
    #4caed1 88%,
    #48b0d3 89%,
    #4caed5 89%,
    #4bafd3 93%,
    #4eb1d1 93%,
    #69cf9f 93%,
    #6bd29b 93%,
    #6bd29a 97%,
    #6ed19b 98%,
    #6ad19c 98%,
    #4db2ce 98%,
    #4caed1 99%,
    #48b0d3 99%,
    #4caed5 99%,
    #4bafd3 100%,
    #429cbf 100%
  );
  background: linear-gradient(
    135deg,
    #092c48 0,
    #419bbe 0,
    #4bafd1 0,
    #4bafd3 2%,
    #4eb1d1 2%,
    #69cf9f 2%,
    #6dd29a 3%,
    #6bd29a 7%,
    #6ed19b 7%,
    #6ad19c 7%,
    #4db2ce 7%,
    #4caed1 8%,
    #48b0d3 8%,
    #4caed5 8%,
    #4bafd3 12%,
    #4eb1d1 12%,
    #69cf9f 12%,
    #6dd29a 13%,
    #6bd29a 17%,
    #6ed19b 17%,
    #6ad19c 17%,
    #4db2ce 17%,
    #4caed1 18%,
    #48b0d3 18%,
    #4caed5 18%,
    #4bafd3 22%,
    #4eb1d1 22%,
    #69cf9f 23%,
    #6dd29a 23%,
    #6bd29a 27%,
    #6ed19b 27%,
    #6ad19c 27%,
    #4db2ce 28%,
    #4caed1 28%,
    #48b0d3 28%,
    #4caed5 28%,
    #4bafd3 32%,
    #4eb1d1 32%,
    #69cf9f 33%,
    #6dd29a 33%,
    #6bd29a 37%,
    #6ed19b 37%,
    #6ad19c 37%,
    #4db2ce 38%,
    #4caed1 38%,
    #48b0d3 38%,
    #4caed5 38%,
    #4bafd3 42%,
    #4eb1d1 43%,
    #69cf9f 43%,
    #6dd29a 43%,
    #6bd29a 47%,
    #6ed19b 47%,
    #6ad19c 48%,
    #4db2ce 48%,
    #4caed1 48%,
    #48b0d3 48%,
    #4caed5 48%,
    #4bafd3 52%,
    #4eb1d1 53%,
    #69cf9f 53%,
    #6dd29a 53%,
    #6bd29a 57%,
    #6ed19b 57%,
    #6ad19c 58%,
    #4db2ce 58%,
    #4caed1 58%,
    #48b0d3 58%,
    #4caed5 59%,
    #4bafd3 63%,
    #4eb1d1 63%,
    #69cf9f 63%,
    #6dd29a 63%,
    #6bd29a 67%,
    #6ed19b 68%,
    #6ad19c 68%,
    #4db2ce 68%,
    #4caed1 68%,
    #48b0d3 68%,
    #4caed5 69%,
    #4bafd3 73%,
    #4eb1d1 73%,
    #69cf9f 73%,
    #6dd29a 73%,
    #6bd29a 77%,
    #6ed19b 78%,
    #6ad19c 78%,
    #4db2ce 78%,
    #4caed1 78%,
    #48b0d3 79%,
    #4caed5 79%,
    #4bafd3 83%,
    #4eb1d1 83%,
    #69cf9f 83%,
    #6dd29a 84%,
    #6bd29a 87%,
    #6ed19b 88%,
    #6ad19c 88%,
    #4db2ce 88%,
    #4caed1 88%,
    #48b0d3 89%,
    #4caed5 89%,
    #4bafd3 93%,
    #4eb1d1 93%,
    #69cf9f 93%,
    #6bd29b 93%,
    #6bd29a 97%,
    #6ed19b 98%,
    #6ad19c 98%,
    #4db2ce 98%,
    #4caed1 99%,
    #48b0d3 99%,
    #4caed5 99%,
    #4bafd3 100%,
    #429cbf 100%
  );
  height: 14px;
  border-radius: 30px;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar {
  float: right;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-success {
  background-color: #2c9472;
  -webkit-transition: width 2.5s ease;
  transition: width 2.5s ease;
}
.situation-content {
  text-align: right;
}
.situation-content ul li {
  font-size: 18px;
  line-height: 2rem;
}
.situation-content ul li i {
  margin-left: 10px;
  font-size: 14px;
}
/* End Situation Div */
/* Start Media Query */
@media (max-width: 991px) {
  .new-services .items .item-content {
    flex-basis: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .new-services .items .item-content {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .service .service-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .other-service .item:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .other-service .item .adjust-right {
    right: 0 !important;
    top: -20px !important;
  }
  .other-service .item .adjust-left {
    left: 0 !important;
  }
  .other-service .item .reverse {
    flex-direction: column !important;
  }
  .other-service .item .reverse .adjust-left {
    left: 0 !important;
    top: -50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .other-service .item {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 575px) {
  .search-words ul {
    align-items: center;
    flex-direction: column;
  }
  .search-words ul li {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .search-words ul {
    align-items: center;
    flex-direction: column;
  }
  .search-words ul li {
    width: 100%;
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .search-words ul {
    align-items: center;
  }
  .search-words ul li {
    width: 49%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-words ul {
    align-items: center;
    justify-content: flex-start !important;
  }
  .search-words ul li {
    width: 30%;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .testimonials-carousel .owl-carousel .item img {
    width: 40% !important;
  }
}
/* End Media Query */
