:root {
  --main-color: #ca9e70;

  --sec-color: #154367;

  --title-color: #21445b;
  --mask-color:#d9e7f3;
}

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

@font-face {
  font-family: "Bressay_Trial";
  src: url("../fonts/Bressay_Trial_Rg.ttf");
}
@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/DINNextLTArabic-Medium-3.ttf");
}
@font-face {
  font-family: "DINNextLTBold";
  src: url("../fonts/DIN-Next-LT-W23-Bold.ttf");
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

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

/* nice select */
.nice-select {
  width: 100%;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
}

.nice-select::after {
  left: 12px;
  right: auto;
}

.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;
}

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: 8px;
  width: 40px;
  height: 40px;
}

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 {
  color: var(--main-color);
  padding: 12px 10px;
  min-width: 171px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  font-weight: 700;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  border-radius: 18px;
  border: 2px solid var(--main-color);
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "bold";
}

.header-btn a,
.partner_title .my-btn a {
  min-width: 148px;
  padding: 12px;
  background-color: var(--main-color);
  color: #fff;
}

.partner_title .my-btn a {
  border-radius: 20px;
  min-width: 195px;
}
.left-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 60px;
}

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

.mynav li {
  padding: 0 10px;
}

.mynav li a {
  color: #070707;
  transition: all 0.3s;
  padding: 0;
  font-size: 18px;
  font-family: "bold";
}

.mynav li a:hover, .mynav li.current-menu-item a,.mynav .sub-menu li.current-menu-item a:hover {
  color: var(--main-color);
}

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

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

.lang a {
  text-transform: capitalize;
  font-weight: 700;
  font-family: "bold";
  color: var(--main-color);
  text-decoration: underline;
}

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

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

span.btnSearch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.right_header {
  display: flex;
  align-items: center;
  justify-content: start;
  transition: all 0.4s;
  gap: 53px;
}

/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition: opacity 0.5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity 0.5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition: opacity 0.5s, z-index 0s;
  -webkit-transition: opacity 0.5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: #222222;
  background: none;
  border: 2px solid var(--main-color);
  font-size: 20px;
  padding: 15px 22px;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 16px;
  box-shadow: inset 0 0 0 transparent;
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #222222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 22px;
  top: 16px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: #222222;
}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.sidebar .lang {
  margin: 16px 0;
  padding-inline-start: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}

.sidebar .logo {
  background: #fff;
  /* text-align: center; */
  padding: 14px;
  height: 80px;
  margin-top: 27px;
}

/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 99;
  padding: 20px 0;
  transition: all 0.7s;
  padding: 0 0 20px 0;
  height: auto;
  overflow-y: scroll;
}

.sidebar-width {
  left: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: var(--sec-color);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-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: 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(0 0 0 / 30%);
}


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


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

/* Start hero section */

section.hero_sec {
  padding: 0;
  height: 747px;
  position: relative;
}

section.hero_sec .container {
  position: relative;
}

.hero_image {
  width: 100%;
  height: 513px;
  max-width: 462px;
  margin-inline-start: -28px;
}

.hero_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 48px;
  max-width: 462px;
}

.hero-details-img {
  height: 170px;
  width: 319px;
}

.hero-details-img img {
  max-width: 100%;
  max-height: 100%;
}
.hero_details {
  position: relative;
}
.hero_details::after {
  position: absolute;
  content: "";
  width: 377px;
  height: 52px;
  bottom: -10px;
  left: 10px;
  background-image: url("../images/hero_Underline.svg");
  background-size: contain;
  z-index: -1;
}
.hero_details h6 {
  color: #0c4521;
  border: 0.9px solid #baedcd;
  background: #f7fffa;
  max-width: max-content;
  padding: 3px 10px;
  border-radius: 26px;
  font-size: 11px;
  font-weight: 500;
}

.hero_details h2 {
  font-size: 72px;
  color: rgba(0, 0, 22, 1);
  font-weight: 700;
  line-height: 93px;
  margin-bottom: 42px;
  font-family: "bold";
  position: relative;
}
.hero_details h2::after {
  position: absolute;
  content: "";
  width: 155.6px;
  height: 110px;
  background: #fcefd9;
  border-top-left-radius: 64.5px;
  top: -19px;
  right: -6px;
  z-index: -1;
}
.hero_details p {
  font-size: 20px;
  color: #222222;
}

section.hero_sec .row {
  height: 100%;
  align-items: center;
  padding-top: 148px;
}

section.hero_sec::before {
  position: absolute;
  /* content: ""; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-image: url("../images/hero_shap.svg"); */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
}

header.home_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.my-btn a:hover,
.my-btn button:hover {
  background: var(--main-color);
  color: #fff;
}



.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  width: 46px;
  height: 46px;
  font-size: 22px;
  background: var(--main-color);
  color: #fff;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2.88px 2.88px 0px #00000014;
}



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

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

.section-title {
  margin-bottom: 0;
}

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 43.5px;
  color: #000016;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "bold";
}
.about_sec_content {
  background: #fffbf4;
  border: 2px solid #f9dfb1;
  padding: 83px 60px;
  border-radius: 40px;
}

.vission_item {
  display: flex;
  margin-bottom: 32px;
  gap: 10px;
  align-items: center;
}

.vission_item .item_details p {
  margin-bottom: 0;
}

.vission_item .item_details h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color:#070707;
}
   
.vission_item .icone {
  width: 86.6px;
  height: 86.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.35px solid #f9dfb1;
  border-radius: 11px;
  position: relative;
  background: #fff;
}

.vission_item .item_details {
  width: calc(100% - 110px);
}

.vission_item .icone img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
}

.vission_item .icone::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 24px;
  background: var(--mask-color);
  border-top-right-radius: 10px;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.about_info h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 52px;
  color: #000016;
  font-weight: 700;
  font-family: "bold";
}

.about_info p {
  font-size: 18px;
  color: #353434;
  line-height: 26px;
}

/* ------------------------ Start services section ---------------- */
.service_info .col-lg-4 {
  padding: 0 7px;
}

.container-fluid {
  padding: 0;
}
.service_sec_content {
  position: relative;
  min-height: 724px;
}
.service_sec_content::before {
  position: absolute;
  /*content: "";*/
  width: 100%;
  height: 100%;
  top: -24px;
  left: 0;
  background-image: url("../images/services_sec_bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.service_sec_content > .row {
  margin: 0;
}
.servcie_Title h3 {
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 52px;
  font-family: "bold";
  font-weight: 700;
  /* padding-inline-start: 24px; */
  padding-inline-end: 28px;
  color: #000016;
}

.service_info {
  padding-inline-start: 20px;
}

.service_sec_content .col-lg-6 {
  padding-inline-end: 0;
}
.service_Image .img {
  height: 647px;
  max-width: 531px;
  margin: 16px auto 0;
}

.service_Image .img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.service_Image {
  position: relative;
}

.serv_img_details {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid var(--mask-color);
  border-radius: 8px;
  width: 508px;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 30px;
  justify-content: space-between;
}
.serv_img_details .more {
  border: 2px solid var(--main-color);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv_img_details h4 {
  width: calc(100% - 100px);
  font-size: 18px;
  color: #353434;
}
.serv_img_details a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.serv_img_details .more span {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  transition: all 0.3s;
  background: #fff;
  border-radius: 50%;
}


    .service_item .service_disc , .service_item .service_url , .service_item .service_thumb {
  display: none;
}
.service_item {
  background: #fff;
  border: 3px solid var(--mask-color);
  border-radius: 24px;
  padding: 17px 18px 20px 9px;
  display:block;
  margin-bottom: 16px;
  position: relative;
  transition: all 0.3s;
}

.serv_name h3 {
  font-size: 18px;
  color: #000000;
  font-family: "bold";
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
  min-height: 52px;
  position: relative;
  z-index: 2;
}
.service_icone {
  height: 32px;
  margin-bottom: 20px;
}

.service_icone img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
}

.service_item::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 24px;
  background: var(--mask-color);
  border-top-right-radius: 10px;
  top: 10px;
  right: 12px;
  z-index: 1;
  transition: all 0.3s;
}

/* .active .service_item::after  {*/
/*  width: 92%;*/
/*  height: 91%;*/
/*  border-radius: 16px;*/
/*  top: 7px;*/
/*  right: 6px;*/
/*}*/
/* .active .service_item {*/
/*  cursor: pointer;*/
/*  border: 3px solid var(--main-color);*/
/*}*/
/* end services section */

/* ---------------------  start partner section ------------------   */
.partner_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}
.all_partners {
  display: flex;
  flex-wrap: wrap;
}

.prtner_item {
  border: 1px solid var(--main-color);
  box-shadow: 0px 12px 28px 0px #430b8d0a;
  background: #ffffff;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.7s;
}
.active-section .prtner_item {
  transform: rotate(0deg);
}
.prtner_item img {
  max-width: 93px;
  max-height: 93px;
  object-fit: contain;
}

.prtner_item a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.all_partners {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 408px;
  animation: fadeInup;
  animation-duration: 2s;
}
.partner_sec_content {
  border: 2.22px solid #f9dfb1;
  border-radius: 44px;
  padding: 55px 53px;
}
.active-section .partner_sec_content {
  border: 2px solid #f9dfb1;
  background: #fffbf4;
}

.active-section .partner_sec_content .all_partners {
  animation: fadeInDown;
  animation-duration: 1s;
}

.prtner_item {
  position: absolute;
}

.prtner_item.p1 {
  top: 10px;
  right: 0;
}

.prtner_item.p2 {
  bottom: 0;
  right: 0;
}

.prtner_item.p3 {
  top: 136px;
  right: 90px;
}

.prtner_item.p4 {
  top: 10px;
  right: 200px;
}

.prtner_item.p5 {
  bottom: 0px;
  right: 200px;
}

.prtner_item.p6 {
  top: 136px;
  right: 310px;
}

.prtner_item.p7 {
  top: 10px;
  right: 418px;
}

.prtner_item.p8 {
  bottom: 0;
  right: 418px;
}

.prtner_item.p9 {
  top: 136px;
  right: 540px;
}

.prtner_item.p10 {
  top: 10px;
  right: 666px;
}

.prtner_item.p11 {
  bottom: 0;
  right: 666px;
}

.prtner_item.p12 {
  top: 136px;
  right: 792px;
}
.prtner_item.p13 {
  top: 10px;
  right: 901px;
}
.prtner_item.p14 {
  bottom: 0;
  right: 901px;
}
.prtner_item.p15 {
  top: 136px;
  right: 1028px;
}
/* -----------------------  news section --------------------   */
section.news_sec {
  position: relative;
  /* padding-top: 0; */
  padding-bottom: 50px;
}
section.news_sec::before {
  position: absolute;
  /*content: "";*/
  width: 103%;
  height: 100%;
  top: 20px;
  left: 0;
  background-image: url("../images/news_bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.new_item {
  background: #ffffff;
  border-radius: 17px;
  box-shadow: 0px 6px 12px 0px #00000014;
  transition: all 0.3s;
  direction: rtl;
  border: 1.08px solid #e3e3e3;
  position: relative;
  outline: 2px solid transparent;
  offset: -2px;
  margin: 1px;
  overflow: hidden;
}

.new_date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new_date path{
        fill: var(--main-color);
}
.new_date img,.new_date svg  {
  height: 21.5px;
  width: 21.5px !important;
}


.new_image {
  height: 291px;
  overflow: hidden;
  border-radius: 8px;
}

.new_image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: all 1s;
}

.news_info h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "bold";
  font-weight: 700;
  color: #070707;
}
.news_info .my-btn a {
  min-width: 227px;
  border-radius: 20px;
}
.news_info p {
  color: #353434;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 26px;
  padding-inline-end: 12px;
}

.news_details h4 {
  font-size: 19px;
  margin-bottom: 13px;
  color: #181818;
  line-height: 28px;
  font-family: "bold";
  font-weight: 700;
}

.new_date span {
  color: #002720;
  font-size: 19px;
  font-weight: 700;
  font-family: "bold";
}

.news_img {
  height: 198px;
}

.news_img img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  border-radius: 0 0 17px 17px;
}

.news_details {
  padding: 21px 21.5px;
  position: relative;
  z-index: 2;
}

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

.new_item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 41.76%,
    rgba(255, 255, 255, 0) 62.64%
  );
  border-radius: 17px;
}

.news_info {
  padding-top: 56px;
}
span.more_news {
  min-width: 240px;
  border-radius: 18px;
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  padding: 10px;
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%) translateY(70px);
  bottom: 15px;
  text-align: center;
  font-family: "bold";
  font-weight: 700;
  transition: all 0.4s;
}

/* ---------------------  FAQ section----------------- */
.contact_sec_content {
  background-color: #fff;
  padding: 61px 46px;
  border-radius: 48px;
}

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

.card-header {
  border: none;
  border-radius: 18px !important;
  text-align: start;
  padding: 0;
  background: #f6f6f6;
}

.card {
  border: none;
  margin-bottom: 22px;
  border-radius: 16px;
  background: #f6f6f6;
}

.text-faq .card.active {
  box-shadow: 0px 8px 52px 0px #00000017;
}

.card-header .btn {
  display: flex;
  padding: 17px 17px 17px 21px;
  width: 100%;
  padding-inline-end: 40px;
  position: relative;
  /* background: #fff; */
  font-size: 20px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #002720;
  font-weight: 700;
  border: 2px solid var(--main-color);
  text-align: start;
  box-shadow: 0px 13.36px 26.72px 0px #0000000a;
  border: 1px solid #fff;
}

.card-header .btn::after {
  content: "\f067";
  position: absolute;
  left: 13px;
  font-family: "font awesome 5 pro";
  top: 15px;
  font-size: 15px;
  width: 35.6px;
  height: 35.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  border: 1px solid var(--main-color);
  border-radius: 9px;
  background: #edf8f5;
  background: var(--mask-color);
  color:var(--main-color);
}

.card-body {
  padding: 0px 17px 24px;
  border-radius: 0 0 16px 16px;
  border-top: none;
  background: #fff;
  border: 2px solid var(--main-color);
  border-top: none;
}

.card-header .btn:not(.collapsed)::after {
  top: 20px;
  content: "\f00d";
  border: none;
}

.card-header .btn:not(.collapsed) {
  border: 2px solid var(--main-color);
  background: #fff;
  color: #002720;
  font-size: 20px;
  border-radius: 18px 18px 0 0;
  box-shadow: none;
  border-bottom-color: transparent;
}

.card-body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #3e3e3e;
  margin-bottom: 0;
  border-top: 1.11px solid var(--mask-color);
  padding-top: 14px;
}

.faq_image {
  background: #dbe8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 642px;
  box-shadow: 0px 22.27px 57.89px 0px #0000001f;
  border: 2.23px solid #ffffff;
  border-radius: 27px;
}

.faq_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 27px;
}

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

span.qustion_number {
  display: inline-block;
  direction: ltr;
  padding-inline-start: 14px;
  font-size: 18px;
  color: #5e8fd8;
  font-weight: 800;
}

.form-group  label {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #353434;
  transition: all 0.3s;
  text-transform: capitalize;
}

.form-group  label.move {
  font-size: 12px;
  top: 5px;
  color: #06234d;
}
.contact-form .form-group.tmove label {
  font-size: 13px;
  top: 2px;
}
.contact-form input:focus + label,
.contact-form input.has-value + label,
.contact-form textarea:focus + label,
.contact-form textarea.has-value + label {
  font-size: 12px;
  top: 4px;
}

.input-group > .form-control {
  flex: unset;
}

.contact-form input:focus,
.contact-form input.has-value,
.contact-form textarea:focus,
.contact-form textarea.has-value {
  padding-top: 22px;
  padding-bottom: 3px;
}

.contact-form input#phone:focus,
.contact-form input.has-value#phone {
  padding: 12.5px 10px;
}

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

.form-group {
  position: relative;
}

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

.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;
}

.contact-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group.select-field {
  position: relative;
}

.form-group.select-field::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 42px;
  position: absolute;
  margin: 8px;
  left: 14px;
  font-size: 22px;
  color: #353535;
  z-index: 1;
  pointer-events: none;
}

.contact-form {
  border-radius: 20px;
  background: #fff;
  padding: 33px;
}

.contact-form h3,
.contact_map h5 {
  font-size: 32px;
  margin-bottom: 32px;
  color: var(--sec-color);
  font-weight: 700;
}

.contact-form textarea {
  height: 144px;
  border-radius: 20px;
}

.iti__country-list {
  left: 0;
}

.iti {
  width: 100%;
}

input#phone,
input#phone2 {
  padding-left: 107px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti__arrow {
  border: none;
}

.iti__arrow {
  position: relative;
}

.iti__arrow::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  width: 1px;
  height: 42px;
  color: #002720;
  top: -13px;
  left: -1px;
  font-size: 22px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin: 0 5px;
  margin-left: 0;
  direction: ltr;
  font-size: 14px;
  color: #002720;
  font-weight: 500;
  position: relative;
  top: 0px;
  font-family: "DINNextLTArabic";
}

.iti__flag.iti__sa {
  border-radius: 2px;
  height: 14px;
}

.iti__selected-flag {
  padding: 0 10px;
}

.iti__selected-flag {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.iti__flag-box {
  display: inline-block;
  width: 33px;
}

.iti__country-list {
  text-align: start;
}

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

.text-faq h3 {
  font-size: 39.9px;
  margin-bottom: 35px;
  color: #070707;
  font-weight: 700;
}
section.FAQ_sec {
  padding-bottom: 140px;
}
/* ************************************************8 */
header.sticky {
  margin: 0;
  padding: 0;
  background-color: var(--mask-color);
}

.sticky {
  position: sticky !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  padding: 6px 0;
  z-index: 99;
}
header.sticky .mynavbar .row {
  padding: 12px 0;
}
.sticky .logo {
  height: 49px;
}

.sticky .mynav li a {
  font-size: 16px;
}

.sticky .header-btn a {
  min-width: 110px;
  padding: 8px;
}

.sticky .right_header {
  /* justify-content: start; */
  gap: 38px;
}

/* -------------------------------------------- */
/* circular-menu */
#circularMenu {
  position: fixed;
  bottom: 80px;
  right: 16px;
  z-index: 9;
}

.circular-menu .floating-btn {
  display: block;
  width: 2.7em;
  height: 2.7em;
  border-radius: 10px;
  background-color: var(--main-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  color: #fff !important;
}

/* .circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
  }

  .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.4);
  } */

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: " ";
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(27, 133, 190, 0);
  transition: all 0.3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: rgb(50 74 113);
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f9ff;
  transition: transform 0.3s ease, background-color 0.2s ease;
  transition-timing-function: ease, ease;
  /* box-shadow: 0 0 22px 5px #f5f9fc6b; */
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(-1em, -4.2em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-4em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-4em, 1.5em, 0);
}

/* -----------  Start footer section  -------------------- */
.fixed-icone {
  position: fixed;
  bottom: 78px;
  right: 16px;
  z-index: 99;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {
  0%,
  100% {
    transform: translateY(-12px);
  }

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

.fixed-icone a {
  width: 46px;

  height: 46px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 9px;

  color: #fff;

  font-size: 22px;

  border-radius: 10px;

  box-shadow: 0px 2.76px 2.76px 0px #30bf2f4d;

  background: linear-gradient(180deg, #61fd7d 0%, #2bb826 100%);

  border: 0.69px solid #ffffff33;
}

.fixed-icone a i {
  margin-bottom: 0;
  font-size: 20px;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}
.footer-soch {
  background: #ffffff14;
  border: 1px solid #002720;
  max-width: max-content;
  padding: 10px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.footer-soch a {
  margin-inline-start: 6px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.footer-soch a.instagram {
  position: relative;
  background: transparent;
  width: 28px;
  height: 28px;
}

i.fa-x-twitter {
  color: #1a1a1a;
}

i.la-linkedin-in {
  color: #002720;
}

i.fa-facebook-f,
i.fa-facebook {
  color: #002720;
}

.footer-soch span {
  color: #fff;
  font-size: 16px;
  font-family: "DINNextLTArabic";
}

.footer-soch a i {
  font-style: normal;
  font-size: 15px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
  color: #002720;
}

.footer {
  position: relative;
  border-radius: 40px;
}
.footer::before {
  background: radial-gradient(
    34.28% 89.8% at 14.8% 63.36%,
    rgba(0, 173, 139, 0.01) 0%,
    #003128 100%
  );
  border-radius: 40px;
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.footer::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  z-index: -1;
  border-radius: 40px;
}
.footer {
  padding: 108px 100px 63px;
}

.footer .row {
  position: relative;
  z-index: 2;
}

.footer-links h4,
.right-footer h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: "DINNextLTBold";
}

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

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

.footer-logo {
  height: 113px;
  margin-bottom: 35px;
}

.copy-right p span {
  color: #0d72d4;
}

footer .footer-menu ul a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: 500;
}


.contact-list a {
  display: flex;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}

.contact-list li i {
  position: relative;
  top: 3px;
  padding-inline-end: 12px;
  color: #fff;
  font-size: 17px;
}

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

.contact-list li p {
  margin-bottom: 0px;
  line-height: 29px;
  color: #fff;
}

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

.right-footer .map {
  height: 169px;
}

.right-footer .map iframe {
  width: 100%;
  height: 100%;
}

.left-footer h2 {
  color: #fff;
  line-height: 44px;
  font-size: 32px;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 32px;
}

.left-footer .read-more a {
  min-width: 300px;
}

.col-md-7 .footer-links {
  padding-inline-start: 78px;
}

/* bottom footer */
.copy-right {
  text-align: start;
  padding: 12px 0;
}

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

.copy-right p {
  margin-bottom: 0;
  color: #002720;
  font-size: 16px;
}

/* Scroll to top */
#mybtn {
  /* display: none; */
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 45px;
  height: 48px;
  background: var(--main-color);
  border-radius: 8px;
  box-shadow: 0px 8.62px 14.77px 0px #1b1a1a40;
  color: #f5e8e8;
  font-weight: 700;
  font-family: "bold";
  font-size: 12px;
}

#mybtn i {
  color: #fff;
  font-size: 16px;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  /*position: absolute;*/
  z-index: 9;
  width: 96%;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: 12px;
  background: #fff;
  border: 1px solid #bad7f3;
  border-radius: 22px;
  margin: 20px auto;
}

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

.sidebar .lang a {
  padding: 0;
  color: #070707;
  padding-inline-start: 5px;
}

.responsive-menu .btnSearch img {
  max-height: 22px;
}

.responsive-menu .logo {
  height: 43px;
}

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

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



/* ********************************************************************************************* */
/* Start about page */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-section {
  color: #fff;
  /* min-height: 110px; */
}

.breadcrumb-info {
  padding-top: 35px;
}

.breadcrumb-info h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--sec-color);
  font-family: "IBM Plex Sans Arabic", sans-serif;
  margin-bottom: 14px;
}

.breadcrumb-section a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "bold";
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #edf8f5;*/
  background-color:var(--mask-color);
  padding: 10px;
  margin-bottom: 0;
  /*max-width: max-content;*/
  /*margin: auto;*/
  /*border-radius: 12px;*/
}

.breadcrumb-item.active,
.breadcrumb-item {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 700;
  font-family: "bold";
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 5px;
  content: "/";
  color: #4f4d4d;
  font-size: 17px;
  display: inline-flex;
  position: relative;
  top: 1px;
}
.breadcrumb-section {
    color: #fff;
    background: var(--mask-color);
    padding-bottom: 54px;
}   
/* ------------------------------------------------------------------------ */
/* Pagination */
.pagination-list {
  padding: 6px 0;
  width: 210px;
  margin: 8px auto 0;



}
.pagination-list ul{
  box-shadow: 0px 12px 28px 0px #00000014;
    border-radius: 56px;
  border: 1.11px solid #dbe8fa;
    background: #ffffff;
    padding:10px;
}
.pagination {
  justify-content: center;
  align-items: center;
}

.page-item .page-link {
  color: #4f4d4d;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 33px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px 0;
  border: 1.53px solid var(--main-color);
  background: #f6f9ff;
  color: var(--main-color);
}

.page-item:last-child .page-link span,
.page-item:first-child .page-link span {
  display: flex;
  align-items: center;
  justify-content: center;
}



.page-item.active .page-link {
  z-index: 3;
  color: #222222;
  background: transparent;
}

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

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

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

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

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 12.5px 10px;
  color: #353434;
  font-size: 16px;
  border-radius: 12px;
  /*background: var(--mask-color);*/
  background:var(--mask-color);
  border: 1px solid #d9d9ff1a;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  background: var(--mask-color);
  border: 1px solid var(--mask-color);
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #353434;
  font-size: 16px;
}

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

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

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

.fab {
  font-family: "Font Awesome 6 Brands";
}

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

.contact-form h5 {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  text-align: center;
}

.modal-body {
  padding: 0;
  border-radius: 32px;
}

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

.modal-header .close {
  position: absolute;
  top: 0px;
  left: -21px;
  width: 44.5px;
  height: 44.5px;
  border-radius: 50%;
  z-index: 2;
  opacity: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-weight: 200;
  font-size: 34px;
  background: var(--mask-color);
}

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

.form-group.mobil span.mob-num {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #2b2b2b;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

select:focus {
  outline: none;
}

@media (max-width: 768px) {
  .modal-header .close {
    left: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 442px;
    margin-top:90px;
  }
}

.form-group .select {
  position: relative;
  cursor: pointer;
}

.form-group .select::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  top: 12px;
  left: 17px;
  color: var(--sec-color);
  font-size: 18px;
  transition: all 0.3s;
  pointer-events: none;
}

.pop_Up .contact-form {
  /*padding: 58px 49.5px;*/
  border: 1px solid #dbe8fa;
  border-radius: 32px;
}

.pop_Up .contact-form h3 {
  text-align: center;
}

.modal-content {
  border-radius: 32px;
}

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

.contact-form h6,
.text-faq h6 {
  font-size: 32px;

  font-weight: 700;

  color: var(--sec-color);

  margin-bottom: 32px;
}

/* ---------------------------------------------------------  */
.iti__country-list {
  max-width: 360px;
}
.card-slider.owl-theme .owl-nav {
  margin-top: 22px;
}
.col-lg-5.aos-init.aos-animate {
  position: relative;
  z-index: 2;
}
/* -----------------------------  about page -----------------   */
header.pages {
  background: var(--mask-color);
}

.manger_img {
  height: 517px;
}

.manger_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}   

section.manger_word .row {
  background: var(--mask-color);
  border: 2px solid #b5d5f0;
  padding: 43px;
  border-radius: 40px;
  align-items: center;
}

.manger_word_info h4 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #070707;
  font-family: "bold";
  font-weight: 700;
}

.manger_word_info p {
  font-size: 18px;
  color: #353434;
  line-height: 27px;
}
.service_page .service_sec_content::before {
  display: none;
}
.service_page .service_sec_content {
  border: 1px solid var(--mask-color);
  background-color: var(--mask-color);
  border-radius: 24px;
  padding: 42px 10px;
}
.service_page .service_Image .img {
  margin: 0 auto 0;
}
/* -----------------------------------------  single service ----------------------   */
.single_service_info .single_serv_disc {
  background: #fff;
  margin-top: 80px;
  min-height: 500px;
  padding: 55px 33px 21px;
  border-radius: 8px;
}

.single_serv_disc h5 {
  font-size: 24px;
  line-height: 34px;
  color: #353434;
  margin-bottom: 16px;
}

.single_serv_disc p {
  font-size: 18px;
  margin-bottom: 16px;
  color: #353434;
  line-height: 26px;
}
.single_serv_disc ul {
  margin-bottom: 24px;
}
.single_serv_disc ul li {
  position: relative;
  font-size: 18px;
  color: #353434;
  padding-inline-start: 22px;
  margin-bottom: 8px;
}

.single_serv_disc ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 pro";
  top: 3px;
  right: 0;
  color: #34c759;
  font-size: 14px;
}
.single_service_info .servcie_Title h3 {
  margin-bottom: 66px;
  padding-inline-end: 37px;
  padding-top: 16px;
}
.single_serv_disc .my-btn a {
  background: var(--main-color);
  color: #fff;
}
/* --------------------------------------------------- */
.map_sec {
  padding: 0;
  margin-top: -72px;
}
.contact_page {
  padding-bottom: 0;
}
.conact_page_content {
  padding: 53px 65px;
  border-radius: 40px;
  background-color: #002720;
  position: relative;
  z-index: 2;
  max-width: 910px;
  margin: auto;
}
.contact_page .row {
  justify-content: center;
}
.map_sec .map {
  height: 524px;
}
.map_sec .map iframe {
  width: 100%;
  height: 100%;
}
.conact_page_content .footer-links {
  padding-inline-start: 25px;
  padding-top: 32px;
}

.side-search {
  margin: 30px 0 20px;
  padding: 0 20px;
}

.side-search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.side-search form input {
  width: calc(100% - 56px);
  height: 50px;
  border: none !important;
  padding: 0 10px;
  border-radius: 0px;
  color: #333;
  border-radius: 8px;
}

.side-search form button {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  border: none;
  border-radius: 8px;
}
/* --------------------------------------------------- */
.partner_page .col {
  -ms-flex: 0 0 16.33333%;
  flex: 0 0 11.33333%;
  max-width: 11.33333%;
}
.partner_page .prtner_item {
  margin-bottom: 24px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transition: all 0.3s;
}

.partner_page .row ,.faq_page .row{
  justify-content: center;
}
.col-lg-3 {
  padding: 0 8px;
}
.news_page .new_item {
  margin-bottom: 39px;
}
.single_new_img {
  height: 679px;
}

.single_new_img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.single_new_details h3 {
  padding-inline-end: 80px;
  font-size: 40px;
  margin-bottom: 32px;
  margin-top: 12px;
  line-height: 52px;
  color: #181818;
  font-family: "bold";
}

.single_new_details h5 {
  font-size: 24px;
  line-height: 34px;
  color: #353434;
}

.single_new_details p {
  font-size: 18px;
  line-height: 26px;
  color: #353434;
}

/*************************************************/
.wpcf7 p {
  margin: 0;
  display: block;
  width: 100%;
}

.wpcf7 br {
  display: none;
}

.wpcf7-file {
  display: none;
}


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

header {
    background-color: var(--mask-color);
}

@media (min-width: 1400px) {

.hero_image {
    margin-inline-start: -10px !important;
}
.mynavbar .row {
    padding: 25px 0 !important;
}
}


.hero_image {
    margin-inline-start: -6px;
    margin-top: 16px;
}

.news_details h4 {
    min-height: 56px;
}

.serv_img_details {
    bottom: 34px;
}

.conact_page_content .footer-soch span {
    /*display: block;*/
    /*margin-bottom: 12px;*/
    min-width: 80px;
}
.conact_page_content .footer-soch {
    min-width: 271px;
    display: flex;

}
.footer-soch a {
    margin-bottom: 4px;
}

.footer::before {
    background: radial-gradient(34.28% 89.8% at 14.8% 63.36%, rgba(0, 173, 139, 0.01) 0%, #387fbb 100%) ;

}
.single_service_page{
    position:relative;
}

.hero_sec .hero_sec_mask,.service_sec_mask,.news_sec_mask,.single-service-mask{
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
}
.hero_sec .hero_sec_mask{
    width:102.33%;
}
.service_sec_mask{
    top:-24px;
}
.hero_sec .hero_sec_mask svg ,.service_sec_content svg,.news_sec_mask svg,.single-service-mask svg{
    object-fit: contain;
    width: 100%;
}

.hero_details h2::after {
    background: #ca9e7047;
}
.news_sec_mask {
    top: 50px;
}

.news_sec_mask, .news_sec_mask svg {
    /*height: 453px;*/
     height: 493px;
    object-fit: cover;
}
.conact_page_content {
    background-color: var(--main-color);
}
.conact_page_content .footer-soch {
    border: 1px solid #fff;
}
.single_service_info .single_serv_disc {
    margin-top: 90px;
    min-height: 460px;
}
.single-service-mask {
    top: 42px;
} 
.single_service_info {
    margin-top: 40px;
}

@media (min-width: 991px) {
    .service_info .row {
    margin-top: -20px;
}
.servcie_Title {
    margin-top: 28px;
}
.single_serv_disc .my-btn a:hover {
   color : var(--main-color);
    background: #fff;
    
}
footer .footer-menu ul a:hover,
 .contact-list a:hover,
.contact-list li:hover,
.contact-list li:hover i,
.contact-list li:hover p{
  color: var(--main-color);
}
.conact_page_content  .contact-list a:hover,
.conact_page_content .contact-list li:hover,
.conact_page_content .contact-list li:hover i,
.conact_page_content .contact-list li:hover p{
  color: var(--sec-color);
}
.prtner_item:hover {
  border: 2px solid var(--sec-color);
}
.header-btn a:hover,
.partner_title .my-btn a:hover {
  background-color: #fff;
  color: var(--main-color);
}
.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.hero_details .my-btn a:hover {
  background: var(--main-color);
  color: #fff;
}
.serv_img_details:hover .more span {
  background: var(--main-color);
  color: #fff;
}
.service_item:hover::after {
  width: 95%;
  height: 91%;
  border-radius: 16px;
  top: 7px;
  right: 6px;
}
.service_item:hover {
  cursor: pointer;
  border: 3px solid var(--main-color);
}
.new_item:hover {
  border: 1px solid var(--main-color);
  outline: 1px solid var(--main-color);
}
.new_item:hover span.more_news {
  transform: translateX(-50%) translateY(0px);
}
.footer-soch a:hover i {
  background: var(--sec-color);
  color: #1a1a1a !important;
}
.conact_page_content .footer-soch a:hover i {
  background: var(--main-color);
}
a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

a:hover i.fab.fa-youtube {
  color: #ff0000;
}

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

a:hover i.fab.fa-instagram {
  color: #405de6;
  z-index: 2;
}
.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
  opacity: 50%;
}

.page-link:hover {
  z-index: 3;
  color: #222222;
  background: transparent;
}
.card-slider-content {
    padding-inline-start: 30px;
}
}
  

.news_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
}
.new_item {
    height: 310px;
}

.partner_page .prtner_item{
    width:200px;
    height:200px;
}

.partner_page .col-md-3.col-6 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_page .prtner_item img {
    max-width: 160px;
}

.breadcrumb-section {
    display: none;
}

.licence-page .new_item a {
            position: relative;
        }

        .licence-page .new_item a::before {
            position: absolute;
            content: "\f00e";
            font-family: "Font Awesome 5 Pro";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 99;
            font-size: 18px;
            color: #fff;
            transition: all 0.4s;
            opacity: 0;
            width: 42px;
            height: 42px;
            background: var(--main-color);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1.3px solid #ffffff;
            font-weight: 300;
        }

        .licence-page .new_item:hover a::before {
            opacity: 1;
        }


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

.mynavbar ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 240px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px #58A9D052;
    border-radius: 5px;
    padding: 0px;
    background: #fff;
    z-index: 99;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
    padding: 20px 20px;
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 999;
}

.sub-menu a {
    color: #070707 !important;
    font-size: 15px;
    padding: 10px 4px !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E4ED;
}
 .mynav .sub-menu li.current-menu-item   a {
    color: #070707;
}
.sub-menu li:last-of-type a {
    border-bottom: none;
}
.sub-menu a:hover {
    color: var(--sec-color) !important;
}


li.menu-item-has-children  a{
    position:relative;
}

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

.why-choose-page.vission_item .icone img {
    width: 65px;
    height: 65px;
}

.sidebar .sub-menu{
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    min-width: unset;
    width: 100%;
    border-radius: 0;
    /* padding: 16px 0px; */
    /* margin-top: 20px; */
    border-top: 1px solid rgb(0 0 0 / 30%);
}  


.sidebar .side-content .sub-menu li {
    border-bottom: none;
}

.sidebar .sub-menu a {
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}

.sidebar .sub-menu a {
    padding: 10px 20px !important;
}

.sidebar li.menu-item-has-children >a::after {
    top: 15px;
    left: 17px;
}

/* -------------------------------------------- */
/* circular-menu */
#circularMenu {
  position: fixed;
  bottom: 70px;
  right: 16px;
  z-index: 9;
}

.circular-menu .floating-btn {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 8px;
  background-color: var(--main-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  color: #fff !important;
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: " ";
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(27, 133, 190, 0);
  transition: all 0.3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ca9e70;
  transition:
    transform 0.3s ease,
    background-color 0.2s ease;
  transition-timing-function: ease, ease;
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(0em, -3.4em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-3.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-3.5em, 0.01em, 0);
}

input.wpcf7-validates-as-required, textarea.wpcf7-validates-as-required {
    padding: 23px 12px 3px 12px !important;
}

.circular-menu .menu-item img {
    filter: brightness(0) invert(1);
}












