@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: #0872ba;
  --primary-hover-color1: #0c4772e8;
  --primary-color2: #0c4772;
  --primary-color3: #e0effb;
  --category-color: #f2f6f9;
  --secondary-color: #f17124;
  --border-color: #e9ecef;
  --text-color: #343a40;
  --text-color2: #767676;
  --swiper-navigation-size: 1rem;
  --primary-font-family: noora;
}
* {
  font-family: var(--primary-font-family);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
h1:not(.header-section h1, .single-title, .contact-us-h1) {
  margin: 0;
  margin-top: 4.5rem;
  line-height: 82px;
  font-size: 55px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(var(--secondary-color)),
    to(var(--primary-color1))
  );
  background-image: -o-linear-gradient(
    left,
    var(--secondary-color),
    var(--primary-color1)
  );
  background-image: linear-gradient(
    to right,
    var(--secondary-color),
    var(--primary-color1)
  );
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}
h2 span {
  color: var(--secondary-color);
}
h3,
.news-section h3 {
  color: var(--primary-color1);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.title {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(var(--secondary-color)),
    to(var(--primary-color1))
  );
  background-image: -o-linear-gradient(
    left,
    var(--secondary-color),
    var(--primary-color1)
  );
  background-image: linear-gradient(
    to right,
    var(--secondary-color),
    var(--primary-color1)
  );
  line-height: 82px;
  font-size: 55px;
  font-weight: 900;
}
.title1-h2 {
  text-align: center;
  color: var(--primary-color1);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.68rem;
}
header {
  border-bottom: solid 1px var(--border-color);
}
header .top-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.social-div i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .social-div i {
  background-color: var(--primary-color3);
}
header .social-div a {
  color: var(--primary-color1);
}
footer .social-div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
footer .social-div i {
  background-color: #adb5bd;
}
footer .social-div a,
footer .social-div a:hover {
  color: #fff;
}
header .search-div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 0.875rem;
  line-height: 27.3px;
}
header .search-div input {
  background-color: #f8f9fa;
  font-size: inherit;
  padding-right: 45px;
}
header .search-div button {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15px;
  height: 80%;
  color: #6c757d;
  font-size: 1.1rem;
}
.navbar {
  z-index: 2;
}
.button1,
.button2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  border: solid 2px var(--border-color);
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  font-weight: bold !important;
}
.button1 {
  background-color: #fff;
  color: #000 !important;
}
.button1:hover {
  color: #000 !important;
  border-color: #000;
}
.button2 {
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
  color: #fff !important;
}
.button2:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 0 transparent, 0 0 transparent,
    0 26px 38px var(--primary-color3);
          box-shadow: 0 0 transparent, 0 0 transparent,
    0 26px 38px var(--primary-color3);
}
header .user-div i {
  display: none;
}
header .user-div span {
  display: block;
}
.button-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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);
}
.navbar-brand,
.navbar-brand:hover {
  margin-left: 0 !important;
  color: var(--primary-color1);
}
.navbar-brand-item {
  height: 60px;
  display: block;
}
.brand-name-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.nav-div {
  z-index: 1;
}
.navbar-brand-name {
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}
.navbar-brand-tagline {
  font-size: 0.8rem;
  font-weight: 600;
}
.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);
  -webkit-box-shadow: rgb(0 0 0 / 22%) 0px 10px 15px;
          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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-slide img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper span {
  font-size: 0.9rem;
  color: var(--text-color);
}
.description {
  color: var(--primary-color1);
  margin: 0;
  margin-top: 1rem;
  text-align: center;
}
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 {
  border-radius: 50px;
  margin: 5px 0;
  border: solid 1px var(--border-color);
  padding: 0.5rem 1.7rem;
  font-size: 1rem !important;
  line-height: 1.75rem;
  direction: rtl !important;
}
input:focus,
select:focus,
textarea:focus {
  border: solid 1px var(--secondary-color);
  outline: none;
}
.video-div {
  position: relative;
}
.video-div i {
  position: absolute;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffffab;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.menu a {
  color: #000;
  font-weight: 700;
  font-size: 0.9rem;
}
.menu a:hover {
  color: var(--primary-color1);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.menu-dropdown a {
  padding: 10px 15px;
}
.border-card,
.side-card {
  border: solid 1px var(--border-color);
  border-radius: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.border-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3.25rem;
  padding-top: 3.25rem;
}
.side-card {
  padding: 1.5rem;
}
.border-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 14px 24px 92px rgb(49 43 133 / 5%);
          box-shadow: 14px 24px 92px rgb(49 43 133 / 5%);
}
.border-card:hover img {
  -webkit-filter: drop-shadow(0 30px 47px rgba(105, 107, 175, 0.17));
          filter: drop-shadow(0 30px 47px rgba(105, 107, 175, 0.17));
}
footer {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  margin-top: 4.5rem;
}
footer h2 {
  font-weight: 700;
  line-height: 1.75rem;
  font-size: 1.125rem;
  margin: 1rem 0;
}
footer p {
  font-size: 0.875rem;
  line-height: 27.3px;
  padding-top: 1rem;
  color: var(--text-color);
}
.footer-logo {
  width: 68px;
  margin: 0px 20px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  font-size: 16px;
}
footer a,
footer a:hover {
  color: #000;
}
.app-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-div a,
.app-div a:hover {
  color: #fff;
}
.app-div > div {
  background-color: var(--primary-color1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.copyright {
  font-size: 0.875rem;
  line-height: 27.3px;
}
.active>.page-link, .page-link.active{
  z-index: 1;
}
.news-section > div p,
.news-section > div span {
  display: inline-block;
  color: var(--primary-color1);
  font-weight: 400;
  font-size: 0.9rem;
  text-align: justify;
}
.news-section > div span {
  margin-top: 1rem;
}
.news-section a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1rem !important;
}
.contact-us {
  margin-top: 4rem;
}
.contact-us svg {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.5rem;
}
.contact-us > div:nth-child(1) > div:nth-child(1) {
  position: relative;
  height: 12.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.contact-us > div:nth-child(1) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.contact-us > div:nth-child(1) a {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: var(--primary-color1) !important;
  padding: 0.5rem 1.75rem;
  font-size: 1rem !important;
  line-height: 2rem;
  white-space: nowrap;
}
.contact-us .office-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-us .font-bold {
  font-weight: 700;
}
.contact-us .font-bold span:nth-child(1) {
  color: #adb5bd;
}
.contact-us > div:nth-child(2) > div {
  background-color: #e0effb7d;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  text-align: center;
  border-radius: 1.25rem;
}
.contact-us-h1 {
  line-height: 70px;
  font-weight: 900;
  font-size: 1.3rem;
  color: #000;
  margin: 0 auto;
}
.contact-us input,
.contact-us textarea,
.contact-us select {
  border-radius: 10px;
}
.float-call-button {
  position: fixed;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 1rem;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  font-size: 1rem;
  line-height: 2rem;
  white-space: nowrap;
  font-weight: 700;
  padding: 0.5rem 0;
  text-align: center;
  border: solid 2px var(--secondary-color);
  -webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 50px 138px rgb(0 0 0 / 6%);
          box-shadow: 0 0 transparent, 0 0 transparent, 0 50px 138px rgb(0 0 0 / 6%);
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .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: 165px;
    -webkit-box-shadow: 0 0 transparent, 0 0 transparent,
      0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 transparent, 0 0 transparent,
      0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: #fff;
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
  .menu-dropdown a:hover {
    background-color: var(--primary-color3);
  }
}

@media screen and (max-width: 1200px) {
  .title {
    font-size: 2rem !important;
    line-height: 55px !important;
  }
  .menu {
    width: 100%;
  }
  .menu,
  .menu-lefticon {
    display: none;
  }
  .toggler-check:checked + .menu {
    display: block;
    background-color: #fff;
    -webkit-animation: grow 0.5s ease-in-out;
    animation: grow 0.5s ease-in-out;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 transparent, 0 0 transparent,
      0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 transparent, 0 0 transparent,
      0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .menu-check:checked + ul {
    display: block;
    background-color: #eff8ff6e;
    -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: #000;
    font-size: 1.5rem;
    text-align: end;
  }
  .menu a,
  .menu a:hover {
    padding: 15px 20px;
  }
  header .top-div {
    gap: 10px;
  }
  .button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .button-div a {
    width: 90%;
  }
  .button-div a:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (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;
  }
}
@media screen and (max-width: 991px) {
  footer {
    margin-top: 3rem;
  }
  footer > div:last-child {
    text-align: center;
  }
  footer .social-div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .search-div {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer{
    padding-bottom: 5.25rem;
  }
}
@media screen and (max-width: 484px) {
  .title {
    font-size: 1.7rem !important;
    line-height: 50px !important;
  }
}
@media screen and (max-width: 430px) {
  .app-div > div {
    width: 100%;
  }
  .contact-us > div:nth-child(2) > div {
    padding: 1rem;
  }
}
@media screen and (max-width: 400px) {
  header .user-div a {
    padding: 0.5rem;
  }
  header .user-div i {
    display: block;
  }
  header .user-div span {
    display: none;
  }
  .navbar-brand-name {
    font-size: 1rem;
  }
  .navbar-brand-tagline {
    line-height: 1;
  }
  .navbar-brand-item {
    height: 40px;
  }
}
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}