:root {
  --main-color: #61A9B3;
  --sec-color: #041b36;
  --title-color: #282727;
}
.englishtext{font-family:tahoma!important;}
@font-face {
  font-family: "AGCLight";
  src: url("../fonts/AGCLight.ttf");
}

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

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

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

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

/* nice select */
.nice-select {
  width: 100%;
  /* margin-bottom: 15px; */
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
  background: #F3F3F3;
  border-color: transparent;
  border-radius: 0;
  padding:5px 14px;
  height: 49px;
  font-size: 16px;
  color: #000;
}

.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;
}
.nice-select:focus{
  border: none;
}
.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(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

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

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

}

.header-btn a,
.my-btn button,
.my-btn a {
  background: var(--main-color);
  box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  color: #fff;
  padding: 14px 32px;
  min-width: 218px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-inline-start: 17px;
  font-size: 16px;
  overflow: hidden;
  font-family: 'AGCBold';
}
.header-btn a{
min-width: 122px;
}
.header-btn a.call-btn {
  background-color: transparent;
  border: 1px solid #fff;
  min-width: 142px;  color:  var(--main-color);

}

.header-btn a::after,
.my-btn a::after,
.my-btn button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #282727;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  border-radius: 10px 0px;
  transition: all 0.3s;
}

.header-btn a::after{
  background-color: #fff;
}
.header-btn a:hover{
  color: var(--sec-color);
}
.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.contact-header button:hover {
  color: #fff;
}
.my-btn button{
  margin-top: 44px;
  min-width: 122px;
}
.contact-form .my-btn {
  text-align: center;
}
.new-request a:hover {
  background-color: var(--bg-color);
  color: #fff;
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
 width: 313px;
}

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

header {
     position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
}
.mynav li {padding: 0 8px;}

.mynav .nav-link {
  color: var(--main-color);
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
}


.mynav .nav-link:hover {
  color: var(--sec-color);
}

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

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

.lang a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}

.call-us a {
  color: #8b6f4b;
}

.lang i {
  padding-inline-start: 7px;
  font-weight: 600;
}

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

.lang a:hover {
  color: var(--main-color);
}

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

/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: var(--sec-color);
  z-index: 999;
  padding: 20px 0;
  z-index: 99;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
}

.sidebar-width {
  right: 0px;
}

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

.sidebar .side-content {
  padding-top: 10px;
  margin-top: 30px;
}

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

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

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  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 {
  background-color: #fff;
}

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

.sidebar .side-content ul li:hover a,
.sidebar .side-content>ul li:hover a::after {
  color: var(--main-color);
}

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

.sidebar .side-content ul li a:hover {
  background-color: #fff;
  color: var(--main-color);
}

.sidebar .header-btn {
  padding: 0 20px;
  margin-top: 20px;
}

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


.slider-home .slider-img {
  position: relative;
  height: 710px;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgb(19 36 56 / 68%) 100%, rgba(97, 169, 179, 0.8) 100%);
}


.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 h2 {
  animation: 1s fadeInDown;
}

.home-slider .row {
  padding: 318px 0 202px;
}

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

.slider-info {
  width: 668px;
  position: relative;
  top: -120px;
  /*transform: translateY(-50%);*/
  /*right: 119px;*/
  z-index: 99;
  color: #fff;
  /*direction: rtl;*/
}

.slider-info h2 {
  font-size: 44.43px;
  font-weight: 700;
  line-height: 61px;
  margin: 0 0 33px;
}
.slider-info p{font-size: 24.43px;font-weight: 400;line-height: 35px;}
.slider-info .my-btn a{
  min-width: 142px;
  margin-inline-start: 0;
}


.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 {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 76.87px;
  height: 76.87px;
  font-size: 39.93px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--sec-color);
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow: 0px 4px 12px 0px #61A9B333;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  transition: all .3s;
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 38%;
}

.home-slider .owl-theme .owl-nav .owl-next {
  left: 58%;
}

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

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

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: var(--main-color);
}


.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 4px;
  margin: 12px 6px;
  border: none;
  background: #fff;
  border-radius: 1px;
}


.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(--main-color);
}

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

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: 86px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
  direction: rtl;
  transform: none;
  text-align: start;
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: #D9D9D9;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-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: #fff;width: 18.88px;height: 18.88px;}

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

/* ********************************* */
/* Start about section */


section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

section.about{
  padding: 90px 0 110px;
}
section.about .about-img::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -20px;
  width: 474.4px;
  height: 471.82px;
  border: 1px solid var(--main-color);
  border-radius: 100px 0;
  z-index: -1;
}

.about-info {
  padding-inline-start: 30px;
  padding-top: 60px;
}

.section-title {
  margin-bottom: 20px;
}

.section-title h4 {
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  font-size: 46.43px;
  color: #282727;
  font-weight: 700;
}


section.about .row {
  /* align-items: center; */
}

.about-info h6{
  /* color: var(--main-color); */
  font-size: 18px;
  line-height: 30px;
}
.about-info p {
  color: #353535;
  font-size: 16px;
  margin: 0 0 16px;
  line-height: 30px;
  margin-inline-end: 20px;
}
.about-info .my-btn a{
  min-width: 166px;
  margin: 40px 0 0;
}
.about-img {
  width: 100%;
  position: relative;
  height: 587px;
}

.about-img img {
  width: 100%;
  height: 100%;
  border-radius: 100px 0;
  position: relative;
  z-index: 2;
  object-fit: cover;
}
.video-icone {
  width: 93px;
  height: 93px;
  background-color: #011C3C;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 26px;
  right: 26px;
  z-index: 9;
  transition: all 0.3s;
}

.video-icone:hover{
  background-color: #fff;
}

.video-icone::after {
  position: absolute;
  content: '\f04b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  /* border: 1px solid #fff; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-icone::before {
  position: absolute;
  content: '';
  width: 93px;
  height: 93px;
  margin: auto;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #fff; */
  opacity: 0.7;
  animation: movecir 1s infinite linear;
}

@keyframes movecir {
  0% {
      transform: scale(0.5);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}


/* ************************Start services section************************** */
.service-item img{
  height: 410px;
  width: 100%;
  object-fit: cover;
}
.service-item{
  position: relative;
  margin-bottom: 16px;
  transition: all 0.7s;
  overflow: hidden;
}
.service-item .servic-info{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #fff;
  color: #fff;
  height: 75px;
  padding: 28px 12px;
  transition: all 0.6s;
  text-align: center;
}
.service-item .servic-info h4{
  color: #1E1E1E;
  background-color: #fff;
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.service-item:hover .servic-info h4{
  background-color: transparent;
  color: #345B89;
}
.service-item:hover .servic-info{
  background: #fff;
  box-shadow: 0px 0px 16px #A8A6A629;
}
.service-item:hover .servic-info{height: 240px;}
.service-item .servic-info  a,.service-item .servic-info .more a::after{
  color: var(--main-color);
}
.service-item .servic-info p{
  margin: 0 0 24px;
  color: #353535;
  text-align: center;
  font-size: 18.43px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 16px;
}

.service-item .servic-info .more a{
  font-size: 18px;
  color: #345B89;
  font-weight: 700;
  text-decoration: underline;
}
section.services {
  position: relative;
  background-color: var(--sec-color);
  padding: 60px 0;
}
section.services::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
background-image:  url('../images/bg-services.png');
background-size: cover;
top: 0;
left: 0;
}

section.services .section-title {
  text-align: center;
  margin-bottom: 50px;
}
section.services .section-title h4{
  color: #fff;
}
/* end services section */


/* ************************************************8 */
.partner .my-btn,.services .my-btn,
.partner .section-title{
  text-align: center;
}
.services .my-btn{
  margin-top: 50px;
}
.partner .my-btn,.partner .section-title{
  margin-bottom: 0px;
  margin-top: 0;
}
.partner .container{
  padding: 0;
}
section.partner{padding: 120px 0;}

section.part-section .col-lg-6 {
  padding: 0;
}

.item.part-item {
  padding-inline: 4px;

}


.part-item .img {
  height: 110px;
  padding: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  margin: 72px 0;
  border-radius: 16px;
}
.part-item .img:hover{
  box-shadow: 0px 4px 68px rgba(0, 0, 0, 0.16);

}
.part-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  transition: all 0.3s;
}

.part-item .img img {
  max-height: 80px;
  width: auto;
  transition: all 0.5s;
  max-width: 141px;
  object-fit: contain;
  object-position: center;
}



.slider-home .item {
  position: relative;
  overflow: hidden;
}

/* *************Start footer section*********** */
footer {
  overflow: hidden;
  padding: 90px 0 0;
  position: relative;
  background-color: var(--sec-color);
}
.fixed-icone{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  animation: updown-i 4s infinite ease-in-out;
}
@keyframes updown-i{
  0%,100%{
      transform: translateY(-12px);
  }
  50%{
      transform: translateY(12px);
  }
}
.fixed-icone a{
 
width: 60px;
 
height: 60px;
 
background: #fff;
 
border-radius: 50%;
 
display: flex;
 
align-items: center;
 
justify-content: center;
 
border: 3px solid #1CBE49;
 
box-shadow: 0px 4px 68px rgba(0, 0, 0, 0.16);
}
.fixed-icone a i{color: #1CBE49;font-size: 29px;}

.footer-logo{
  margin-bottom: 39px;
}
.footer-logo img{
  max-width: 100%;max-height:70px;
}
ul#pills-tab {
  margin-bottom: 20px;
  justify-content: space-between;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.nav-pills .nav-link:hover {
  background-color: var(--main-color);
  border-color: transparent;
}

.nav-pills .nav-link {
  border: 1px solid var(--main-color);
  border-radius: 0;
  color: #fff;
  padding: 8px 12px;
  min-width: 101px;
  text-align: center;
  transition:  all 0.3s;
}
.footer-items ul {
  /* display: flex; */
  flex-wrap: wrap;
}
.footer-items ul li  {
  display: flex;
  /* width: 50%; */
  margin-bottom: 12px;
}
.footer-items ul li a {
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 11px;
  font-size: 16px;
}

.footer-items ul li a:hover {
  color: var(--main-color);
}

.footer-contact ul li {
  margin-bottom: 16px;
}


.footer-contact ul li,.footer-contact ul li a{
  color: #fff;
  display: flex;
}

.branch-info {
  margin-bottom: 18px;
}
.branch-info li ,.branch-info li a{
  color: #fff;
  font-size: 14.4px;
}
.tab-details ul {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.footer-items h4,.footer-branches h4{
  color: #fff;
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 48px;
  font-weight: 700;
}
.footer-contact {
  padding-inline-end: 71px;
}
.footer-soch{
  display: flex;
  align-items: center;
  margin: 55px 0 0;
}
.footer-soch span{
  color: #fff;
  font-family: 'AGCBold';
  font-size: 18.43px;
}
.footer-soch a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  margin-inline-start: 15px;
  transition: all 0.3s;
  font-size: 15px;
  line-height: 32px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.footer .col-lg-5{
  padding-inline-start: 0;
}
.bootom-footer{
  background-color: #fff;
}
.comp-rights{
  text-align: end;
}
.copy-right .row{
  align-items: center;
}
.copy-right {
  padding: 12px 0px;
  border-top: 1px solid #D9D9D9;
  margin-top: 67px;
}

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

.copy-right p {
  color: #353535;
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 0;
}


.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 12px ;
      background: #fff;
}

.responsive-menu .lang a {
  font-size: 16px;
  color:var(--main-color);
}

.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 {
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  border-color: transparent;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  background: #F3F3F3;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #000;
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #232323;
  font-size: 18px;
  margin-bottom: 13px;
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 126px;
}
.contact-form{
  padding: 10px;
}
.modal-body .contact-form {
  padding: 0px 83px 50px;
}
.modal-body{
  padding: 0;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 608px;
    box-shadow: 0px 8px 36px rgb(99 99 99 / 6%);
}
}
.contact-form .my-btn {
  margin-top: 23px;
}

.form-group.mobile{
  position: relative;
}
span.mob-num {
  position: absolute;
  top: 14px;
  left: 20px;
  color: #282727;
  display: inline-block;
  direction: ltr;
}
.modal-header{
  /* display: none; */
  border: 0;
}
.contact-form h5{
  font-size: 34px;
  margin-bottom: 36px;
  color: #282727;
  text-align: center;
  /* font-weight: 700; */
}
.contact-form form {
  padding-top: 16px;
}

.form-group {
  margin-bottom: 22px;
}
.contact-data ul.contact-list {
  margin: 0 0 33px;
}

.follow {
  margin-bottom: 28px;
}

.follow a {
  color: #B19366;
  font-size: 20px;
  margin-inline-end: 11px;
}
.footer-soch a i{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-soch a:hover i {
  color: #fff;
}
.footer-soch a:hover i.fab.fa-facebook {
  background-color: #1877f2;
}

.footer-soch a:hover i.fab.fa-youtube {
  background-color: #ff0000;
  color: #fff;
}

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

.footer-soch a:hover i.fab.fa-instagram {
  background-color: #405de6;
}

.soch-icons span {
  font-size: 18px;
  color: #232323;
  margin-inline-end: 6px;
}


.input-group.upload span.uplod {
  position: absolute;
  left: 16px;
  top: 9px;
  font-size: 24px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 9;
  color: #232323;
}

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

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

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

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

/* ********************************************************************************************* */
/* Start about page */
section.page-content{
  /* background: #F3F3F3; */
}

.breadcrumb-section {
  color: #fff;
  background-image: url('../images/bread-bg.png');
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  padding-top: 160px;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 46, 91, 0.8) 100%, rgba(97, 169, 179, 0.8) 100%);
}

.breadcrumb-info h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

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

.breadcrumb {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  background-color: transparent;
  padding-top: 6px;
}

.breadcrumb-item.active {
  color: rgb(255 255 255 / 70%);
  font-size: 18px;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 7px;
  content: "-";
  color: #fff;
  font-size: 22px;
  display: inline-flex;
}



.about-page .about-img img{
  border-radius: 0px 100px 0 100px;
  object-fit: cover;
}
section.about.about-page .about-img::after{
  z-index: 0;
  border-radius: 0px 100px 0 100px;
  right: auto;
  left: -20px;
}
.about-page .about-info h6{
  color: var(--main-color);
}
section.about.about-page {
  padding: 90px 0;
}
.vission{
  margin-top: 90px;
}
.vission-box{
  padding: 37px 28px;
  transition: all 0.6s;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 9px 36px rgba(32, 32, 32, 0.08);
  overflow: hidden;
  margin: 10px 0;
  height: calc(100% - 20px);
}
.vission-box::after{
  position: absolute;
  content: '';
  width: 30px;
  height:30px;
  bottom: -30px;
  right: -30px;
  background-color: var(--main-color);
  border-radius: 30px;
  transition: all 0.7s;
  /* z-index: -1; */
}
.vission-box .box-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.vission-box .img img{
  height: 48px;
  width: 48px;
  object-fit: contain;
  transition: all 0.7s;
}
.vission-box:hover::after {
  transform: scale(60);
}
.vission-box:hover{
  box-shadow: none;
}
.vission-box h5{
  font-weight: 700;
  color: var(--main-color);
  font-size: 24px;
  margin-inline-start: 16px;
  margin-bottom: 0;
  transition: all 0.7s;
}
.vission-box:hover h5, .vission-box:hover p, .vission-box:hover ul li{
  color: #fff;
}
.vission-box:hover img{
  filter:brightness(0) invert(1);
}
.vission-box p{
  color: #353535;
  transition: all 0.3s;
  margin-bottom: 0;
  font-size: 18.3px;
  line-height: 30px;
  /* min-height: 120px; */
  transition: all 0.7s;
}

.vission .col-lg-4{
  padding: 0 8px;
}
.vission .col-lg-4:nth-child(2){
  animation-delay: 0.5s;
}
.vission .col-lg-4:last-of-type{
  animation-delay: 1s;
}
.vission-box .box-header,
.vission-box .box-info{
  position: relative;
  z-index: 2;
}
/* ******************************************************************************************************** */
/* Start partner page */
.partner-page .part-item .img img {
  max-height: 62%;
}

/* ************************************************************************ */

.pagination {
  justify-content: center;
}

.pagination .page-item {
  padding-inline: 5px;
}

.pagination .page-link {
  border: 1px solid #00c4b3;
  border-radius: 0;
  color: var(--sec-color);
}

.pagination .page-link.next-item {
  border: none;
  background: transparent;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: var(--sec-color);
  border-color: var(--sec-color);
}

.pagination .page-link:hover span {
  background-color: #fff;
}

/* ------------------ service-page -----------------   */
.service-page .col-lg-4{
  padding: 0 8px;
}
.single-service .single-img{
  height: 545px;
  margin-bottom: 55px;
  border-radius: 10px;
  overflow: hidden;
}
.single-service .single-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.request-btn.my-btn a{
  min-width: 180px;
  background-color: #fff;
  color: #1E1E1E;
  margin-bottom: 10px;
  margin-inline-start: 0;
}
.request-btn.my-btn a:hover{
  color: #fff;
}
.rquest-service{
  background-color: var(--main-color);
  text-align: center;
  padding: 22px 30px;
  color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.rquest-service::after{
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  background-image: url(../images/bg-single-req.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.rquest-service h6{
font-size: 24px;
margin-bottom: 0px;
font-weight: 700;
}
.rquest-service p{
  margin: 16px 0;
  font-size: 18px;
  line-height: 29px;
}
.single-desc p{
  font-size: 18px;
  color: #353535;
  line-height: 30px;
}
p{
  /* font-family: "AGCLight"; */
}
.single-service .col-lg-9{
  padding-inline: 6px;
}
.modal {
  background: rgb(0 0 0 / 80%);
}
.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h6{
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
  color: #000000;
}
/* ----------------- media center  ----------------------   */
.tab-pane .img {
  height: 443px;
  /* overflow: hidden; */
  object-fit: cover;
  margin-bottom: 46px;
  position: relative;
}
.tab-pane .img::after{
  position: absolute;
  content: '';
  width: 215px;
  height: 445px;
  top: 12px;
  right: -12px;
  opacity: 0.3;
  border: 1px solid var(--main-color);
  border-radius: 35px 0px;
}
.tab-pane .img img {
  width: 100%;
  height: 100%;
  border-radius: 35px 0px;
}
.tab-pane .img a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tab-pane .img a h6{
  position: absolute;
  bottom: 36px;
  right: 40px;
  color: #fff;
  z-index: 2;
  font-size: 21px;
  font-weight: 700;
}
.tab-pane .pills-videos .img a h6{
  width: 100%;
  text-align: center;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.tab-pane .pills-videos .img a::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  left: 0;
  width: 93px;
  height: 93px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: .8;
  font-weight: 700;
  font-size: 32px;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-pane .img a::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(24 66 115 / 92%) 100%);
  filter: drop-shadow(0px 8px 36px rgba(99, 99, 99, 0.16));
  border-radius: 35px 0px;
}
.media-center ul#pills-tab {
  margin-bottom: 20px;
  justify-content: space-between;
  width: 310px;
  margin: 0 auto 60px;
}
.footer-branches {
  margin-inline-start: -22px;
}
.footer-items {
  margin-inline-start: -30px;
}
.media-center .nav-pills .nav-link{
  min-width: 142px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 8px;
}
.media-center .nav-pills .nav-link.active,
.media-center .nav-pills .show>.nav-link,.media-center .nav-pills .nav-link:hover{
  color: #fff;
}
/* --------------------  policy- page  ------------------------- */
.p-item ul {
  margin-top: 22px;
}
.policy-items{
  width: 81%;
  margin: auto;
}
.p-item ul li{
  position: relative;
  margin-bottom: 12px;
  padding-inline-start: 22px;
}
.p-item ul li::before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 7px;
  right: 0;
  background-color: var(--main-color);
}
.p-item .title h5{
  font-size: 21px;
  margin-bottom: 16px;
  color: #282727;
  font-weight: 700;
}
.p-item p,.p-item ul li{
  color: #353535;
  font-size: 18px;
  line-height: 30px;
  /*font-family: "AGCLight";*/
}
.p-item{
  margin-bottom: 45px;
}
/* -------------------------------------   contact page  -----------------------------   */
.contact-page .contact-form ,.contact-page .contact-img,
.contact-page .contact-img .img{
  height: 100%;
}
.contact-page .contact-img .img{
  width: 100%;
  display: none;
}
.contact-page .row{
  width: 89.5%;
  margin: auto;
}
.contact-page .col-lg-6{
  padding: 0;
}
.contact-page .contact-form{
  background-color: #fff;
  padding: 57px 34px;
}
.contact-img{
  height: 595px;
  position: relative;
}
.contact-img::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--sec-color);
  /* opacity: .6; */
  border-radius: 10px;
  overflow: hidden;
}
.contact-img img{
  height: 100%;
  width: 100%;
}
.contact-img h6{
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%,-50%); */
  color: #fff;
  font-weight: 700;
  z-index: 2;
  font-size: 45px;
  text-align: center;
  line-height: 93px;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  /* border-radius: 10px; */
  /* overflow: hidden; */
}
.contact-img h6 span{
  display: block;
}

.contact-form  textarea{
  height: 117px;
}
.contact-page .my-btn button {
  margin-top: 0;
}
.partner-img{
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
  height: 110px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.partner-img:hover{
  box-shadow: 0px 4px 68px rgba(0, 0, 0, 0.16);
}
.partner-img img{
  max-height: 85px;
  max-width: 90%;
}
.partner-page .col-md-2.col-6{
  padding: 0 4px;
}
/* --------------------------  branch-page  --------------------   */
.footer-branches.b-page{
width: 90%;
margin: auto;
}
.branch-page .nav.nav-pills,.branch-page .branch-info{
  width: 52%;
  margin: 0 auto 30px;
}
.branch-page .branch-info li,.branch-page .branch-info li a{
  color: #000;
}
.branch-page .nav.nav-pills .nav-link{
  color: var(--main-color);
  min-width: 113px;
}
.branch-page .nav.nav-pills .nav-link:hover{
  color: #fff;
}
.branch-page .nav-pills .nav-link.active,
.branch-page .nav-pills .show>.nav-link{
  color: #fff;
 }
 .branch-page .map iframe {
  width: 100%;
  height: 460px;
}
/* ---------------------------------------------  */
@media (max-width: 768px) {
  section.about .about-img::after {
    right: -12px;
  }
  section.about.about-page .about-img::after{
    left: -12px;
  }
  .about-page .about-img img ,section.about.about-page .about-img::after{
    border-radius: 0px 88px 0 88px;
  
}
.about-img img {
    border-radius: 84px 0;
}
}





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

footer .tab-details ul {
  display: inline-block;
}

footer .branch-info li, 
footer .branch-info li a {
  display: inline-flex;
  padding-inline-end: 10px;
}


.modal-header{
  float: left;
  display: block;
}
.modal-header .close{
  float: 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;
}

.not-found-pro{
  text-align: center;
}
/* End Not-found */

.form-group.hidden {
    display: none;
}
.service-item .servic-info .more a{
    position: relative;
}
.service-item .servic-info .more a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
    opacity: 0;
}
#wpcf7-f180-p82-o5 span.mob-num {
    top: 48px;
}
#pop_up82 .contact-form {
    padding: 12px 83px 26px;
}
.my-btn button {
    margin-top: 18px
}
.form-group p {
    margin-bottom: 0;
}

.contact-form label {
    margin-bottom: 6px;
}
.nice-select {
    margin-bottom: 20px;
}
.form-group.mobile {
    margin-bottom: 16px;
}

.nice-select.open .list {
    height: 130px;
    overflow-y: scroll;
}
.nice-select.open .list::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.nice-select.open .list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.nice-select.open .list::-webkit-scrollbar-thumb {
  background: #888; 
}

.single-serv span.mob-num {
    top: 48px;
}

.branch-page .nav.nav-pills, .branch-page .branch-info {
    width: 61%;
}
.branch-page .nav.nav-pills .nav-link {
    min-width: 124px;
}

.wpcf7 br{ display: none;}

.modal-header .close {
    float: left;
}

.tab-pane .img img {
    object-fit: cover;
}

.fixed-icone a {
     border: none; 
    box-shadow: 0px 4px 68px rgb(0 0 0 / 16%);
    background: #1CBE49;
}
.fixed-icone a i {
    color: #fff;
    font-size: 38px;
}


.service-item {
    border-radius: 24px;
}
.service-item img{
  border-radius: 24px;
}
.branch-page .nav.nav-pills, .branch-page .branch-info {
    width: 70%;
}
.branch-page .nav.nav-pills .nav-link {
    min-width: 156px;
}
.branch-info li i, .branch-info li a i {
    color: var(--sec-color);
    font-size: 16px;
    margin-inline-end: 3px;
}
.service-item .servic-info .more a{
    line-height: 21.6px;
}

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

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


.nav-inner-h {
    display: flex;position: relative;
    top: -8px;
    justify-content: space-between;
}

.slider-info .my-btn {
    display: none;
}

section.about::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/logo-after.svg);
    width: 496px;
    height: 479.47px;
    width: 35.378%;
    height: 51.204%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

section.services::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/logo-after2.svg);
    width: 496px;
    height: 479.47px;
    width: 46.378%;
    height: 94%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    top: 0;
}

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

footer .map {
    height: 260px;
    overflow: hidden;
    border-radius: 24px;
}

.footer-contact ul li a .icon {
    width: 24.28px;
    font-size: 18.28px;
}

.footer-contact ul li a span {
    max-width: calc(100% - 24.28px );
    padding-inline-start: 9px;
    font-size: 16px;
}

@media (min-width: 576px) {
.pop_up .modal-dialog {
    max-width: 608px;
}
}

.pop_up .modal-dialog .modal-content {
    padding: 88px 83px;
    /* border-radius: 24px; */
    /* overflow: hidden; */
}

.pop_up .modal-dialog {
    border-radius: 32px;
    overflow: hidden;
}

.pop_up  .modal-header {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 30px 30px 0;
    float: none;
}

.pop_up .modal-dialog .contact-form.contact {
    padding: 0;
}

.pop_up .modal-dialog .form-group {
    margin: 0 0 17px;
}

.pop_up .modal-dialog .my-btn button {
    width: 100%;
}

.single-desc ul {
    padding-inline-start: 20px;
}

.single-desc ul li {
    display: list-item;
    list-style: initial;
    font-size: 16px;
    color: #353535;
    line-height: 26px;
    margin-bottom: 10px;
}

.modal-header .close {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px 0;
}

.pop_up .modal-header button.close {
    /* position: relative; */
    margin: 0;
    /* float: none; */
}

.pop_up .modal-dialog {
    position: relative;
    height: auto;
}

.vission-box ul {
    color: #fff;
    padding-inline-start: 20px;
}

.vission-box ul li {
    display: list-item;
    list-style: initial;
    margin-bottom: 10px;
    font-size: 16.3px;
    line-height: 28px;
    color: #353535;
    transition: all 0.3s;
}

.contact-img h6 span:nth-child(2) {
    direction: ltr;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1199.16px;
    }

    .slider-home.owl-theme .owl-dots {
        max-width: 1199.16px;
    }
}











