@font-face {
  font-family: noora;
  src: url("./../webfonts/noora-regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: noora;
  src: url("./../webfonts/noora-bold.woff2");
  font-weight: bold;
}
@font-face {
  font-family: noora;
  src: url("./../webfonts/noora-black.woff2");
  font-weight: 900;
}
:root {
  --primary-color1: #0D5EAE;
  --primary-hover-color1: #0055A9;
  --primary-color2: #0D5EAE;
  --primary-color3: #eef4f0;
  --secondary-color: #E93F35;
  --text-color: #343a40;
  --text-color2: #767676;
  --swiper-navigation-size: 1rem;
  --primary-font-family: noora;
}
* {
  font-family: var(--primary-font-family);
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}
h2 span {
  color: var(--secondary-color);
}
h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.header-section {
  background: var(--primary-color1);
  background: linear-gradient(
    164deg,
    var(--primary-color1) 0%,
    var(--primary-color2) 100%
  );
  color: #fff;
}
.title-section {
  padding-bottom: 80px;
}
.title-section h1 {
  font-weight: 900;
  font-size: 2rem;
  word-spacing: 5px;
  line-height: 1.5;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}
.title-description {
  font-size: 1rem;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}
.pagination {
  margin-top: 40px;
  justify-content: center;
  --bs-pagination-color: var(--text-color);
  --bs-pagination-active-bg: var(--secondary-color);
  --bs-pagination-active-border-color: var(--secondary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-hover-color: var(--text-color);
  --bs-pagination-focus-color: var(--text-color);
}
.blog-main {
  background-color: #fff;
  position: relative;
  margin-top: -80px !important;
  box-shadow: rgb(0 0 0 / 18%) 0 19px 55px;
  border-radius: 5px;
  padding: 50px;
}
.color-icon {
  color: var(--secondary-color);
  margin-left: 5px;
}
.navbar-brand,
.navbar-brand:hover {
  color: var(--primary-color1);
}
.navbar-brand-item {
  height: 45px;
  display: block;
}
.brand-name-div {
  display: flex;
  gap: 10px;
}
.nav-div {
  z-index: 1;
}
.navbar-brand-name {
  font-weight: 900;
  color: #fff;
}
.navbar-brand-tagline {
  font-size: 0.8rem;
  line-height: 5px;
  color: #fff;
}
.tel-button {
  background-color: #fff;
  text-align: center;
  padding: 8px 20px;
  border-radius: 5px;
}
.tel-button a {
  font-weight: bold;
  color: var(--text-color) !important;
  padding: 0 !important;
}
.tel-button:hover {
  color: var(--text-color);
  box-shadow: rgb(0 0 0 / 22%) 0px 10px 15px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: var(--secondary-color);
  font-weight: 900;
}
.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}
.swiper {
  width: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.swiper-slide img {
  border-radius: 20px;
  margin: 10px;
  box-shadow: #c0c0c07d 0px 0px 5px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper span {
  font-size: 0.8rem;
  text-align: justify;
  color: var(--text-color2);
}
.description {
  color: var(--text-color2);
  text-align: justify;
  line-height: 1.9;
}
.blob-img {
  position: relative;
  height: fit-content;
}
.blob-img::before,
.blob-img::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blob-img::before {
  height: 90%;
  left: 50px;
  z-index: -2;
  background-image: url("./../image/blob1.svg");
}
.blob-img::after {
  left: 20px;
  height: 80%;
  z-index: -1;
  background-image: url("./../image/blob2.svg");
}
textarea {
  height: 100px;
}
.dropdown-menu {
  --bs-dropdown-border-width: 0;
  --bs-dropdown-border-radius: 0;
  border-right: solid 2px var(--primary-color2);
  width: 90%;
  margin: 0 auto;
  background-color: var(--primary-hover-color1);
}
.dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #0000004f;
}
input,
textarea,
select,
.show-all {
  margin: 5px 0;
  border: solid 1px #e4e4e4;
  padding: 8px;
  font-size: 0.8rem;
  border-radius: 5px;
  direction: rtl !important;
}
input:focus,
select:focus,
textarea:focus {
  border: solid 1px var(--secondary-color);
  outline: none;
}
input[type="submit"],
.show-all {
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  margin: 20px 0;
}
input[type="submit"]:hover,
.show-all:hover,
.app-div > div:hover {
  box-shadow: rgba(124, 124, 124, 0.22) 0px 10px 10px;
  color: #fff;
}
.nav-pills .nav-link.active {
  background-color: var(--secondary-color);
}
.nav-pills .nav-link {
  color: #000;
}
.tab-pane img,
.tab-pane video {
  object-fit: cover;
  min-height: -webkit-fill-available;
  border-radius: 5px;
}
.tab-pane img:hover,
.tab-pane video:hover {
  box-shadow: rgb(0 0 0 / 18%) 0 4px 8px;
}
.margin-h2 {
  margin-bottom: 3px;
}
.video-div {
  position: relative;
}
.video-div i {
  position: absolute;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffffab;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}

footer {
  width: 100%;
  background: var(--primary-color1);
  background: linear-gradient(
    164deg,
    var(--primary-color1) 0%,
    var(--primary-color2) 100%
  );
  color: #fff;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
  font-size: 0.8rem;
  text-align: justify;
  line-height: 2;
}
footer span {
  margin-top: 15px;
  padding-left: 20px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer a,
footer a:hover {
  color: #fff;
}
footer h2 {
  font-size: 1rem;
  margin: 20px 0;
}
footer i {
  font-size: 2rem;
  margin-left: 15px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: center;
}
.menu a {
  color: #ffffff99;
  font-weight: 700;
  font-size: 0.9rem;
}
.menu .active,
.menu a:hover {
  color: #fff;
}

.menu a {
  display: block;
  white-space: nowrap;
}
.menu-dropdown,
.menu-check,
.toggler-check {
  display: none;
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu li label {
  display: flex;
  justify-content: space-between;
}

.menu-dropdown a {
  padding: 5px 10px;
}

@media screen and (min-width: 1025px) {
  .menu {
    display: contents;
  }
  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }
  .menu > ul > li > a {
    padding: 0px 17px;
  }
  .menu > ul > li {
    display: inline-block;
  }
  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
    animation: grow 0.5s ease-in-out;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    border-right: solid 2px var(--primary-color2);
    background-color: var(--primary-hover-color1);
    box-shadow: rgb(0 0 0 / 22%) 0px 10px 15px;
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
  .menu-dropdown a:hover {
    background-color: #0000004f;
  }
}

@media screen and (max-width: 1024px) {
  .menu {
    width: 100%;
  }
  .menu,
  .menu-lefticon {
    display: none;
  }
  .toggler-check:checked + .menu {
    display: block;
    background-color: var(--primary-hover-color1);
    -webkit-animation: grow 0.5s ease-in-out;
    animation: grow 0.5s ease-in-out;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 22%) 0px 10px 15px;
  }
  .menu-check:checked + ul {
    display: block;
    background-color: var(--primary-hover-color1);
    -webkit-animation: grow 0.5s ease-in-out;
    animation: grow 0.5s ease-in-out;
  }
  .toggler-label {
    display: block;
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x);
    color: #ffffff6b;
    font-size: 1.5rem;
    text-align: end;
  }
  .menu a {
    padding: 15px 20px;
  }
}

@media (max-width: 992px) {
  footer h2 {
    text-align: right;
  }
  .title-section h1 {
    font-size: 1.5rem;
  }
  .blog-main {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  footer .col-lg-3 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    position: absolute;
    right: 100.5%;
    top: -7px;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
