

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.container {
  max-width: 100%;
}

@media (max-width: 639px) {
  .container {
    max-width: 93%;
    align-items: center;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 93%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 92%;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 91.27%;
  }
}

.banner {
  margin-top: 0.5rem;
  --tw-bg-opacity: 1;
}

@media (min-width: 640px) {
  .banner {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .banner {
    height: 400px;
    padding-bottom: 0px;
  }
}

@media (max-width: 639px) {
  .banner {
    height: auto;
    padding-bottom: 1.5rem;
  }
}

.banner .container {
  display: flex;
  height: 100%;
}

@media (min-width: 640px) {
  .banner .container {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .banner .container {
    flex-direction: row;
  }
}

@media (max-width: 639px) {
  .banner .container {
    flex-direction: column;
  }
}

.banner .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .banner .container .right {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .banner .container .right {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .banner .container .right {
    width: 100%;
  }
}

.banner .container .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .banner .container .left {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .banner .container .left {
    width: 100%;
  }
}

.banner .container .left {
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 );
}

@media (min-width: 1024px) {
  .banner .container .left {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (max-width: 639px) {
  .banner .container .left {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.banner .container .left h3 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 98 );
}

@media (min-width: 640px) {
  .banner .container .left h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .banner .container .left h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 639px) {
  .banner .container .left h3 {
    text-align: center;
  }
}

.banner .container .left .title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(131 72 140);
}

@media (min-width: 640px) {
  .banner .container .left .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .banner .container .left .title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 639px) {
  .banner .container .left .title {
    display: none;
  }
}

.banner .container .left p {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(69 90 100 );
}

@media (min-width: 640px) {
  .banner .container .left p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .banner .container .left p {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 639px) {
  .banner .container .left p {
    display: none;
  }
}

.banner .container .left .icons {
  display: grid;
  justify-content: center;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .banner .container .left .icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .banner .container .left .icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 639px) {
  .banner .container .left .icons {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

.banner .container .left .icons .item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.banner .container .left .icons .item .top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .container .left .icons .item .top i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color:rgb(186 104 200);
}

@media (min-width: 640px) {
  .banner .container .left .icons .item .top i {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 1024px) {
  .banner .container .left .icons .item .top i {
    height: 60px;
    width: 60px;
  }
}

@media (max-width: 639px) {
  .banner .container .left .icons .item .top i {
    height: 60px;
    width: 60px;
  }
}

.banner .container .left .icons .item .top i ion-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

@media (min-width: 640px) {
  .banner .container .left .icons .item .top i ion-icon {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .banner .container .left .icons .item .top i ion-icon {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 639px) {
  .banner .container .left .icons .item .top i ion-icon {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.banner .container .left .icons .item .bottom {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(69 90 100 );
}

@media (min-width: 640px) {
  .banner .container .left .icons .item .bottom {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .banner .container .left .icons .item .bottom {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}


.banner .container .left .icons :nth-child(1) {
  grid-row-end: 3;
}

@media (min-width: 640px) {
  .banner .container .left .icons :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

@media (min-width: 1024px) {
  .banner .container .left .icons :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

@media (max-width: 639px) {
  .banner .container .left .icons :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
  }

  .banner .container .left .icons :nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .banner .container .left .icons :nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.section-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

.section-info .section-title {
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(44 62 80 );
}

.section-info .section-description {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(52 73 94 );
}

.service {
  padding-top: 1rem;
}

.service .services-content {
  display: grid;
  padding-top: 1rem;
}

@media (min-width: 640px) {
  .service .services-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(4,100px, 1fr);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .service .services-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .service .services-content {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 639px) {
  .service .services-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4rem;
  }
}

.service .services-content .services-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 3rem;
  text-align: center;
  box-shadow: 0 0 4px #dfe6e9;
}

.service .services-content .services-item .icon {
  position: absolute;
  top: 93px;
  right: 0px;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 80px;
  width: 130px;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 );
  box-shadow: 0 0 4px #dfe6e9;
}

.service .services-content .services-item .icon i {
  position: absolute;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 50px;
  width: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(106 176 76 );
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
  --tw-drop-shadow: drop-shadow(0px 0px 2px gray);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.service .services-content .services-item .icon i ion-icon {
  font-size: 35px;
}

.service .services-content .services-item .title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(87 101 116 );
}

.service .services-content .services-item .description {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(99 110 114 );
}

@media (min-width: 640px) {
  .service .services-content :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media (min-width: 1024px) {
  .service .services-content :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

@media (min-width: 640px) {
  .service .services-content :nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}

@media (min-width: 1024px) {
  .service .services-content :nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}

@media (min-width: 640px) {
  .service .services-content :nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 9;
  }
}

@media (min-width: 1024px) {
  .service .services-content :nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
  }
}

.plans {
  margin-top: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.plans .plan-body {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
}

@media (min-width: 640px) {
  .plans .plan-body {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .plans .plan-body {
    flex-wrap: nowrap;
  }
}

@media (max-width: 639px) {
  .plans .plan-body {
    flex-direction: column;
  }
}

.plans .plan-body .plan-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 );
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .plans .plan-body .plan-item {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .plans .plan-body .plan-item {
    width: 24%;
  }
}

@media (max-width: 639px) {
  .plans .plan-body .plan-item {
    width: 100%;
  }
}

.plans .plan-body .plan-item {
  box-shadow: 0 0 4px #dcdde1;
}

.plans .plan-body .plan-item .package-name {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(44 62 80 );
  box-shadow: 0 0 4px #dfe6e9;
}

.plans .plan-body .plan-item .attributes {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .plans .plan-body .plan-item .attributes {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .plans .plan-body .plan-item .attributes {
    padding-right: 0px;
  }
}

.plans .plan-body .plan-item .attributes div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-right: 1rem;
}

.plans .plan-body .plan-item .attributes div i {
  display: flex;
  align-items: center;
}

.plans .plan-body .plan-item .attributes div i ion-icon {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 72 );
}

.plans .plan-body .plan-item .attributes div span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 72 );
}

.plans .plan-body .plan-item .days {
  padding-top: 0.5rem;
  text-align: center;
}

.plans .plan-body .plan-item .days span {
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(106 176 76 );
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
  opacity: 0.7;
}

.plans .plan-body .plan-item .moshavere {
  text-align: center;
}

.plans .plan-body .plan-item .moshavere span {
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 161 255 );
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

.plans .plan-body .plan-item:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
}



.team {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.team div.container .team-content {
  display: grid;
  padding-top: 0.75rem;
}

@media (min-width: 640px) {
  .team div.container .team-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .team div.container .team-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 639px) {
  .team div.container .team-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 3.5rem;
  }
}

.team div.container .team-content .team-item {
  position: relative;
}

.team div.container .team-content .team-item figure img {
  width: 100%;
}

.team div.container .team-content .team-item .info {
  position: absolute;
  bottom: -32px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 70%;
  flex-direction: column;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 241 );
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(44 62 80 );
}

.team div.container .team-content .team-item .info .name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.team div.container .team-content .team-item .info .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(41 128 185 );
}

.team div.container .paginate {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  padding-top: 3rem;
  text-align: center;
}

.team div.container .paginate i {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.team div.container .paginate i ion-icon {
  --tw-text-opacity: 1;
  color: rgb(99 110 114 );
}

.team div.container .paginate i.active:before {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  content: " ";
  width: 8px;
  height: 8px;
  background: #636e72;
  border-radius: 70px;
}

.about-us {
  padding-top: 1.75rem;
}

.about-us .section-info .section-description {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 246 );
  padding-bottom: 0.75rem;
}

.about-us .section-info .section-description:before {
  margin-left: auto;
  margin-right: auto;
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  top: 28px;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}

.about-us .section-info .section-description:after {
  margin-left: auto;
  margin-right: auto;
  top: 32px;
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #f1f2f6 transparent transparent transparent;
}

.about-us .section-content {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 );
  padding-top: 1.25rem;
}

@media (min-width: 640px) {
  .about-us .section-content {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .about-us .section-content {
    flex-direction: row;
  }
}

@media (max-width: 639px) {
  .about-us .section-content {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.about-us .section-content .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .about-us .section-content .right {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .about-us .section-content .right {
    width: 53%;
  }
}

.about-us .section-content .right p {
  border-bottom-width: 1px;
  border-style: dashed;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(52 73 94 );
}

.about-us .section-content .right .attributes {
  display: grid;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

@media (min-width: 640px) {
  .about-us .section-content .right .attributes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-us .section-content .right .attributes {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
  }
}

.about-us .section-content .right .attributes .att_item {
  display: flex;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .about-us .section-content .right .attributes .att_item {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .about-us .section-content .right .attributes .att_item {
    flex-direction: row;
  }
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes .att_item {
    flex-direction: column-reverse;
  }
}

.about-us .section-content .right .attributes .att_item .att_item_right {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .about-us .section-content .right .attributes .att_item .att_item_right {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .about-us .section-content .right .attributes .att_item .att_item_right {
    width: 20%;
  }
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes .att_item .att_item_right {
    width: 100%;
  }
}

.about-us .section-content .right .attributes .att_item .att_item_right i {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(102 117 235 );
}

@media (min-width: 640px) {
  .about-us .section-content .right .attributes .att_item .att_item_right i {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes .att_item .att_item_right i {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.about-us .section-content .right .attributes .att_item .att_item_right i ion-icon {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

.about-us .section-content .right .attributes .att_item .att_item_left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .about-us .section-content .right .attributes .att_item .att_item_left {
    width: 80%;
  }
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes .att_item .att_item_left {
    width: 100%;
  }
}

.about-us .section-content .right .attributes .att_item .att_item_left span {
  display: block;
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes .att_item .att_item_left span {
    text-align: center;
  }
}

.about-us .section-content .right .attributes .att_item .att_item_left :first-child {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(52 73 94 );
}

@media (min-width: 640px) {
  .about-us .section-content .right .attributes .att_item .att_item_left :first-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes .att_item .att_item_left :first-child {
    font-size: .52rem;
  }
}

.about-us .section-content .right .attributes .att_item .att_item_left :last-child {
  --tw-text-opacity: 1;
  color: rgb(52 73 94 );
}

@media (min-width: 640px) {
  .about-us .section-content .right .attributes .att_item .att_item_left :last-child {
    font-size: 9px;
  }
}

@media (max-width: 639px) {
  .about-us .section-content .right .attributes .att_item .att_item_left :last-child {
    text-align: center;
    font-size: .43rem;
  }
}

.about-us .section-content .right .box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 117 235 );
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.about-us .section-content .right .box a {
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

.about-us .section-content .right .box a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 );
  --tw-text-opacity: 1;
  color: rgb(107 63 220 );
}

.about-us .section-content .left {
  display: flex;
  align-items: flex-end;
}

@media (min-width: 640px) {
  .about-us .section-content .left {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .about-us .section-content .left {
    width: 40%;
    justify-content: flex-end;
  }
}

@media (max-width: 639px) {
  .about-us .section-content .left {
    justify-content: center;
  }
}


.about-us .section-content .left figure {
  display: flex;
  justify-content: flex-end;
}

.about-us .section-content .left figure img {
  border-radius: 0.25rem;
}


.contact_us {
  margin-top: 1rem;
}

.contact_us .section-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: flex;
  gap: 2.5rem;
}

@media (max-width: 639px) {
  .contact_us .section-content {
    width: 100%;
  }

  @media (min-width: 640px) {
    .contact_us .section-content {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .contact_us .section-content {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .contact_us .section-content {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .contact_us .section-content {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .contact_us .section-content {
      max-width: 1536px;
    }
  }

  .contact_us .section-content {
    max-width: 100%;
  }

  @media (max-width: 639px) {
    .contact_us .section-content {
      max-width: 93%;
      align-items: center;
    }
  }

  @media (min-width: 640px) {
    .contact_us .section-content {
      max-width: 93%;
    }
  }

  @media (min-width: 768px) {
    .contact_us .section-content {
      max-width: 95%;
    }
  }

  @media (min-width: 1024px) {
    .contact_us .section-content {
      max-width: 92%;
    }
  }

  @media (min-width: 1280px) {
    .contact_us .section-content {
      max-width: 91.27%;
    }
  }

  .banner .contact_us .section-content {
    display: flex;
    height: 100%;
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content {
      flex-direction: column;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content {
      flex-direction: row;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content {
      flex-direction: column;
    }
  }

  .banner .contact_us .section-content .right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 314px !important;
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .right {
      width: 100%;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .right {
      width: 50%;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .right {
      width: 100%;
    }
  }


  .banner .contact_us .section-content #wpcf7-f61-o1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 {
      width: 50%;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 {
      width: 100%;
    }
  }

  .banner .contact_us .section-content .wpcf7 {
    text-align: justify;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 );
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  .banner .contact_us .section-content .wpcf7 h3 {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(10 10 98 );
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 h3 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 h3 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 h3 {
      text-align: center;
    }
  }

  .banner .contact_us .section-content .wpcf7 .title {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(121 70 209 );
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 .title {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 .title {
      display: block;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 .title {
      display: none;
    }
  }

  .banner .contact_us .section-content .wpcf7 p {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(69 90 100 );
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 p {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 p {
      display: block;
      font-size: 0.75rem;
      line-height: 1rem;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 p {
      display: none;
    }
  }

  .banner .contact_us .section-content .wpcf7 .icons {
    display: grid;
    justify-content: center;
    padding-top: 0.5rem;
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 .icons {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 .icons {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 .icons {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-template-rows: repeat(2, minmax(0, 1fr));
      gap: 0.5rem;
    }
  }

  .banner .contact_us .section-content .wpcf7 .icons .item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .banner .contact_us .section-content .wpcf7 .icons .item .top {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner .contact_us .section-content .wpcf7 .icons .item .top i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(121 70 209 );
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .top i {
      height: 80px;
      width: 80px;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .top i {
      height: 60px;
      width: 60px;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .top i {
      height: 60px;
      width: 60px;
    }
  }

  .banner .contact_us .section-content .wpcf7 .icons .item .top i ion-icon {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 );
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .top i ion-icon {
      font-size: 50px;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .top i ion-icon {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .top i ion-icon {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

  .banner .contact_us .section-content .wpcf7 .icons .item .bottom {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(69 90 100 );
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .bottom {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 .icons .item .bottom {
      font-size: 0.75rem;
      line-height: 1rem;
    }
  }

  .banner .contact_us .section-content .wpcf7 .icons :nth-child(1) {
    grid-row-end: 3;
  }

  @media (min-width: 640px) {
    .banner .contact_us .section-content .wpcf7 .icons :nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 3;
    }
  }

  @media (min-width: 1024px) {
    .banner .contact_us .section-content .wpcf7 .icons :nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 3;
    }
  }

  @media (max-width: 639px) {
    .banner .contact_us .section-content .wpcf7 .icons :nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 1;
    }

    .banner .contact_us .section-content .wpcf7 .icons :nth-child(2) {
      grid-column-start: 4;
      grid-column-end: 7;
      grid-row-start: 1;
      grid-row-end: 3;
    }

    .banner .contact_us .section-content .wpcf7 .icons :nth-child(3) {
      grid-column-start: 2;
      grid-column-end: 6;
      grid-row-start: 2;
      grid-row-end: 3;
    }
  }

  .team div.contact_us .section-content .team-content {
    display: flex;
    padding-top: 0.75rem;
  }

  @media (min-width: 640px) {
    .team div.contact_us .section-content .team-content {
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.75rem;
    }
  }

  @media (min-width: 1024px) {
    .team div.contact_us .section-content .team-content {
      flex-wrap: nowrap;
      gap: 2rem;
    }
  }

  .team div.contact_us .section-content .team-content .team-item {
    position: relative;
  }

  @media (min-width: 640px) {
    .team div.contact_us .section-content .team-content .team-item {
      width: 49%;
    }
  }

  @media (min-width: 1024px) {
    .team div.contact_us .section-content .team-content .team-item {
      width: 25%;
    }
  }

  .team div.contact_us .section-content .team-content .team-item .info {
    position: absolute;
    bottom: -32px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 70%;
    flex-direction: column;
    gap: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(236 240 241 );
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(44 62 80 );
  }

  .team div.contact_us .section-content .team-content .team-item .info .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }

  .team div.contact_us .section-content .team-content .team-item .info .desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(41 128 185 );
  }

  .team div.contact_us .section-content .paginate {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    padding-top: 3rem;
    text-align: center;
  }

  .team div.contact_us .section-content .paginate i {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
  }

  .team div.contact_us .section-content .paginate i ion-icon {
    --tw-text-opacity: 1;
    color: rgb(99 110 114 );
  }

  .team div.contact_us .section-content .paginate i.active:before {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    content: " ";
    width: 8px;
    height: 8px;
    background: #636e72;
    border-radius: 70px;
  }
}

@media (min-width: 640px) {
  .contact_us .section-content {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .contact_us .section-content {
    width: 70%;
    flex-direction: row;
  }
}

@media (max-width: 639px) {
  .contact_us .section-content {
    width: 100%;
    flex-direction: column;
  }
}

.contact_us .section-content .right {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 314px !important;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 20 95 );
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .contact_us .section-content .right {
    width: 80%;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .contact_us .section-content .right {
    width: 50%;
    justify-content: space-between;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 639px) {
  .contact_us .section-content .right {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 45px;
  }
}

.contact_us .section-content .right div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact_us .section-content .right div span {
  padding-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

.contact_us .section-content .right div i ion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

.contact_us .section-content .right div.mail span {
  letter-spacing: 0.05em;
}

.contact_us .section-content .right div.address {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(236 240 241 );
}

@media (min-width: 1024px) {
  .contact_us .section-content .right div.address {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 639px) {
  .contact_us .section-content .right div.address {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contact_us .section-content .right div.address i {
  height: 100%;
}

.contact_us .section-content .right div.address i ion-icon {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.contact_us .section-content .wpcf7 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 20 95 );
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .contact_us .section-content .wpcf7 {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .contact_us .section-content .wpcf7 {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .contact_us .section-content .wpcf7 {
    width: 95%;
    padding-top: 40px;
  }
}

.contact_us .section-content .wpcf7 div {
  width: 100%;
  text-align: center;
}

.contact_us .section-content .wpcf7 div input {
  height: 40px;
  width: 75%;
  border-radius: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  direction: rtl;
}

.contact_us .section-content .wpcf7 div button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 );
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 20 95 );
}

.contact_us .section-content .circle {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 );
  --tw-bg-opacity: 1;
  background-color: rgb(28 20 95 );
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

@media (max-width: 639px) {
  .contact_us .section-content .circle {
    top: 0px;
    bottom: 0px;
  }
}

.section_info {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.section_info span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(44 62 80 );
}

.section_info span.desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(44 62 80 );
}

.section_info a {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(58 117 129 );
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

.item_div {
  display: flex;
}

@media (min-width: 640px) {
  .item_div {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .item_div {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
  }
}

@media (max-width: 639px) {
  .item_div {
    flex-direction: column;
    gap: 1rem;
  }
}

.item_div .item {
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.25rem;
}

@media (min-width: 640px) {
  .item_div .item {
    width: 49.3%;
  }
}

@media (min-width: 1024px) {
  .item_div .item {
    width: 25%;
  }
}

@media (max-width: 639px) {
  .item_div .item {
    width: 100%;
  }
}

.articles_page .item,
  .product_page .item {
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.25rem;
}
.articles .item_div .item figure img{
  width: 100%;
}
.articles_page figure,
  .item_div figure {
  overflow: hidden;
  border-radius: 0.5rem;
}

.articles_page .description,
  .item_div .description {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .articles_page .description,
  .item_div .description {
    gap: 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .articles_page .description,
  .item_div .description {
    gap: 0.5rem;
  }
}

.articles_page .description h1,
  .item_div .description h1 {
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 11 37 );
}

@media (min-width: 640px) {
  .articles_page .description h1,
  .item_div .description h1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .articles_page .description h1,
  .item_div .description h1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 639px) {
  .articles_page .description h1,
  .item_div .description h1 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.articles_page .description p,
  .item_div .description p {
  border-bottom-width: 1px;
  border-style: dashed;
  padding-bottom: 0.5rem;
  text-align: center;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 75 108 );
}

@media (min-width: 640px) {
  .articles_page .description p,
  .item_div .description p {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .articles_page .description p,
  .item_div .description p {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 639px) {
  .articles_page .description p,
  .item_div .description p {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.articles_page .article_link,
  .item_div .article_link {
  padding-top: 0.25rem;
  text-align: center;
}

.articles_page .article_link a,
  .item_div .article_link a {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(58 117 129 );
  --tw-text-opacity: 1;
  color: rgb(255 255 255 );
}

@media (min-width: 640px) {
  .articles_page .article_link a,
  .item_div .article_link a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .articles_page .article_link a,
  .item_div .article_link a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 639px) {
  .articles_page .article_link a,
  .item_div .article_link a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.articles_page .details,
  .item_div .details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(44 62 80 );
}

.articles_page .details div,
  .item_div .details div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-shadow: 1px 1px #ecf0f1;
}

.articles_page .details div i,
  .item_div .details div i {
  display: flex;
  align-items: center;
}

@media (min-width: 640px) {
  .articles_page .details div i ion-icon,
  .item_div .details div i ion-icon {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .articles_page .details div i ion-icon,
  .item_div .details div i ion-icon {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 639px) {
  .articles_page .details div i ion-icon,
  .item_div .details div i ion-icon {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 640px) {
  .articles_page .details div span,
  .item_div .details div span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .articles_page .details div span,
  .item_div .details div span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 639px) {
  .articles_page .details div span,
  .item_div .details div span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.articles_page .details :nth-child(2),
  .articles_page .details :nth-child(4),
  .item_div .details :nth-child(2),
  .item_div .details :nth-child(4) {
  justify-content: flex-end;
}

.articles_page .details span,
  .item_div .details span {
  padding-top: 0.15rem;
}

@media (min-width: 640px) {
  .articles_page .details span,
  .item_div .details span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .articles_page .details span,
  .item_div .details span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.brands {
  padding-top: 1rem;
}

.brands .section_content {
  position: relative;
  margin-top: 1.25rem;
  display: flex;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.brands .section_content .brand_item {
  position: relative;
  width: 16.666667%;
  border-left-width: 1px;
}

.brands .section_content .brand_item figure {
  position: relative;
  display: flex;
  justify-content: center;
}

.brands .section_content .brand_item figure:before {
  position: absolute;
  bottom: -21PX;
  left: -25px;
  z-index: 40;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #636e72 transparent;
  transform: rotate(0deg);
}

.brands .section_content .brand_item figure:after {
  position: absolute;
  bottom: -21PX;
  left: -25px;
  z-index: 40;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
}

.brands .section_content .brand_item:before {
  position: absolute;
  top: -21PX;
  left: -25px;
  z-index: 40;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #636e72 transparent;
  transform: rotate(180deg);
}

.brands .section_content .brand_item:after {
  position: absolute;
  top: -21PX;
  left: -25px;
  z-index: 40;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(180deg);
}

.brands .section_content :last-child:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0px 0px 0px;
  border-color: transparent transparent #636e72 transparent;
  transform: rotate(0deg);
}

.brands .section_content :last-child:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0px 0px 0px;
  border-color: transparent transparent #636e72 transparent;
  transform: rotate(0deg);
}

.brands .section_content :last-child {
  border-left-width: 0px;
}

.brands .section_content :last-child figure:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0px 0px 0px;
  border-color: transparent transparent #636e72 transparent;
  transform: rotate(0deg);
}

.brands .section_content :last-child figure:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0px 0px 0px;
  border-color: transparent transparent #636e72 transparent;
  transform: rotate(0deg);
}

.brands .section_content:before {
  position: absolute;
  top: -1PX;
  right: 0px;
  left: 0px;
  z-index: 40;
  margin-left: auto;
  margin-right: auto;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #636e72 transparent;
  transform: rotate(180deg);
}

.brands .section_content::after {
  position: absolute;
  top: -1PX;
  right: 0px;
  left: 0px;
  z-index: 40;
  margin-left: auto;
  margin-right: auto;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(180deg);
}

.mt-2 {
  margin-top: 0.5rem;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.rounded-full {
  border-radius: 9999px;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 );
}

.text-center {
  text-align: center;
}

.text-\[\#0B0C78\] {
  --tw-text-opacity: 1;
  color: rgb(11 12 120 );
}

.text-\[\#1e272e\] {
  --tw-text-opacity: 1;
  color: rgb(30 39 46 );
}

@media (min-width: 640px) {
  .tablet\:h-\[40px\] {
    height: 40px;
  }

  .tablet\:w-\[40px\] {
    width: 40px;
  }
}

@media (min-width: 1024px) {
  .laptop\:h-\[20px\] {
    height: 20px;
  }

  .laptop\:w-\[20px\] {
    width: 20px;
  }
}

@media (max-width: 639px) {
  .mobile\:h-\[40px\] {
    height: 40px;
  }

  .mobile\:w-\[40px\] {
    width: 40px;
  }
}
.contact_us form{
  width: 80%;
}
.contact_us .section-content .wpcf7 .left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact_us .wpcf7-response-output{
  color: #e74c3c;
  position: absolute;
  width: 38% !important;
  bottom: -80px !important;
  border: 0 !important;
}
.contact_us .message{
  height: 89px;
  width: 74%;
  border-radius: 0.5rem;}
.screen-reader-response {
  display: none !important;
}
/*# sourceMappingURL=index.css.map */