/* Regular (400) */
@font-face {
  font-family: "HRSD Gov";
  font-display: swap;
  src: url(../fonts/HRSDGov-Regular.otf);
  font-weight: 400;
  font-style: normal;
}

/* Medium (500) */
@font-face {
  font-family: "HRSD Gov";
  font-display: swap;
  src: url(../fonts/HRSDGov-Medium.otf);
  font-weight: 500;
  font-style: normal;
}

/* SemiBold (600) */
@font-face {
  font-family: "HRSD Gov";
  font-display: swap;
  src: url(../fonts/HRSDGov-SemiBold.otf);
  font-weight: 600;
  font-style: normal;
}

/* Bold (700) */
@font-face {
  font-family: "HRSD Gov";
  font-display: swap;
  src: url(../fonts/HRSDGov-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 97px;
}
body,
html {
  direction: rtl;
  text-align: right;
}
body {
  font-family: "HRSD Gov", sans-serif;
  background: #ffffff;
  color: #262626;
  font-size: 18px;
  padding-top: 96px;
}

img {
  max-width: 100%;
}

.btn:focus,
a {
  box-shadow: none;
  outline: none !important;
}

a {
  color: #1c7273;
}
.sec-p-y {
  padding: 6rem 0;
}
.sec-p-y-sm {
  padding: 4rem 0;
}
.sec-p-t {
  padding-top: 4rem;
}
.btn-style {
  background-color: #269798;
  border-radius: 8px;
  padding: 10px 16px;
  border: 1px solid #269798;
  color: #ffffff;
  transition: all 0.35s;
  font-size: 18px;
  min-width: 120px;
}
.btn-style:hover,
.btn-style:focus {
  box-shadow: none;
  outline: none;
  background-color: #ffffff;
  color: #269798;
}

.btn-style.white {
  background-color: #ffffff;
  border-color: #d8d8d8;
  color: #0f3144;
}
.btn-style.white:hover,
.btn-style.white:focus {
  background-color: #0f3144;
  border-color: #0f3144;
  color: #ffffff;
}

.btn-style.orange {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #000;
}
.btn-style.orange:hover,
.btn-style.orange:focus {
  background-color: #ffffff;
  color: #f7941d;
}
section {
  overflow: hidden;
}
/* ================================ navbar ======================== */
.navbar {
  background-color: #ffffff;
  color: #145147;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  right: 0;
}
.navbar-nav {
  padding-inline-start: 0;
}

.navbar-brand {
  margin: 0;
  margin-inline-end: 1rem;
  padding: 0;
}

.navbar-brand img {
  max-height: 61px;
}
.navbar.scrolled {
  box-shadow: 0px 2px 6px rgba(0, 7, 69, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav-link {
  color: #145147;
  font-family: "HRSD Gov";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.navbar .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-btns {
  display: flex;
  align-items: center;
}
.nav-btns .btn-trans {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px 3px;
  margin-inline-start: 4px;
}
.nav-btns .btn-trans img {
  margin-inline-end: 6px;
  margin-bottom: 2px;
  height: 18px;
}
.nav-btns .btn-style {
  margin: 0 14px;
}
/* ssssssssss nav toggler start  sssssssssssss*/

.navbar-toggler {
  border: 1px solid rgba(18, 69, 83, 0.6);
  position: relative;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.01);
}

.navbar-toggler span,
.navbar-toggler span:before,
.navbar-toggler span:after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 17px;
  background-color: rgba(18, 69, 83, 1);
  will-change: transform;
}

.navbar-toggler span {
  background-color: transparent;
}

.navbar-toggler span {
  position: absolute;
  top: 19px;
  right: 10px;
  margin-top: -1px;
  padding: 0;
  will-change: transform;
  transition: background-color 0.3s 0s;
}

.navbar-toggler span:before,
.navbar-toggler span:after {
  content: "";
  right: 0;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.1s;
}

.navbar-toggler span:before {
  transform: translateX(3px) translateY(0px) rotate(45deg);
}

.navbar-toggler span:after {
  transform: translateX(3px) translateY(0px) rotate(-45deg);
}

.navbar-toggler span:before {
  top: -6px;
}

.navbar-toggler span:after {
  top: 6px;
}

.navbar-toggler.collapsed span {
  background: rgba(18, 69, 83, 1);
}

.navbar-toggler.collapsed span:before,
.navbar-toggler.collapsed span:after {
  transform: none;
}

/* eeeeeee nav toggler end  eeeeeee */

/* ================================ banner ======================== */
header .banner {
  width: 100%;
}
.main-slider {
  width: 100%;
  height: calc(100vh - 96px);
  height: calc(100vh - 96px);
  min-height: 500px;
}

.main-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-inner .text-lay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.inner-v {
  height: 400px;
  min-height: 400px;
}
.banner.inner-v img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .container .wr {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.banner h2 {
  font-size: 60px;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.banner .wr p {
  font-size: 24px;
  margin-bottom: 1.5em;
  font-weight: 500;
}
.main-slider .navi {
  position: absolute;
  width: 100%;
  height: 38px;
  z-index: 6;
  bottom: 2rem;
  left: 0;
}

.main-slider .navi span {
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff;
  display: inline-flex;
  border-radius: 50%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.main-slider .navi span:first-child {
  margin-inline-end: 1rem;
}
.main-slider .navi span svg {
  width: 20px;
  height: 20px;
}
/* ========================about ============================== */

.btn-style.wide {
  min-width: 186px;
}
/* ============================= serv ================================= */
.sec-title .orange {
  color: #f7941d;
  font-size: 28px;
  font-weight: 600;
}
.sec-title .bold {
  color: #0f3144;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.sec-title .line-after {
  position: relative;
  width: 100%;
}
.sec-title .line-after::after {
  content: "";
  position: absolute;
  background-color: #2bb57433;
  height: 0.75em;
  width: 115%;
  right: 0;
  bottom: 0;
}

.sec-title.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}

.about-p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0f3144;
  max-width: 433px;
}
.btn-trans {
  font-weight: 500;
  font-size: 18px;
}

.about-sec .img-wr {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
/* =============================== cords-sec ================================ */
.cards-sec {
  background-color: #f7f7f7;
}

.justify-content-between .btn {
  padding: 6px 16px !important;
}
.cards-sec .sec-title .bold {
  font-size: 26px;
}
.card-style {
  display: block;
  text-decoration: none !important;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #262626;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.card-style:hover {
  color: #262626;
}
.card-style .img-wr {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-style .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  transform: scale(1);
}
.card-style:hover .img-wr img {
  transform: scale(1.1);
}

.card-style .c-body {
  padding: 0 1.5rem;
  margin-top: 1rem;
}
.padge {
  padding: 8px 12px;
  border-radius: 8px;
  color: #ffff;
  background-color: #1c7273;
  text-align: center;
  font-size: 14px;
  display: inline-flex;
}
.card-style .padge {
  margin-bottom: 0.5rem;
}
.padge.c2 {
  background-color: #2bb574;
}

.padge.c3 {
  background-color: #f7941d;
}
.card-style .c-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
/* =============================== serv ================================ */
.about-sec.v2 {
  background-color: #0f3144;
  color: #ffffff;
}
.about-sec.v2 .sec-title .bold {
  color: #f7941d;
}
.about-sec.v2 .btn-trans {
  color: #ffffff;
}
.about-sec.v2 ul {
  padding-inline-start: 20px;
  margin-bottom: 1.5rem;
}
.about-sec.v2 ul li {
  font-size: 26px;
  margin-bottom: 0.5rem;
}

/* =============================== news ================================ */

.bg-card {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  border-radius: 20px;
  overflow: hidden;
  color: #fff !important;
  position: relative;
  aspect-ratio: 1/1;
  text-decoration: none !important;
}
.bg-card .img-wr {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.bg-card .img-wr img {
  height: 100%;
  object-fit: cover;
}

.bg-card .img-wr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.94%, #000 99.96%);
  z-index: 2;
}
.bg-card .c-body {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 1.25rem;
}
.bg-card .c-title {
  font-size: 20px;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.bg-card p {
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: 16px;
  max-height: 48px;
  overflow: hidden;
}
/* =============================== contact ================================ */

.cont-row {
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cont-row .pic-col {
  padding: 0;
}
.cont-row .pic-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-style .custom-file-label,
.form-style .form-control {
  min-height: 46px;
  border: 1px solid #eceef2;
  border-radius: 8px;
  background-color: #fbfbfb;
  color: #495057;
  font-size: 0.95rem;
}
.form-style .custom-file-label {
  line-height: 34px;
}
.form-style .form-control:focus {
  outline: none;
  border-color: #269798;
  box-shadow: none;
}
.form-style .custom-file-input:focus ~ .custom-file-label {
  border-color: #269798;
  box-shadow: none;
}
div.iti.iti--allow-dropdown {
  display: flex;
  min-height: 46px;
  border: 1px solid #eceef2;
  background-color: #fbfbfb;
  font-size: 14px;
  position: relative;
  padding: 0 !important;
  border-radius: 8px;
}
div.iti.iti--allow-dropdown .form-control {
  border: 0;
  height: 44px;
}
.iti__flag-container {
  position: static !important;
  border-radius: 8px;
}
.iti.iti--allow-dropdown .form-control {
  padding: 6px 12px !important;
  box-shadow: none !important;
}
.iti__country-list {
  width: 100%;
}
.iti__country {
  width: 100%;
  overflow: hidden;
}
.iti__dial-code,
.iti__country-name {
  display: inline-flex;
  font-size: 0.85em;
  white-space: normal;
}
.iti__selected-flag {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 44px;
  font-size: 16px;
}
.form-style {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 1rem;
}
.form-style h3 {
  color: #0f3144;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 1em;
}
.form-style .form-group {
  margin-bottom: 1.5rem;
}

/* ////////////////////////////////// footer //////////////////////////// */
.site-footer .fo-bg-color {
  background-color: #0f3144;
  color: #ffffff;
  padding-top: 1rem;
  position: relative;
  z-index: 5;
}
.site-footer .fo-pic {
  width: 100%;
  transform: translateY(40%);
  position: relative;
  z-index: 0;
}
.site-footer .fo-pic img {
  width: 100%;
}
.f-item {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}
a.f-item:hover {
  color: #d6d6d6;
  text-decoration: none;
}
.lists-wr {
  gap: 60px;
}
.site-footer .sub-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.fo-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
  gap: 1.5rem;
}
.fo-side .d-flex {
  gap: 1.5rem;
}
.fo-side .d-flex img {
  max-height: 65px;
}
.fo-bottom {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 24px 15px;
  border-top: 1px solid #939393;
  margin-top: 1.75rem;
}
/* ////////////////// */
.bg-cont2,
.bg-cont1 {
  border-radius: 20px;
  background: #0f3144;
  color: #fff;
  padding: 2.5rem 1rem;
}
.bg-cont1 p {
  color: #fff;
  font-weight: 400;
  max-width: 100%;
}
.bg-cont1 .col-lg-6 {
  padding: 0 2rem;
}
.bg-cont1 .col-lg-6:nth-child(1) {
  border-left: 1px solid #ffffff59;
}
.bg-cont2 {
  background-color: #f7f7f7;
}
.about-sec .bg-cont2 .img-wr {
  justify-content: start;
}
.bg-cont2 .about-p {
  max-width: 100%;
}
.sec-title.v2 .line-after {
  font-size: 2rem;
}
.sec-title.v2 .bold {
  margin-bottom: 0.4em;
}
.serv-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.75rem;
}
.serv-cont .about-p {
  max-width: 550px;
}
.serv-item .num {
  background-color: #f7941d;
  color: #000;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 1.5rem;
  font-size: 28px;
  font-weight: 800;
  flex-shrink: 0;
}

.srev-det .sub-title {
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.srev-det .bg-cont1 .col-lg-6 {
  padding: 0 24px;
}
.blog-banner {
  height: auto;
  min-height: 320px;
  background-color: #0f3144;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 32px 0;
}
.blog-banner p,
.blog-banner h3 {
  max-width: 650px;
}

.blog-banner h3 {
  font-size: 2rem;
  font-weight: 600;
}
.blog-banner p {
  font-size: 20px;
}
.custom-row .col-auto {
  padding-bottom: 1rem;
}
