@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

:root {
  --grey-bg-color: #e2e2e2;
  --jost-font-family: "Jost", sans-serif;
  --josefin-sans-font-family: "Josefin Sans", sans-serif;
  --orange-main-color: rgb(226, 135, 7);
  --blue-btn-background-color: rgb(7, 67, 151);
}

body {
  background: var(--grey-bg-color) !important;
  font-family: var(--league-spartan-font-family) !important;
  overflow-x: hidden;
}

h2, h3, h4, h5 {
  font-weight: 800 !important;
  letter-spacing: 1px;
  font-family: var(--josefin-sans-font-family);
}

.form-control::-moz-placeholder {
  font-size: 20px !important;
  font-family: var(--josefin-sans-font-family);
}

p, .form-control::placeholder {
  font-size: 20px !important;
  font-family: var(--josefin-sans-font-family);
}

a {
  text-decoration: none !important;
  font-family: var(--josefin-sans-font-family);
}
a:hover {
  color: #000 !important;
}

label {
  font-family: var(--jost-font-family);
}

.form-select,
option {
  font-family: var(--josefin-sans-font-family);
}

.btn-main {
  background: linear-gradient(to right, rgb(36, 134, 199), rgb(40, 197, 212)) !important;
  color: #fff !important;
  letter-spacing: 0.5px;
  font-size: 20px !important;
  border: none !important;
  font-family: var(--jost-font-family);
}

.idhass__inner .pf-logo {
  max-width: 300px;
  margin: auto;
}
.idhass__inner .pf-logo img {
  max-width: 100%;
}
.idhass__inner .header-description img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.idhass__inner .header-description::before {
  content: "";
  display: block;
  border-bottom: 2px solid var(--grey-bg-color);
  width: 50%;
  margin: 1rem auto;
}
.header-description > p{
    font-size: 2rem !important;
    font-weight: 600;
    color: #000000;
}
.idhass__inner .social-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
.idhass__inner .social-list li {
  flex: 0 0 45px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  height: 45px;
}
.idhass__inner .social-list li:nth-of-type(4n - 3) a {
  background-color: rgb(19, 121, 237);
}
.idhass__inner .social-list li:nth-of-type(4n - 2) a {
  background-color: orange;
}
.idhass__inner .social-list li:nth-of-type(4n - 1) a {
  background-color: #25D366;
}
.idhass__inner .social-list li:nth-of-type(4n) a {
  background-color: red;
}
.idhass__inner .social-list li:hover a {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  transition: 0.2s ease-in-out;
}
.idhass__inner .social-list li a {
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.idhass__inner .social-list-top li a {
  border-radius: 50%;
}
.idhass__inner .social-list-top li a i {
  color: #fff;
}

.ihddrererer .uihuidasrttt {
  background: #fff;
  border: 1px solid var(--grey-bg-color);
}
.ihddrererer .uihuidasrttt .jioejowertr {
  border: 1px dashed #fff;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 3) {
  background: #d6fbfb;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 3) .idshjfsdf__iodfs.bg-white {
  background: rgb(99, 227, 247) !important;
  position: relative;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 3) .idshjfsdf__iodfs.bg-white i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(19, 121, 237);
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 2) {
  background: #96d3d3;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 2) .idshjfsdf__iodfs.bg-white {
  background: #fff !important;
  position: relative;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 2) .idshjfsdf__iodfs.bg-white i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: orange;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 1) {
  background: #6eb6b6;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 1) .idshjfsdf__iodfs.bg-white {
  background: #fff !important;
  position: relative;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n - 1) .idshjfsdf__iodfs.bg-white i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #25D366;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n) {
  background: #226262;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n) .ajksidrr-right h5,
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n) .ajksidrr-right p {
  color: #fff;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n) .idshjfsdf__iodfs.bg-white {
  background: #fff !important;
  position: relative;
}
.ihddrererer .uihuidasrttt .jioejowertr:nth-of-type(4n) .idshjfsdf__iodfs.bg-white i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
}
.ihddrererer .sdhjfdsfrrr {
  background: var(--grey-bg-color);
}
.ihddrererer .idshjfsdf__iodfs {
  width: 3rem;
  height: 3rem;
  border-radius: 50% !important;
}
.ihddrererer .idshjfsdf__iodfs i {
  font-size: 24px;
}
.ihddrererer .ajksidrr-right p {
  font-size: 18px;
}

.company-name {
  font-size: 4rem;
  color: var(--orange-main-color);
}
.company-name span {
  color: var(--blue-btn-background-color);
}

.idhjiaasrttt__ifus .social-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
.idhjiaasrttt__ifus .social-list li {
  flex: 0 0 45px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  height: 45px;
}
.idhjiaasrttt__ifus .social-list-bottom li a {
  border-radius: 50%;
}
.idhjiaasrttt__ifus .social-list li a {
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-decoration: none;
}
.idhjiaasrttt__ifus .social-list-bottom li a i {
  color: #fff;
}
.idhjiaasrttt__ifus .social-list li a[href*=facebook] {
  background-color: #4267B2;
}
.idhjiaasrttt__ifus .social-list li a[href*=twitter] {
  background-color: #1DA1F2;
}
.idhjiaasrttt__ifus .social-list li a[href*=instagram] {
  background-color: #833AB4;
}
.idhjiaasrttt__ifus .social-list li a[href*=linkedin] {
  background-color: #0077B5;
}
.idhjiaasrttt__ifus .social-list-bottom::after {
  content: "";
  display: block;
  border-top: 2px solid var(--grey-bg-color);
  width: 50%;
  margin: 30px auto 30px auto;
}

.sfgjsdfrrrr .uiduaerer {
  padding-top: 3px;
}
.sfgjsdfrrrr .dijeijer_inner {
  border-radius: 15px;
  cursor: pointer;
}
.sfgjsdfrrrr .dijeijer_inner img {
  border-radius: 15px;
}
.sfgjsdfrrrr .dijeijer_inner:hover .doiejwjiwer {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transition: 0.2s ease-in-out;
}
.sfgjsdfrrrr .csdfadcsdfewwqw {
  background: #f3dfaa;
}
.sfgjsdfrrrr .sdceeawweee {
  background: #ffcc9f;
}
.sfgjsdfrrrr .cdsfvbgfec {
  background: #cdeee8;
}
.sfgjsdfrrrr .dscvdfgeer {
  background: #daedf9;
}
.sfgjsdfrrrr .dscvdfgeer .hgiltd-text {
  border-top: 1px dashed var(--blue-btn-background-color);
}
.sfgjsdfrrrr .scdfgtrer {
  background: #f8eafb;
}
.sfgjsdfrrrr .scdfgtrer video {
  width: 100%;
  border-radius: 15px;
}
.sfgjsdfrrrr .scdfgtrer .hgiltd-text {
  border-top: 1px dashed var(--blue-btn-background-color);
}
.sfgjsdfrrrr .dsgfefrrewer {
  background: #dde3fa;
}
.sfgjsdfrrrr .dsgfefrrewer .hgiltd-text {
  border-top: 1px dashed var(--blue-btn-background-color);
}
.sfgjsdfrrrr .doiejwjiwer {
  visibility: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: 1rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  z-index: -9;
  transition: 0.2s ease-in-out;
}
.sfgjsdfrrrr .doiejwjiwer .deiwhrwejowerwer {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  padding: 1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sfgjsdfrrrr .doiejwjiwer .deiwhrwejowerwer p {
  margin-bottom: 0 !important;
}

.dftrtryuii h5 {
  font-size: 18px !important;
}
.dftrtryuii .table-responsive {
  font-size: 18px;
  letter-spacing: 0.8px;
}
.sdvfd__fvsdfd{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--orange-main-color);
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.8 !important;
}
.dftrtryuii .doajd__image img {
  max-width: 100%;
}
.dftrtryuii .doajd__image .aiodasdssf {
  background-color: var(--grey-bg-color);
}

.ofjsdf__inner {
  text-align: center;
}
.ofjsdf__inner a {
  color: #000 !important;
}
.ofjsdf__inner a h5 {
  margin-bottom: 0 !important;
}

.scvftrfsxcerwr #saddbrweerrr .item {
  overflow: hidden;
  border-radius: 10px;
}
.scvftrfsxcerwr #saddbrweerrr button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--orange-main-color);
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.scvftrfsxcerwr #saddbrweerrr button.owl-prev {
  left: -1rem;
}
.scvftrfsxcerwr #saddbrweerrr button.owl-next {
  right: -1rem;
}

.table-responsive tr, .table-responsive th, .table-responsive td {
  font-family: var(--josefin-sans-font-family);
}

#g-slider .item {
  border-radius: 0.5rem;
  overflow: hidden;
}
#g-slider button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--orange-main-color);
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#g-slider button.owl-prev {
  left: -1rem;
}
#g-slider button.owl-next {
  right: -1rem;
}

.oifjdsfsd__fixed-menu {
  width: 768px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: fixed;
  z-index: 9999;
  padding: 1rem 0 4px 0;
  border-radius: 0.35rem 0.35rem 0 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 14px;
}
.oifjdsfsd__fixed-menu i {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--orange-main-color);
  margin-bottom: 0.5rem;
  line-height: 2;
}

@media only screen and (max-width: 991px) {
  .iuhsahirrrwew.px-5 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .oifjdsfsd__fixed-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 386px) {
  .card-link, p {
    font-size: 14px !important;
  }
  .ihdsjfdsf__inner.p-4 {
    padding: 5px 5px !important;
  }
}/*# sourceMappingURL=style.css.map */