:root {
  --main-color: #000;
  --sec-color: #BA181D;
}

@font-face {
  font-family: "PingAR+LT";
  src: url("../fonts/PingAR+LT-Regular.otf");
}

@font-face {
  font-family: "Ping_Medium";
  src: url("../fonts/PingAR+LT-Medium.otf");
}

@font-face {
  font-family: "Ping_Light";
  src: url("../fonts/PingAR+LT-Light.otf");
}

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

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  /*direction: rtl !important;*/
  text-align:end;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "PingAR+LT";
  overflow-x: hidden;
}


/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 22px;
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
  background: #fff;
  border-color: transparent;
  border-radius: 0;
  padding: 5px 14px;
  height: 49px;
  font-size: 16px;
  color: #000;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  z-index: 3;
}

.nice-select::after {
  left: 12px;
  right: auto;
  border-color: #282727;
}

.nice-select .option {
  text-align: start;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}


.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

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

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

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

a,
a:hover {
  text-decoration: none;
}

span.navbar-toggler-icon {
  background: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 38px;
  height: 38px;
}

span.navbar-toggler-icon i {
  font-size: 20px;
}

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;

}

.searchForm {
  margin-inline-end: 7px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background: var(--sec-color);
  color: #fff;
  padding: 12px 12px;
  min-width: 147px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 12px 0px #66666629;
  border-radius: 8px;
}

.header-btn a:hover,
.my-btn button:hover,
.my-btn a:hover {
  color: var(--sec-color);
}

.header-btn a::after,
.my-btn a::after,
.my-btn button::after {
  position: absolute;
  /*content: "";*/
  background-color: #DEF2F4;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease;
}

.header-btn a:hover,
.my-btn button:hover,
.my-btn a:hover {
  background-color: #FFFCF1;
}

.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after {
  /*height: 680%;*/
}

.header-btn a:hover,
.my-btn a:hover,
.my-btn button:hover{
  background: #FFFCF1;
}
.left-navbar {
  display: flex;
  align-items: center;
  justify-content: center;

}

.logo {
  height: 50px;

}

.logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.lang {
  margin-inline-end: 48px;
}

.main-menu li.menu-item-has-children {
  position: relative;
  margin-inline-end: 14px;
}

.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 192px;
  padding: 19px 9px;
  background: var(--sec-color);
  z-index: 99;
  transition: all 0.3s;
  visibility: hidden;
}

li.menu-item-has-children a::after {
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: 3px;
  left: -14px;
  color: #fff;
  font-size: 13px;
}

li.menu-item-has-children:hover .sub-menu,
.sidebar .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 99;

}

.sidebar .sub-menu {
  display: none;
  position: relative;
  width: 100%;
  min-width: 100%;
  transition: all 0s;
}


.lang a {
  text-transform: capitalize;
  color: #BA181D;
  font-family: "Ping_Medium";
  position: relative;
}

.lang a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background: #30326A;
}

.mynavbar ul li {
  margin-inline-start: 32px;
}



.mynav ul li a {
  color: #111225;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  font-family: "Ping_Medium";
}

.mynav ul li a:hover,
.mynav ul li.current-menu-item a,
li.menu-item-has-children:hover a::after,
li.menu-item-has-children:hover a {
  color: var(--sec-color);
}

.mynavbar .row {
  align-items: center;
  padding: 17px 0;
}

.mynavbar ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}



.mynav ul .sub-menu li a:hover {
  color: #fff;
}

.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btnSearch i {
  color: #fff;
  margin-inline: 10px;
  cursor: pointer;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}

/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: #ddd;
  z-index: 999;
  padding: 0;
  z-index: 99;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  overflow-y: scroll;
  clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
  right: 0px;
  clip-path: circle(75%);
}

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

.sidebar .side-content {
  /*padding-top: 10px;*/
  /*margin-top: 30px;*/
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  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 rgb(255 255 255 / 30%);
}

.sidebar .side-content ul li:hover a::after {
  color: #fff;
}


.sidebar .side-content ul li a {
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul .sub-menu li a {
  color: var(--main-color);
}

.sidebar .header-btn {
  padding-inline-start: 16px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}

.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
  min-height: 679px;
  direction: rtl;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.slider-home .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(248 242 222 / 70%);
}

.slider-btns {
  display: flex;
  justify-content: center;
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}

.owl-item.active .slider-info .my-btn {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info .slider-inf-img {
  animation: 1s fadeInDown;
}

.home-slider .row {
  align-items: center;
  text-align: center;
  justify-content: center;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-info {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 140px;
}

.slider-info h2 {
  font-size: 64px;
  line-height: 77px;
  font-weight: 700;
  color: #111225;
}

.slider-info h5 {
  font-size: 28px;
  color: #2B2B2E;
   line-height: 1.6;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  font-size: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #828181;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid rgb(82 82 82 / 60%);
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 36px;
  border: none;
  background: transparent;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 36px;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
  background: #fff;
  color: rgb(82 82 82 / 60%);
}

.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next {
  border: none;
  font-size: 23px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: -80px;
}

.card-slider.owl-theme .owl-nav .owl-next {
  right: -80px;
}



.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: rgb(82 82 82 / 60%);
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
  top: 36%;
}

.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 52px;
  height: 8px;
  margin: 6px 4px;
  border: none;
  background: rgb(34 166 179 / 20%);
  border: none;
  border-radius: 2px;
  transition: all 0.3s;
}


.part-slider.owl-theme .owl-dots .owl-dot:hover span,
.part-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--sec-color);
  width: 78px;
}

.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
  margin-top: 30px;
}

section.home-slider {
  margin-top: 0;
}

.slider-home.owl-theme .owl-dots .owl-dot {
  display: inline-flex;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: rgb(34 166 179 / 20%);
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--sec-color);
}

.slider-home.owl-theme .owl-dots .owl-dot span {
  color: #fff;
  position: relative;
  height: 12.3px;
  width: 12.3px;
  padding-inline-end: 5px;
  background: rgba(188, 188, 188, 0.3);
  transition: all 0.5s;
}


.slider-home.owl-theme .owl-dots .owl-dot.active span {
  background: #ED6F30;
  width: 18.88px;
  height: 18.88px;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/* ------------------------------------  search form ------------------------------   */
.search-form form {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  width: 100%;
}

.search-form form .form-group {
  width: 100%;
  margin-inline-end: 15px;
  position: relative;
  margin-bottom: 0;
  display: flex;
}

.search-form form .form-group input,
.search-form form .form-group select {
  width: 100%;
  padding: 8px;
  border: none;
  background: #fff;
  border: 1px solid #e7e7e7;
  height: 48px;
  border-radius: 4px;
}

.search-form form .form-group input::placeholder {
  color: #2D2B2B;
}

.search-form form .form-group select option {
  color: #2D2B2B;
}

.search-form form .form-group i {
  position: absolute;
  top: 21px;
  left: 16px;
  color: #fff;
}

.search-form form .form-group select:focus {
  outline: none;
}

section.search-sec {
  padding: 0 0 111px;
  margin-top: -156px;
}

.search-form {
  background: #fff;
  padding: 9px 16px;
  width: 100%;
  margin: auto;
  border-radius: 16px;
  backdrop-filter: blur(48px);
}

.search-form .my-btn button {
  height: 56px;
  min-width: 147px;
}


.search-form span.mob-numb {
  position: absolute;
  top: 14px;
  left: 6px;
  display: inline-block;
  direction: ltr;
}

/* ---------------------------------   services section ------------------------   */
.services .my-btn a {
  min-width: 175px;
  background-color: #fff;
  border: 2px solid var(--sec-color);
  color: var(--sec-color);
}

.services .section-title h4 {
  line-height: 77px;
}

.service-item {
  position: relative;
  margin-bottom: 15px;
}

.service-item .ser-img {
  height: 296px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #51515114;
  border-radius: 16px;
}

.service-item .ser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.mainSec_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.services .section-title span {
  position: relative;
  margin-inline-start: 14px;
  color: var(--sec-color);
}

.services .section-title span::after {
  position: absolute;
  content: '';
  width: 214px;
  height: 84px;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/Vector..png');
  background-size: contain;
  background-repeat: no-repeat;
}

.services .col-lg-4 {
  padding: 0 10px;
}

.service-item .ser-name {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(255 255 255 / 58%);
  border-radius: 12px;
  padding: 13.5px 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  transition: all 0.3s;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.service-item .ser-name h5 {
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  font-family: "Ping_Medium";
}

.service-item .ser-name span {
  color: var(--sec-color);
  font-weight: 700;
  width: 74px;
  text-align: center;
  transition: all 0.3s;
  height: 41px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item:hover .ser-name span {
  background: var(--sec-color);
  color: #fff;
}

.service-item:hover .ser-name {
  background: #fff;
  border: 1px solid var(--sec-color);
  padding-inline-start: 16px;
  /* padding-inline-end: 14px; */
}

/* ---------------------------------------------------- */
/* Start about section */
section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 2;
}

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 0;
  color: #111225;
  font-weight: 700;
}

.about-img2 {
  position: absolute;
  height: 278px;
  width: 284px;
  bottom: 0px;
  left: 0;
}

.about-imgs {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.about-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4.56px 41.03px 0px #4F4F4F1F;
  border-radius: 18px;
}

.comp-exp {
  width: 193px;
 height: 124px;
    box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;;
    border: 6px solid #FFFCF1;
    border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-info {
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border-radius: 17.5px;
  padding: 42px 57px;
  background: #FBFCFF;
  height: 100%;
}

.about-info h2 {
  font-size: 48px;
  font-weight: 700;
  color: #111225;
  margin-bottom: 32px;
}

.about-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2B2B2E;
  font-family: 'Ping_Medium';
  line-height: 30px;
}

.about-info h6 {
  font-size: 16px;
  margin-bottom: 24px;
  color: #424244;
  line-height: 25px;
}

.about-info ul {
  display: flex;
  margin-bottom: 32px;
  gap: 32px;
}

.about-info ul li {
  position: relative;
  padding-inline-start: 20px;
  color: #424244;
  font-weight: 300;
}

.about-info ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: 'font awesome 5 pro';
  top: 0px;
  right: 0;
  color: var(--sec-color);
  font-size: 15px;
}

.comp-exp h2 {
  font-size: 48px;
  color: var(--sec-color);
  font-weight: 700;
}

.comp-exp span {
  font-size: 18px;
}

.about-img1 {
  height: 380px;
  max-width:357px;
}

.about-img1 img {
 height: 100%;
    max-width: 100%;
    border-radius: 16.6px;
    object-fit: cover;
}

.about-info .my-btn a {
  min-width: 178px;
}

/* ------------------------------------------------------------ */


/* -------------------------------------------------------- */
/* Start Agencies section */

.section_Content {
  background: #E9F6F7;
  border-radius: 16px;
  padding: 66px 80px;
}

.item.part-item .img {
  background: #fff;
  border-radius: 17.5px;
  border: 6px solid #FFFCF1;
  height: 127px;
  margin: 0px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
    transition: all 0.3s;
}

.item.part-item .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}

.item.part-item .img:hover  {
  /*border-color:#1F95A1;*/
}

.partner .section_Content {
  background: #F9F9FB;
}

section.partner {
  padding-bottom: 136px;
}

/* --------------------  Start footer section ------------------------- */
/* Scroll to top */
#mybtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 3;
  border: none;
  outline: none;
  background-color: var(--sec-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 10px;
  font-size: 18px;
}

#mybtn i {
  color: #fff;
}

.fixed-icone {
  position: fixed;
    bottom: 86px;
    right: 30px;
  z-index: 3;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(12px);
  }
}

.fixed-icone a {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;

  justify-content: center;
  border-radius: 10.5px;
  color: #fff;
}

.fixed-icone a.phone_link {
  background: var(--sec-color);
  font-size: 16px;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
}

footer {
  background-image: url('../images/footer-bg.png');
  background-size: cover;
  padding-top: 112px;
  position: relative;
}

footer::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F8F2DE 58.36%, rgba(248, 242, 222, 0.9) 100%);
  opacity: 99%;
}

.footer {
  padding-bottom: 41px;
}

.footer-links h4,
footer .contact-form h3 {
  color: #2B2B2E;
  font-size: 28px;
  margin-bottom: 48px;
  font-weight: 500;
}

.footer-logo img {
  height: 100%;
}

.left-footer h2 {
  color: #111225;
  font-size: 48px;
  line-height: 58px;
  margin: 16px 0 31px;
  font-weight: 700;
}

footer .footer-menu ul li {
  margin-bottom: 24px;
}


.footer-logo {
  height: 112px;
}


footer .footer-menu ul a {
  color: #2B2B2E;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s;
  font-family: "Ping_Light";
}

footer .footer-menu ul a:hover {
  color: var(--sec-color);
}

.footer-contact-form {
  /* background: #1D1E40; */
  /* border: 1px solid #6E72CA; */
  border-radius: 8px;
  padding: 0px 37px 0px;
  padding-inline-start: 0;
}

.footer-contact-form .my-btn button {
  min-width: 100%;
}

.all-f-soch {
  background: #5F5F5F;
  border-radius: 8px;
  max-width: max-content;
  border: none;
  padding: 10px 18px;
}

.comp-rights p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.bottom-footer .row {
  align-items: center;
}

.copy-right {
  padding: 20px 0;
}

.bottom-footer .col-sm-6 {
  padding: 0;
}

.footer-soch {
  margin-top: 36px;
}

.footer-soch a {
  color: #fff;
  margin: 0 10px;
  transition: all 0.3s;
  font-size: 18px;
}

.footer-soch span {
  color: #2B2B2E;
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Ping_Medium';
}

.contact-list li a {
  color: #2B2B2E;
  transition: all 0.3s;
  display: flex;
  font-family: "Ping_Light";
}

footer .contact-list a:hover {
  color: var(--sec-color);
}

.contact-list li i {
  position: relative;
  top: 2px;
  padding-inline-end: 12px;
  color: #2B2B2E;
  font-size: 15px;
}

.contact-list li {
  margin-bottom: 32px;
}

.contact-list li p {
  margin-bottom: 0px;
}

span.mob-num {
  display: block;
  direction: ltr;
}

/* bottom footer */
.copy-right {
  text-align: start;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.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: #000;
}

footer .col-lg-4 {
  padding-inline-start: 0;
}

/* a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

a:hover i.fab.fa-instagram {
  color: #e1306c;
} */


.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 14px;
}

.responsive-menu .lang a {
  font-size: 16px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.responsive-menu .logo img {
  height: 100%;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  border-radius: 4px;
  font-family: "Ping_Light";
  border: 1px solid #DEF2F4;
  background: #F9FFFF;
  color: #2D2B2B;
}

footer .contact-form form input,
footer .contact-form form textarea,
footer .contact-form form select {
  color: #978F8F;
  background: transparent;
  border: 1px solid #978F8F;
}

.modal-body .contact-form form input,
.modal-body .contact-form form textarea,
.modal-body .contact-form form select {
  color: #2D2B2B;
  border: 1px solid #DEF2F4;
  background: #F9FFFF;
}

.modal-content {
  border-radius: 17.5px;
  outline: 0;
  border: 6px solid #FFFCF1;
  padding: 38px 29px;
}

.single-services_P .contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #111225;
    font-weight: 700;
}

.modal-header {
  border: none;
  padding: 0;
}

.select_wrapper select {
  background: transparent;
  -webkit-appearance: none;
}

.select_wrapper {
  position: relative;
  cursor: pointer;
}

.select_wrapper::after {
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: -2px;
  left: 20px;
  color: #22A6B3;
  font-size: 30px;
  font-weight: 300;
}

.my-btn button {
  min-width: 100%;
}

.modal-header .close {
  display: none;
}

textarea:focus,
form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 80px;
}

.contact-form .my-btn {
  margin-top: 0px;
}

.form-group.mobile {
  position: relative;
}

.form-group.mobil span.mob-num {
  position: absolute;
  top: 11px;
  left: 12px;
}

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

.contact-data ul.contact-list {
  margin: 0 0 33px;
}

.contact-data ul li {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.contact-page .contact-data ul li a {
  color: #2B2B2E;
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: all 0.3s;
}


.contact-data li p {
  margin-bottom: 0;
  color: #2B2B2E;
  font-size: 20px;
}

.contact-data ul .data span.mob-num {
  color: #656565;
  font-size: 15px;
}

.contact-data {
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 6px solid #FFFFFF;
  background: #FBFCFF;
  border-radius: 8px;
  padding: 39px 63px 69px;
  margin-inline-start: 70px;
  position: relative;
  height: 100%;
}

section.contact-page .contact-form {
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 6px solid #FFFFFF;
  background: #FBFCFF;
  border-radius: 8px;
  padding: 39px 27px;
}

section.contact-page .col-lg-5 {
  padding-inline-end: 0;
}

ul.contact_page-list a i {
  color: var(--sec-color);
  font-size: 20px;
  padding-inline-end: 10px;
}


.contact-page .contact-data ul li a:hover,
.contact-data li p:hover {
  color: var(--sec-color);
}

.contact-p-img {
  position: absolute;
  bottom: 65px;
  left: 21px;
  height: 340px;
  z-index: 1;
}

.contact-p-img img {
  max-width: 100%;
  max-height: 100%;
}

.contact-p-soch span {
  display: block;
  color: #424244;
  font-size: 18px;
  font-family: 'Ping_Medium';
  margin-bottom: 34px;
}

.form-group.mobil {
  position: relative;
}

section.contact-page .contact-form textarea {
  height: 48px;
}

.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form select:focus {
  border-color: #978F8F;
}

footer.contact_Page {
  padding-top: 0;
}

.contact-p-soch .contact-p-icone {

  background: #F7F2DE;

  border-radius: 8px;

  padding: 10px;

  text-align: center;
}

.contact-p-soch .contact-p-icone a {
  color: #0C3A3F;
  padding: 0 10px;
}

ul.contact_page-list,
.contact-p-soch {
  position: relative;
  z-index: 2;
}


/* ********************************************************************************************* */
/* Start about page */

.breadcrumb-section {
  padding: 80px 0 59px;
  z-index: 2;
  position: relative;
}

.breadcrumb-info h2 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
  font-family: 'Bahij_TheSansArabic-SemiBold';
}

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

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 16px;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(248 242 222 / 70%);
  z-index: -1;
}

.breadcrumb-section a {
  color: #fff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item.active,
.breadcrumb-item {
  color: #111225;
  font-size: 32px;
  font-weight: 700;
}

.viss-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 12px;
}

.vission-items {
  margin-top: 88px;
}

.vission-item {
  border: 6px solid #FFFCF1;
  padding: 51px 48px;
  border-radius: 20px;
}

.vission-item h6 {
  color: #2B2A32;
  font-size: 18px;
  font-family: 'TS-Safaa';
  font-weight: 500;
  margin-bottom: 10px;
}



section.about.about_Page .section-title h4 {
  color: #000;
}

section.about.about_Page .section_Title h6 {
  color: #000;
}

.about-sec.about_page {
  padding-top: 88px;
}

.vission-item h5 {
  font-size: 32px;
  color: #111225;
  font-family: 'Ping_Medium';
  margin-bottom: 0;
}

.vission-item p {
  color: #2B2B2E;
  font-size: 16px;
  margin-bottom: 0;
  transition: all 0.4s;
}
.vission-item:hover p {
    transform: translateY(8px);
}
.vission-item .img {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vission-item .img img {
  max-height: 100%;
  max-width: 100%;
}

section.vission-sec .col-lg-4 {
  padding: 0 10px;
}

section.about.about_Page .about-info p {
  height: auto;
}
.vission-item {
    transition: all 0.4s;
}
.vission-item:hover {
    /*border-color: #22A6B3;*/

}
/* ************************************************************************ */

/* Pagination */
.pagination-list {
  padding: 22px 0;
  width: 394px;
  margin: 28px auto 0;
  box-shadow: 0px 5.02px 45.2px 0px #4F4F4F1F;
  border: 2px solid #E9F6F7;
  border-radius: 20px;
}

.pagination {
  justify-content: center;

}

.page-item .page-link {
  color: #424244;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  background: transparent;
  border: none;
  padding: 6px 5px;
  margin: 0;
  line-height: 31px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
  margin-inline: 12px;
  color: var(--sec-color);
  font-size: 14px;
  line-height: 18px;
  width: 86px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sec-color);
  border-radius: 8px;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
  color: #fff;
  background-color: var(--sec-color);
}

.page-item.active .page-link,
.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--sec-color);
  border-color: #fff;
  color: #fff;
}

li.page-item {
  margin-inline: 0;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:last-child .page-link {
  /*opacity: 50%;*/
}

.page-item:last-child .page-link i,
.page-item:first-child .page-link i {
  position: relative;
  top: 2px;
}

h2,
h3,
h4,
h5,
h6 {
  /*text-transform: capitalize;*/
}

/* ------------------------------------------------- */
/* -----------------------  contact-page  -----------------   */
.contact-form {
  height: 100%;
  border-radius: 2px;
}

.contact-form .title h5 {
  font-weight: 700;
  font-size: 34.24px;
  line-height: 44px;
  margin-bottom: 29px;
  color: #423D69;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.contact-page .contact-form h3,
.contact-data h3 {
  font-size: 32px;
  margin-bottom: 31px;
  color: #111225;
  font-weight: 700;
}

.contact-form label {
  color: #151515;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus,
select:focus {
  outline: none;
}

.contact-page {
  padding-top: 57px;
}

.application-form-page .row,
.blog-page .row {
  justify-content: center;
}

.input-group.upload {
  position: relative;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  color: rgb(68 68 68 / 54%);
  width: 100%;
  display: inline-block;
  text-align: end;
  padding-inline-end: 18px;
}

.input-group.upload {
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

.form-group.mobile span.mob-numb {
  position: absolute;
  top: 15px;
  left: 12px;
  display: inline-block;
  direction: ltr;
  color: #0C3A3F;
}

.about_page .about-img1 {
  height: 411px;
}

.about_page .about-img2 {
  height: 301px;
}

.about_page .about-info ul {
  margin-bottom: 0;
}

.contact-data h3 {
  margin-bottom: 45px;
}

/* -------------------------  clients page -------------------   */
.client-page .col-lg-3 {
  padding: 0 8px;
}

.client-page .item.part-item .img {
  height: 146px;
  margin: 0 0 20px;
  text-align:center;
}

/* ---------------------------------  single service -------------------------   */
.media-item {
  margin-bottom: 14px;
}

.media-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.photos-side .media-item a::before,.singel-ser2 .media-item a::before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  content: '';
  background-image: url('../images/zoom-in.svg');
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
}

.media-item a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(12, 58, 63, 70%);
  border-radius: 17px;
  opacity: 0;
  transition: all 0.3s;
}

.media-item:hover a::before,
.media-item:hover a::after,.singel-ser2 .media-item:hover a::before {
  opacity: 1;
}

.media-item .img {
  height: 169px;
  box-shadow: 0px 4.36px 39.23px 0px #4F4F4F1F;
  border: 5.31px solid #FFFFFF;
  border-radius: 17px;
}

.video-side .media-item .img {
  height: 357px;
}

.media-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}
.play-icone{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sec-color);
  font-size: 22px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.media-item:hover .play-icone{
  opacity: 1;
}
.play-icone img {
  max-height: 26px;
  margin: auto;
  margin-inline-end: 6px;
}
.single-servie-info {
  padding-inline-end: 120px;
  position: relative;
  padding-bottom: 70px;
}

.more-photo {
  position: absolute;
  bottom: 0;
  left: 40px;
  text-align: center;
}

.more-photo a span {
  display: block;
  color: #424244;
  font-size: 14px;
  margin-bottom: 10px;
}

.more-photo a i {
  width: 38px;
  height: 38px;
  background: var(--sec-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.single-servie-info h3 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #000;
  font-weight: 700;
}

.single-servie-info p {
  font-size: 16px;
  color: #2B2B2E;
}

.single-servie-info .single-ser-list h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}

.single-ser-list ul li {
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 8px;
}

.single-ser-list ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: 'font awesome 5 pro';
  top: 0px;
  right: 0;
  color: #BA181D;
  font-size: 15px;
}

.photos-and-Videos {
  padding-top: 67px;
}

.photos-and-Videos h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.photos-side .col-lg-6 {
  padding: 0 8px;
}

.video-side {
  margin-inline-start: 20px;
}

.single-services_p .contact-form form {
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 6px solid #FFFFFF;
  padding: 22px;
  border-radius: 8px;
  background: #FBFCFF;
}

.single-services_p .contact-form.contact {
  margin-inline-start: 44px;
}
.photos-and-Videos .row{
  align-items: end;
}
/* ------------------------  single 3 ----------------------   */
.single-servie-info > ul {
  padding-inline-start: 20px;
  list-style: disc;
  margin-bottom: 26px;
}

.single-servie-info > ul li {
  color: #424244;
  margin-bottom: 4px;
}

section.single-services.single-3 .single-servie-info {
  padding-inline-end: 80px;
  padding-bottom: 0;
}

.single-services.single-3 .single-ser-list ul li {
  width: 49%;
  display: inline-block;
}

.single-3 .single-servie-info .single-ser-list h3 {
  margin-bottom: 16px;
}

section.single-services.single-3 .more-photo {
  bottom: 62px;
}
.modal-content .contact-form h3 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #111225;
  font-weight: 700;
  text-align: center;
}
/*************************************************/
.wpcf7 p {
  margin: 0;
  display: block;
  width: 100%;
}

.wpcf7 br {
  display: none;
}

.wpcf7-file {
  display: none;
}

/* Start Not-found */

.not-found .not-found-pro {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.not-found .not-found-pro img {
  max-height: 400px;
}

.not-found .not-found-pro h2 {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: bold;
}

.not-found .not-found-pro h4 {
  margin: 15px 0;
  font-size: 20px;
  color: #777;
}

.not-found .not-found-pro p {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #777;
  /* font-weight: bold; */
  position: relative;
}

.not-found .not-found-pro .btn.go-home {
  padding: 0;
  line-height: normal;
  min-height: auto;
  background: transparent;
  color: var(--sec-color);
  font-size: 20px;
  text-decoration: underline;
  margin: 0 auto;
}

.not-found .not-found-pro p::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px #f1f1f1 solid;
  margin: auto;
  width: 100%;
  bottom: 0;
  height: 1px;
  z-index: -2;
}

.not-found .not-found-pro p::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
  margin: 20px 0;
}


/* End Not-found */


section.search-sec .search-form .wpcf7-response-output {
    position: absolute;
    bottom: -63px;
    /*color: #fff;*/
}

.item.part-item .img img {
    max-width: 70%;
    margin: auto;
    max-height: 147px;
}


footer .wpcf7 form .wpcf7-response-output {
    /*color: #fff;*/
}


.footer-soch {
    /* position: absolute; */
    /* bottom: 0px; */
}


.footer .row {
    height: 100%;
}
.search-form form .form-group .form-group#Air_conditioning1 {
    margin-inline-end: 4px;
}

.service-item:hover .ser-name span {
    /* transform: translate(-1px, -1px); */
    margin-inline-end: 5px;
}
.service-item .ser-name h5 {
    transition: all 0.5s;
}

.service-item:hover .ser-name h5 {
    /* transform: translateX(-5px); */
}
.header-btn a::after, .my-btn a::after, .my-btn button::after {
    background-color: #1B858F;
}

footer .contact-form form input::placeholder,
footer .contact-form form textarea::placeholder,
footer .contact-form form select {
  color: #978F8F;
}

ul.pagination.justify-content-center.mt-5 {
    margin: 0 !important;
}

.play-icone img {
    object-fit: contain !important;
}

.sidebar .side-content .logo {
        background: #fff;
        padding: 10px 10px;
        height: 70px;
        max-width: 100%;
    }

footer .form-group.mobil span.mob-num {
    color: #fff;
    display:none;
}

.service-item .ser-name span{
  position: relative;
  margin-inline-end: 10px;
}
.service-item .ser-name span::after{
    position: absolute;
    content: '';
    width: 62%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    border-bottom: 1px solid var(--sec-color);
    transition: all 0.3s;
}

.service-item .ser-name:hover span::after{
  display: none;
}

.services .my-btn a:hover {
    color:#fff;
    background: var(--sec-color);
}


.search-form .select {
  width: 100%;
  position: relative;
}

section.search-sec .select::after {position: absolute;content: "\f107";font-family: 'font awesome 5 pro';top: 7px;left: 8px;color: #BA181D;font-size: 24px;}

.search-form form .form-group select {-webkit-appearance: none;}



section.search-sec .wpcf7 input[type="tel"] {
    direction: ltr;
    text-align: start;
    padding-inline-start: 57px !important;
    margin-top: 2px;
}


.search-form form .form-group {
    height: auto !important;
}

section.service_HomePage{
    background: #F7F1DD;
    /*padding:39px 0;*/
    border-radius: 16px;
    /*margin-bottom: 100px;*/
}

.single-box {
    width: 100%;
    height: 500px;
    margin-bottom: 32px;
}

.single-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.se-title h2 ,.about-con h2,.about-con h3{
    position: relative;
    font-size: 34px;
    color: #2B2B2E;
 text-transform: capitalize;
    font-weight: 700;
    margin: 16px 0 24px;
}

.faq h3{
       font-size: 24px;
}
.about-con a {
    color: var(--sec-color);
}


/*--------------------------------------------------------  */

.text-shblan.text-center .logo-mo {
    width: 275px;
    height: 121px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    margin: 0 auto 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px
}

.text-shblan .text-inner p {
    letter-spacing: .42px;
    max-width: 939px;
    margin: auto;
    line-height: 2;
    font-size: 16px;
    font-weight: lighter
}

.img-shblan {
    height: 291px;
    overflow: hidden;
    border-radius: 5px
}

.img-shblan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.text-shblan .text-inner h3 {
    letter-spacing: .65px;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 1.9
}

.shblan.shblanThr.body-inner .text-shblan,
.shblan.shblanFu.body-inner .title-thr
,.shblan.pay-h .text-shblan,.shblan.app-masand .text-shblan,
.shblan.serv-masand .text-shblan,.support.serv-masand .text-shblan {
    /*border-top: 1px solid #192c57;*/
    /*padding-top: 60px;*/
    margin: 0 0 60px
}

.shblan.shblanThr.body-inner {
    padding: 30px 0 0
}

.mod-block {
    margin: 15px 0;
    min-height: 206px;
    background: #F7F1DD;
    /*border: 1px solid #707070;*/
    border-radius: 8px;
    padding: 30px;
    /* height: 100%; */
}

.mod-block .icon {
    width: 106px;
    height: 102px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: url(//almssirah.com/wp-content/themes/al-muhaidab/assets/css/../images/bg-icon.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.mod-block .icon img {
    max-width: 64px;
    max-height: 64px
}

.mod-block .details {
    text-align: center;
    padding: 18px 0 0
}

.mod-block .details h3 {
    letter-spacing: .47px;
    font-size: 18px;
    color: #041f60;
    margin: 0;
    font-weight: 600
}

.blocks-mos .item {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 15px
}

.blocks-mos .mosu-block {
    margin: 15px 0;
    text-align: center
}

.blocks-mos .mosu-block .icon {
    width: 137px;
    height: 135px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.blocks-mos .mosu-block .icon:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(//almssirah.com/wp-content/themes/al-muhaidab/assets/css/../images/bg-icon2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.blocks-mos .mosu-block .icon img {
    max-width: 58px;
    max-height: 58px
}

.blocks-mos .mosu-block .icon .num {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 10px;
    letter-spacing: .42px;
    color: #041f60;
    font-size: 16px;
    font-weight: 600
}

.blocks-mos .mosu-block .details h3 {
    letter-spacing: .47px;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.blocks-mos .mosu-block .details {
    padding: 10px 0 0
}

.shblan.pay-h {
    padding: 30px 0 60px
}

.pay-block {
    padding: 30px;
    min-height: 196px;
    background: #F7F1DD;
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.pay-block h3 {
    letter-spacing: .47px;
    color: #041f60;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0 0 25px
}

.pay-block p {
    letter-spacing: .42px;
    color: #041f60;
    max-width: 358px;
    margin: auto;
    font-weight: 600;
    line-height: 1.9;
    font-size: 16px
}

.imgs-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.imgs-pay .img {
    width: 90px;
    height: 65px;
}

.shblan.app-shblan {
    padding: 30px 0 60px
}

.text-shblan .img-app {
    margin: 45px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px
}

.text-shblan .img-app img {
    max-width: 150px;
    max-height: 44px
}

.app-block {
    height: 500px;
    overflow: hidden;
    border-radius: 5px;
    max-width: 300px;
    margin: auto
}

.app-block img {
    max-height: 100%
}

.shblan.serv-shblan {
    padding: 30px 0 60px
}

.shblan.serv-shblan .serv-block {
    text-align: center;
    min-height: 206px;
    background: #F7F1DD;
    /* border: 1px solid #707070; */
    border-radius: 8px;
    padding: 20px;
    height: auto
}

.shblan.serv-shblan .serv-block .icon {
    width: 110px;
    height: 110px;
    margin: auto
}

.shblan.serv-shblan .serv-block .details {
    position: relative;
    transform: none;
    opacity: 1;
    margin: 0;
    width: 100%;
    padding: 22px 0 0
}

.shblan.serv-shblan .serv-block .details h3 {
    letter-spacing: .47px;
    color: #041f60;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.9
}

.support.serv-masand {
    padding: 30px 0 60px
}

.sup-block {
    display: block;
    text-align: center
}

.sup-block .icon {
    width: 92px;
    height: 92px;
    background: #F7F1DD;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    letter-spacing: 1.09px;
    color: #041f60;
    font-size: 42px
}

.sup-block .details {
    padding: 27px 0 0
}

.sup-block .details h3 {
    margin: 0;
    letter-spacing: .52px;
    font-size: 20px;
    font-weight: 400;
    color: #2B2B2E;
}

.title-thr p {
    letter-spacing: .42px;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    max-width: 660px;
    line-height: 2
}

.imgs-pay .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-shblan.text-center {
    margin-bottom: 42px;
}

.col-md-12.msaned-btn {
    text-align: center;
    margin: 30px 0 0 0;
}

.shblan.serv-shblan .serv-block .icon img {
    max-width: 100%;
    max-height: 100%;
}

.title-thr {
    text-align: center;
}

section.Agencies {
    display: none;
}
.blocks-mos .mosu-block .icon img {
    position: relative;
}

.blocks-mos .mosu-block .icon:before {
    filter: brightness(0);
}
.img-shblan {
    height: 330px;
}

.sidebar .side-content ul li.current-menu-item {
background:#fff;
}
.sidebar .side-content ul li.current-menu-item a {
    color: var(--sec-color);
}

.text-shblan.text-center .logo-mo img {
    max-width: 100%;
    max-height: 100%;
}
.img-shblan {
    height: 330px;
    width: 100%;
}

.img-shblan iframe {
    width: 100%;
    height: 100%;
}

    .sidebar .header-btn a {
        min-width: 96%;
        margin: auto;
    }


.header-btn a, .my-btn button, .my-btn a {
    background: #fff;
    color: var(--sec-color);
    border: 2px solid var(--sec-color);
    box-shadow: 0px 6px 12px 0px #66666629;
}

.header-btn a:hover, .my-btn a:hover, .my-btn button:hover {
    background: var(--sec-color);
    color: #fff;
}
.contact-list li i.fab.fa-whatsapp {
    font-size: 20px;
}













