@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: GE_Snd_Book;
  src: url(../fonts/GE_Snd_Book.ttf);
}

body {
  font-family: GE_Snd_Book;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--mainColor);
  color: #fff;
}

*::selection {
  background-color: var(--mainColor);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background: var(--mainColor);
  border-radius: 8px;
}

*,
* button:focus {
  outline: 0;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
  height: 5px;
}

.mainColor {
  color: var(--mainColor) !important;
}

.subColor {
  color: var(--subColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

/* ==================== global style ============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

a {
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #999;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p,
.p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  -webkit-box-shadow: 15px 15px 30px #0001;
          box-shadow: 15px 15px 30px #0001;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--mainColor) !important;
}

form input,
form select {
  height: 55px !important;
}

form .form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.container,
.container-fluid,
.zi_5 {
  position: relative;
  z-index: 5;
}

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

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.icon18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 0px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #0001;
          box-shadow: inset 0 0 0 3px #0001;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 11px;
  top: 13px;
  height: 27px;
  width: 27px;
  display: block;
}

.progress-wrap svg {
  display: none;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**********************************************
   Start animation
**********************************************/
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in-center {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/**********************************************
    Start Public Style
**********************************************/
.swiper-container .swiper-pagination,
.zr_aboutCards_intro_st1 .swiper-pagination,
.zr_gallery_sec_intro_st1 .swiper-pagination,
.zr_team_intro_st1 .swiper-pagination,
.zr_partners_intro_st1 .swiper-pagination,
.zr_founders_intro_st1 .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet,
.zr_aboutCards_intro_st1 .swiper-pagination .swiper-pagination-bullet,
.zr_gallery_sec_intro_st1 .swiper-pagination .swiper-pagination-bullet,
.zr_team_intro_st1 .swiper-pagination .swiper-pagination-bullet,
.zr_partners_intro_st1 .swiper-pagination .swiper-pagination-bullet,
.zr_founders_intro_st1 .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.zr_aboutCards_intro_st1 .swiper-pagination .swiper-pagination-bullet-active,
.zr_gallery_sec_intro_st1 .swiper-pagination .swiper-pagination-bullet-active,
.zr_team_intro_st1 .swiper-pagination .swiper-pagination-bullet-active,
.zr_partners_intro_st1 .swiper-pagination .swiper-pagination-bullet-active,
.zr_founders_intro_st1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--mainColor);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.zr_aboutCards_intro_st1 .swiper-button-next,
.zr_aboutCards_intro_st1 .swiper-button-prev,
.zr_gallery_sec_intro_st1 .swiper-button-next,
.zr_gallery_sec_intro_st1 .swiper-button-prev,
.zr_team_intro_st1 .swiper-button-next,
.zr_team_intro_st1 .swiper-button-prev,
.zr_partners_intro_st1 .swiper-button-next,
.zr_partners_intro_st1 .swiper-button-prev,
.zr_founders_intro_st1 .swiper-button-next,
.zr_founders_intro_st1 .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 0%;
  background-image: unset;
  background-color: transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before,
.zr_aboutCards_intro_st1 .swiper-button-next::before,
.zr_aboutCards_intro_st1 .swiper-button-prev::before,
.zr_gallery_sec_intro_st1 .swiper-button-next::before,
.zr_gallery_sec_intro_st1 .swiper-button-prev::before,
.zr_team_intro_st1 .swiper-button-next::before,
.zr_team_intro_st1 .swiper-button-prev::before,
.zr_partners_intro_st1 .swiper-button-next::before,
.zr_partners_intro_st1 .swiper-button-prev::before,
.zr_founders_intro_st1 .swiper-button-next::before,
.zr_founders_intro_st1 .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 22px;
  color: var(--mainColor);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after,
.zr_aboutCards_intro_st1 .swiper-button-next::after,
.zr_aboutCards_intro_st1 .swiper-button-prev::after,
.zr_gallery_sec_intro_st1 .swiper-button-next::after,
.zr_gallery_sec_intro_st1 .swiper-button-prev::after,
.zr_team_intro_st1 .swiper-button-next::after,
.zr_team_intro_st1 .swiper-button-prev::after,
.zr_partners_intro_st1 .swiper-button-next::after,
.zr_partners_intro_st1 .swiper-button-prev::after,
.zr_founders_intro_st1 .swiper-button-next::after,
.zr_founders_intro_st1 .swiper-button-prev::after {
  display: none;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.zr_aboutCards_intro_st1 .swiper-button-next:hover,
.zr_aboutCards_intro_st1 .swiper-button-prev:hover,
.zr_gallery_sec_intro_st1 .swiper-button-next:hover,
.zr_gallery_sec_intro_st1 .swiper-button-prev:hover,
.zr_team_intro_st1 .swiper-button-next:hover,
.zr_team_intro_st1 .swiper-button-prev:hover,
.zr_partners_intro_st1 .swiper-button-next:hover,
.zr_partners_intro_st1 .swiper-button-prev:hover,
.zr_founders_intro_st1 .swiper-button-next:hover,
.zr_founders_intro_st1 .swiper-button-prev:hover {
  background-color: var(--subColor);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before,
.zr_aboutCards_intro_st1 .swiper-button-next:hover::before,
.zr_aboutCards_intro_st1 .swiper-button-prev:hover::before,
.zr_gallery_sec_intro_st1 .swiper-button-next:hover::before,
.zr_gallery_sec_intro_st1 .swiper-button-prev:hover::before,
.zr_team_intro_st1 .swiper-button-next:hover::before,
.zr_team_intro_st1 .swiper-button-prev:hover::before,
.zr_partners_intro_st1 .swiper-button-next:hover::before,
.zr_partners_intro_st1 .swiper-button-prev:hover::before,
.zr_founders_intro_st1 .swiper-button-next:hover::before,
.zr_founders_intro_st1 .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev,
.zr_aboutCards_intro_st1 .swiper-button-next,
.zr_aboutCards_intro_st1 .swiper-container-rtl .swiper-button-prev,
.zr_gallery_sec_intro_st1 .swiper-button-next,
.zr_gallery_sec_intro_st1 .swiper-container-rtl .swiper-button-prev,
.zr_team_intro_st1 .swiper-button-next,
.zr_team_intro_st1 .swiper-container-rtl .swiper-button-prev,
.zr_partners_intro_st1 .swiper-button-next,
.zr_partners_intro_st1 .swiper-container-rtl .swiper-button-prev,
.zr_founders_intro_st1 .swiper-button-next,
.zr_founders_intro_st1 .swiper-container-rtl .swiper-button-prev {
  right: 1%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before,
.zr_aboutCards_intro_st1 .swiper-button-next::before,
.zr_aboutCards_intro_st1 .swiper-container-rtl .swiper-button-prev::before,
.zr_gallery_sec_intro_st1 .swiper-button-next::before,
.zr_gallery_sec_intro_st1 .swiper-container-rtl .swiper-button-prev::before,
.zr_team_intro_st1 .swiper-button-next::before,
.zr_team_intro_st1 .swiper-container-rtl .swiper-button-prev::before,
.zr_partners_intro_st1 .swiper-button-next::before,
.zr_partners_intro_st1 .swiper-container-rtl .swiper-button-prev::before,
.zr_founders_intro_st1 .swiper-button-next::before,
.zr_founders_intro_st1 .swiper-container-rtl .swiper-button-prev::before {
  content: '\f105';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next,
.zr_aboutCards_intro_st1 .swiper-button-prev,
.zr_aboutCards_intro_st1 .swiper-container-rtl .swiper-button-next,
.zr_gallery_sec_intro_st1 .swiper-button-prev,
.zr_gallery_sec_intro_st1 .swiper-container-rtl .swiper-button-next,
.zr_team_intro_st1 .swiper-button-prev,
.zr_team_intro_st1 .swiper-container-rtl .swiper-button-next,
.zr_partners_intro_st1 .swiper-button-prev,
.zr_partners_intro_st1 .swiper-container-rtl .swiper-button-next,
.zr_founders_intro_st1 .swiper-button-prev,
.zr_founders_intro_st1 .swiper-container-rtl .swiper-button-next {
  left: 1%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before,
.zr_aboutCards_intro_st1 .swiper-button-prev::before,
.zr_aboutCards_intro_st1 .swiper-container-rtl .swiper-button-next::before,
.zr_gallery_sec_intro_st1 .swiper-button-prev::before,
.zr_gallery_sec_intro_st1 .swiper-container-rtl .swiper-button-next::before,
.zr_team_intro_st1 .swiper-button-prev::before,
.zr_team_intro_st1 .swiper-container-rtl .swiper-button-next::before,
.zr_partners_intro_st1 .swiper-button-prev::before,
.zr_partners_intro_st1 .swiper-container-rtl .swiper-button-next::before,
.zr_founders_intro_st1 .swiper-button-prev::before,
.zr_founders_intro_st1 .swiper-container-rtl .swiper-button-next::before {
  content: '\f104';
}

.butn {
  position: relative;
  padding: 0.8rem 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn span {
  position: relative;
  z-index: 5;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--mainColor);
  color: #fff;
}

.butn.primary_butn::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.butn.primary_butn::after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.butn.primary_border_butn {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  background-color: transparent;
}

.butn.secondary_butn {
  background-color: var(--subColor);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--subColor);
  color: var(--subColor);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.white_border_butn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #333;
}

.butn:hover {
  color: var(--mainColor) !important;
}

.butn:hover::before {
  width: 100%;
  height: 50%;
  top: 0;
  right: 0;
  background-color: #fff;
}

.butn:hover::after {
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
}

.sec_title {
  position: relative;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  font-size: 35px;
}

.sec_title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 4px solid var(--mainColor);
  border-right: 4px solid var(--mainColor);
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.whats_butb {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  inset-inline-start: 20px;
  z-index: 99;
}

.phone_butn {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  inset-inline-start: 20px;
  z-index: 99;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 0px !important;
  background-color: transparent;
  color: #555;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
}

.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  background-color: var(--subColor);
  color: #fff !important;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.zr_navs_intro_st1 .navbar.navbar-fixed-top {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_navs_intro_st1 .navbar.navbar-fixed-top.scrolled {
  background-color: #ffffffb5;
  position: fixed;
  right: 0;
  left: 0;
  top: -20px;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: 3px 10px 30px #0002;
          box-shadow: 3px 10px 30px #0002;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.zr_navs_intro_st1 .navbar.navbar-fixed-top.scrolled .logo {
  width: 100px;
}

.zr_navs_intro_st1 .navbar .logo {
  width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_navs_intro_st1 .navbar .nav-link {
  margin: 0 1vw;
  color: var(--subColor);
  font-size: 20px;
}

.zr_navs_intro_st1 .navbar .nav-link.active {
  color: var(--mainColor);
  font-weight: bold;
}

.zr_navs_intro_st1 .navbar .nav-link:hover {
  color: var(--mainColor);
}

.zr_navs_intro_st1 .navbar .dropdown .lang_butn {
  font-size: 18px;
}

.zr_navs_intro_st1 .navbar .dropdown .lang_butn .flag {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.zr_navs_intro_st1 .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.zr_navs_intro_st1 .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.zr_navs_intro_st1 .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.zr_navs_intro_st1 .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.zr_navs_intro_st1 .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.zr_navs_intro_st1 .navbar .navbar-toggler .navbar-toggler-icon::after, .zr_navs_intro_st1 .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--mainColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.zr_navs_intro_st1 .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.zr_navs_intro_st1 .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.zr_footer_intro_st1 {
  padding-bottom: 40px;
  background-color: var(--subColor);
}

.zr_footer_intro_st1 .content {
  margin-bottom: 30px;
}

.zr_footer_intro_st1 .content .logo {
  width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.zr_footer_intro_st1 .content .p {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  text-align: justify;
}

.zr_footer_intro_st1 .content h5 {
  font-size: 22px;
}

.zr_footer_intro_st1 .content .links a {
  display: block;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.zr_footer_intro_st1 .content .links a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  position: absolute;
  top: 1px;
  right: 0px;
  display: block;
  z-index: 5;
}

.zr_footer_intro_st1 .content .contactLinks p {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

.zr_footer_intro_st1 .content .contactLinks p i {
  color: var(--mainColor);
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.zr_footer_intro_st1 .follow_box {
  position: relative;
}

.zr_footer_intro_st1 .follow_box .followSpan {
  color: #fff;
  background-color: var(--subColor);
  padding: 0 15px;
  font-size: 18px;
}

.zr_footer_intro_st1 .follow_box .social_links {
  background-color: var(--subColor);
  padding: 0 10px;
}

.zr_footer_intro_st1 .follow_box .social_links a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
  color: var(--mainColor);
  margin: 0 5px;
  border-radius: 0%;
  font-size: 14px;
}

.zr_footer_intro_st1 .follow_box .social_links a:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.zr_footer_intro_st1 .follow_box::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #718192;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
}

.zr_footer_intro_st1 .copyright_p {
  color: #AFAFAF;
  padding-inline-end: 1vw;
  font-size: 18px;
}

.zr_footer_intro_st1 .copyright_p .alyomLogo {
  width: 60px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 7px;
}

.zr_footer_intro_st1 .copyright_p .logo_zc {
    width: 100px;
    object-fit: contain;
}
@media screen and (max-width: 991px) {
  .zr_footer_intro_st1 .follow_box .followSpan {
    color: #fff;
    background-color: var(--subColor);
    padding: 0 15px;
    font-size: 11px;
  }
}

/**********************************************
    Start Edit Home Page 
**********************************************/
/* --------------- zr_header_intro_st1 --------------- */
.zr_header_intro_st1 .item {
  height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.zr_header_intro_st1 .item .title {
  font-size: calc(1vw + 35px);
}

.zr_header_intro_st1 .swiper-slide-active .item {
  opacity: 1;
}

.zr_header_intro_st1 .swiper-slide-active .item .title {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.zr_header_intro_st1 .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#252525));
  background-image: linear-gradient(to right, transparent, #252525);
  opacity: .7;
  z-index: 1;
}

.zr_header_intro_st1 .headerSwiper  {
    margin-bottom: -22px;
}

/* --------------- zr_aboutCards_intro_st1 --------------- */
.zr_aboutCards_intro_st1 .box {
  padding: 10px;
  position: relative;
  background-color: #F4F4F4;
}

.zr_aboutCards_intro_st1 .box video {
  -o-object-fit: cover;
     object-fit: cover;
}

.zr_aboutCards_intro_st1 .box::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 4px solid var(--mainColor);
  border-right: 4px solid var(--mainColor);
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 2;
}

.zr_aboutCards_intro_st1 .box:hover::before {
  width: calc(100% - 15px);
  height: calc(100% - 20px);
}

.zr_aboutCards_intro_st1 .liwan_box .aboutSwiper {
  overflow: hidden;
}

.zr_aboutCards_intro_st1 .liwan_box .swiper-button-next,
.zr_aboutCards_intro_st1 .liwan_box .swiper-button-prev {
  position: relative;
  top: unset;
  right: unset;
}

.zr_aboutCards_intro_st1 .about_card {
  padding: 10px;
  position: relative;
  background-color: #F4F4F4;
  text-align: center;
}

.zr_aboutCards_intro_st1 .about_card .img_box {
  height: 260px;
  position: relative;
}

.zr_aboutCards_intro_st1 .about_card::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 4px solid var(--mainColor);
  border-right: 4px solid var(--mainColor);
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 2;
}

.zr_aboutCards_intro_st1 .about_card:hover::before {
  width: calc(100% - 15px);
  height: 265px;
}

.zr_aboutCards_intro_st1 .blog_box .about_card {
  padding-bottom: 10px;
}

.zr_aboutCards_intro_st1 .blog_box .about_card .img_box {
  margin-bottom: 10px;
}

.zr_aboutCards_intro_st1 .blog_box .about_card .label {
  position: relative;
}

.zr_aboutCards_intro_st1 .blog_box .about_card .label::after {
  content: '';
  width: 65px;
  height: 1px;
  display: block;
  margin: 10px auto;
  background-color: var(--mainColor);
}

.zr_aboutCards_intro_st1 .blog_box .about_card .p {
  font-size: 13px;
  color: #6B6B6B;
}

.zr_aboutCards_intro_st1 .blog_box .aboutSwiper2 {
  overflow: hidden;
}

.zr_aboutCards_intro_st1::before {
  content: '';
  width: 35%;
  height: 450px;
  background-color: var(--subColor);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .zr_aboutCards_intro_st1 .sec_title {
    color: var(--subColor) !important;
  }
  .zr_aboutCards_intro_st1::after, .zr_aboutCards_intro_st1::before {
    display: none;
  }
}

/* --------------- zr_partners_intro_st1 --------------- */
.zr_partners_intro_st1 .partnerSwiper {
  overflow: hidden;
}

.zr_partners_intro_st1 .logo_box {
  height: 150px;
  padding: 1vw 2vw;
  background: #fff;
  border: 1px solid #f3f3f3;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zr_partners_intro_st1 .logo_box .partnerLogo {
  height: 100%;
  max-width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_partners_intro_st1 .logo_box:hover {
  border-color: var(--mainColor);
}

/* --------------- zr_team_intro_st1 --------------- */
.zr_team_intro_st1 {
  background-color: #F4F4F4;
}

.zr_team_intro_st1 .team_card {
  position: relative;
}

.zr_team_intro_st1 .team_card .img_cover {
  height: 200px;
}

.zr_team_intro_st1 .team_card .card-body {
  text-align: center;
  background-color: #fff;
  padding: 1.5rem 0.5rem 2rem 0.5rem;
  width: 95%;
  margin: auto;
  margin-top: -25px;
  position: relative;
  z-index: 5;
}

.zr_team_intro_st1 .team_card .card-body .name {
  font-size: 16px;
  color: var(--subColor);
  position: relative;
  font-weight: bold;
}

.zr_team_intro_st1 .team_card .card-body .name img {
  -o-object-position: top;
     object-position: top;
}

.zr_team_intro_st1 .team_card .card-body .name::after {
  content: '';
  width: 45px;
  height: 1px;
  display: block;
  margin: 10px auto;
  background-color: var(--mainColor);
}

.zr_team_intro_st1 .team_card .card-body .p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 41px;
  color: #6B6B6B;
}

.zr_team_intro_st1 .team_card::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 10px solid var(--mainColor);
  border-right: 10px solid var(--mainColor);
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  z-index: 5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_team_intro_st1 .team_card:hover::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 200px;
}

.zr_team_intro_st1 .teamSwiper {
  overflow: hidden;
}

/* --------------- zr_sucess_intro_st1 --------------- */
/* --------------- zr_join_intro_st1 --------------- */
/* --------------- zr_progs_intro_st1 --------------- */
.zr_progs_intro_st1 {
  background-color: var(--subColor);
}

.zr_progs_intro_st1 .prog_box {
  background-color: #274669;
  padding: 35px 2vw;
  margin: 10px 0;
  height: calc(100% - 10px);
  position: relative;
  -webkit-box-shadow: inset 0px 0px 10px 0 #1111113b;
          box-shadow: inset 0px 0px 10px 0 #1111113b;
}

.zr_progs_intro_st1 .prog_box .icon_box {
  position: relative;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px auto;
  background-color: var(--mainColor);
  border-radius: 0%;
}

.zr_progs_intro_st1 .prog_box .icon_box::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 5px solid var(--mainColor);
  border-right: 5px solid var(--mainColor);
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_progs_intro_st1 .prog_box .icon_box .icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(58deg) brightness(104%) contrast(104%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(58deg) brightness(104%) contrast(104%);
}

.zr_progs_intro_st1 .prog_box .card-body {
  text-align: center;
}

.zr_progs_intro_st1 .prog_box .card-body .p {
  color: #eee;
  margin-bottom: 30px !important;
}

.zr_progs_intro_st1 .progs_swiper {
  overflow: hidden;
}

.zr_progs_intro_st1 .progs_swiper .swiper-slide {
  height: auto;
}

/* --------------- Section_Name --------------- */
/**********************************************
    Start Edit pg_header
**********************************************/
.zr_pgHeader_intro_st1 {
  padding: 50px 0;
  background-color: #F4F4F4;
}

.zr_pgHeader_intro_st1 .bread {
  font-size: 18px;
  color: #6B6B6B;
}

.zr_pgHeader_intro_st1 .bread .item {
  margin: 0 5px;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.zr_about_pg_intro_st1 .content_box {
  margin-bottom: 180px !important;
}

.zr_about_pg_intro_st1 .txt_box .title {
  font-size: 50px;
}

.zr_about_pg_intro_st1 .txt_box .item {
  margin-bottom: 45px;
}

.zr_about_pg_intro_st1 .txt_box .p {
  font-size: 17px;
  color: #252525;
  text-align: justify;
}

.zr_about_pg_intro_st1 .about_cards {
  margin-top: -180px;
}

.zr_about_pg_intro_st1 .img_box {
  min-height: 800px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zr_about_pg_intro_st1 .img_box .logo {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}

.zr_about_pg_intro_st1 .img_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #132D4A;
  opacity: .3;
  z-index: 1;
}

/* --------------- zr_founders_intro_st1 --------------- */
.zr_founders_intro_st1 .founder_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.zr_founders_intro_st1 .founder_card .img_cover {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
}

.zr_founders_intro_st1 .founder_card .txt_box {
  position: relative;
  z-index: 5;
  padding: 2rem 1.5rem;
  background-color: #F4F4F4;
  width: 65%;
  margin-top: 220px;
  text-align: center;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.zr_founders_intro_st1 .founder_card .txt_box .name {
  font-size: 26px;
}

.zr_founders_intro_st1 .founder_card .txt_box .job {
  font-size: 17px;
  height: 54px;
  overflow: hidden;
}

.zr_founders_intro_st1 .founder_card .txt_box .social_links a {
  margin: 0 7px;
  color: #132D4A;
}

.zr_founders_intro_st1 .founder_card::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 10px solid var(--mainColor);
  border-right: 10px solid var(--mainColor);
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  z-index: 5;
}

.zr_founders_intro_st1 .founders_swiper {
  overflow: hidden;
}

.zr_founders_intro_st1::before {
  content: '';
  width: 60%;
  height: 450px;
  background-color: var(--subColor);
  position: absolute;
  top: 0;
  right: 0;
}

/* --------------- zr_partners_aboutpg_intro_st1 --------------- */
.zr_partners_aboutpg_intro_st1 .partnerLogo {
  height: 120px;
}

/* --------------- zr_statics_intro_st1 --------------- */
.zr_statics_intro_st1 {
  padding-bottom: 0;
}

.zr_statics_intro_st1 .box {
  position: relative;
  padding-top: 100px;
}

.zr_statics_intro_st1 .box .statics_item {
  width: 250px;
  height: 250px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.zr_statics_intro_st1 .box .statics_item.item1 {
  background-color: var(--mainColor);
}

.zr_statics_intro_st1 .box .statics_item.item2 {
  background-color: #fff;
}

.zr_statics_intro_st1 .box .statics_item.item2 .counter,
.zr_statics_intro_st1 .box .statics_item.item2 h6 {
  color: var(--subColor) !important;
}

.zr_statics_intro_st1 .box .statics_item.item3 {
  background-color: var(--subColor);
}

.zr_statics_intro_st1 .box::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 10px solid var(--mainColor);
  border-right: 10px solid var(--mainColor);
  position: absolute;
  top: 5%;
  right: 3%;
  display: block;
  z-index: 5;
}

.zr_statics_intro_st1::before {
  content: '';
  position: absolute;
  width: 25%;
  height: 250px;
  background-color: #F4F4F4;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .zr_statics_intro_st1 .box .statics_item {
    width: 150px;
    height: 150px;
  }
}

/* --------------- zr_team_about_intro_st1 --------------- */
.zr_team_about_intro_st1 .team_card {
  margin-bottom: 25px;
}

.zr_team_about_intro_st1 .team_card .img_cover {
  height: 410px;
}

.zr_team_about_intro_st1 .team_card .card-body {
  width: 90%;
}

.zr_team_about_intro_st1 .team_card .card-body .name {
  font-size: 20px;
}

.zr_team_about_intro_st1 .team_card .card-body .p {
  font-size: 14px;
}

/* --------------- zr_gallery_intro_st1 --------------- */
.zr_gallery_intro_st1 {
  background-color: #f4f4f4;
}

.zr_gallery_intro_st1 .nav-link {
  min-width: 140px;
  height: 50px;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  color: #555;
  font-size: 19px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  text-align: center;
}

.zr_gallery_intro_st1 .nav-link::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 4px solid var(--mainColor);
  border-right: 4px solid var(--mainColor);
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  z-index: 5;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_gallery_intro_st1 .nav-link.active {
  background-color: var(--mainColor);
}

.zr_gallery_intro_st1 .nav-link.active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.zr_gallery_intro_st1 .gallery_box {
  height: 360px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid #eee;
}

.zr_gallery_intro_st1 .gallery_box .sec-img {
  width: 100%;
  height: 360px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_gallery_intro_st1 .gallery_box .icon {
  position: absolute;
  left: 50%;
  top: 130px;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  font-size: 50px;
  color: #fff;
  z-index: 3;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_gallery_intro_st1 .gallery_box .title {
  z-index: 3;
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  -webkit-filter: blur(100%);
          filter: blur(100%);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center;
}

.zr_gallery_intro_st1 .gallery_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(78, 94, 112, 0.1);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_gallery_intro_st1 .gallery_box::after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 10px solid #67B745;
  border-right: 10px solid #67B745;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 2;
}

.zr_gallery_intro_st1 .gallery_box:hover .sec-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: var(--secondary);
}

.zr_gallery_intro_st1 .gallery_box:hover .icon {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.zr_gallery_intro_st1 .gallery_box:hover .title {
  -webkit-filter: blur(0%);
          filter: blur(0%);
  opacity: 1;
}

.zr_gallery_intro_st1 .gallery_box:hover::before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.zr_gallery_intro_st1 .gallery_box:hover::after {
  width: 100%;
  height: 100%;
  background-color: rgba(103, 183, 69, 0.5);
  border-color: transparent;
  top: 0;
  right: 0;
}

.zr_gallery_intro_st1 .gallery_card {
  background-color: #fff !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  margin-bottom: 25px;
  overflow: hidden;
  height: 390px;
}

.zr_gallery_intro_st1 .gallery_card .img_box {
  height: 300px !important;
}

.zr_gallery_intro_st1 .gallery_card .img_box .icon {
  position: absolute;
  left: 50%;
  top: 130px;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  font-size: 50px;
  color: #fff;
  z-index: 3;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_gallery_intro_st1 .gallery_card .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all  .3s linear;
  transition: all  .3s linear;
}

.zr_gallery_intro_st1 .gallery_card:hover .img_box .icon {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.zr_gallery_intro_st1 .gallery_sm_swiper {
  overflow: hidden;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.zr_contact_pg_intro_st1 .txt_box .p {
  font-size: 17px;
}

.zr_contact_pg_intro_st1 .txt_box .p i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: var(--mainColor);
}

.zr_contact_pg_intro_st1 .form_box {
  padding: 40px 35px;
  background-color: var(--subColor);
}

.zr_contact_pg_intro_st1 .form_box .form-group {
  margin-bottom: 1.5rem;
}

.zr_contact_pg_intro_st1 .form_box .form-group .form-control {
  border-radius: 0;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}

.zr_contact_pg_intro_st1 .form_box .form-group .form-control::-webkit-input-placeholder {
  color: #6B6B6B;
}

.zr_contact_pg_intro_st1 .form_box .form-group .form-control:-ms-input-placeholder {
  color: #6B6B6B;
}

.zr_contact_pg_intro_st1 .form_box .form-group .form-control::-ms-input-placeholder {
  color: #6B6B6B;
}

.zr_contact_pg_intro_st1 .form_box .form-group .form-control::placeholder {
  color: #6B6B6B;
}

.zr_contact_pg_intro_st1 .form_box .form-group textarea {
  padding-top: 15px;
}

.zr_contact_pg_intro_st1 .form_box .form-group .icon {
  color: var(--mainColor);
  position: absolute;
  top: 17px;
  right: 15px;
}

.zr_contact_pg_intro_st1 .form_box .butn {
  width: 150px;
}

.zr_contact_pg_intro_st1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #F4F4F4;
  height: 400px;
  top: 55%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

/**********************************************
    Start Edit Liwan Page 
**********************************************/
.zr_header_liwan_intro_st1 .swiper-button-next::before,
.zr_header_liwan_intro_st1 .swiper-button-prev::before {
  color: #fff;
}

.zr_gallery_sec_intro_st1 .gallery_card {
  padding: 15px;
  background-color: rgba(244, 244, 244, 0);
  position: relative;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_gallery_sec_intro_st1 .gallery_card .img_box {
  height: 470px;
  position: relative;
}

.zr_gallery_sec_intro_st1 .gallery_card .img_box a {
  display: block;
  height: 100%;
}

.zr_gallery_sec_intro_st1 .gallery_card .img_box::after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 10px solid #67B745;
  border-right: 10px solid #67B745;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 2;
  pointer-events: none;
}

.zr_gallery_sec_intro_st1 .gallery_card .title {
  font-size: 22px;
}

.zr_gallery_sec_intro_st1 .gallery_card:hover .img_box::after {
  width: 100%;
  height: 100%;
  background-color: rgba(103, 183, 69, 0.2);
  border-color: transparent;
  top: 0;
  right: 0;
}

.zr_gallery_sec_intro_st1 .gallery_swiper {
  overflow: hidden;
}

.zr_gallery_sec_intro_st1 .gallery_swiper .swiper-wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zr_gallery_sec_intro_st1 .gallery_swiper .swiper-slide-active .gallery_card {
  background-color: #f4f4f4;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.zr_services_sec_intro_st1 .service_card {
  padding: 35px 25px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}

.zr_services_sec_intro_st1 .service_card .icon_box {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 15px auto;
  position: relative;
}

.zr_services_sec_intro_st1 .service_card .icon_box .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(25%) sepia(19%) saturate(957%) hue-rotate(352deg) brightness(93%) contrast(81%);
          filter: invert(25%) sepia(19%) saturate(957%) hue-rotate(352deg) brightness(93%) contrast(81%);
  position: relative;
  z-index: 5;
}

.zr_services_sec_intro_st1 .service_card .icon_box::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #c27f3324;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_services_sec_intro_st1 .service_card .label {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--mainColor);
}

.zr_services_sec_intro_st1 .service_card:hover .icon_box::before {
  width: 100%;
  height: 100%;
}

.zr_contact_sec_intro_st1 {
  padding-top: 120px;
  overflow: unset;
}

.zr_contact_sec_intro_st1 .form_box {
  padding: 40px 35px;
  background-color: #fff;
  margin-bottom: -110px;
  position: relative;
  z-index: 8;
}

.zr_contact_sec_intro_st1 .form_box .form-group {
  margin-bottom: 1.5rem;
}

.zr_contact_sec_intro_st1 .form_box .form-group .form-control {
  border-radius: 0;
  background-color: #ECECEC;
  border-color: #ECECEC;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}

.zr_contact_sec_intro_st1 .form_box .form-group .form-control::-webkit-input-placeholder {
  color: #6B6B6B;
}

.zr_contact_sec_intro_st1 .form_box .form-group .form-control:-ms-input-placeholder {
  color: #6B6B6B;
}

.zr_contact_sec_intro_st1 .form_box .form-group .form-control::-ms-input-placeholder {
  color: #6B6B6B;
}

.zr_contact_sec_intro_st1 .form_box .form-group .form-control::placeholder {
  color: #6B6B6B;
}

.zr_contact_sec_intro_st1 .form_box .form-group textarea {
  padding-top: 15px;
}

.zr_contact_sec_intro_st1 .form_box .form-group .icon {
  color: var(--mainColor);
  position: absolute;
  top: 17px;
  right: 15px;
}

.zr_contact_sec_intro_st1 .form_box .butn {
  width: 150px;
}

.zr_contact_sec_intro_st1 .map_box {
  position: relative;
  height: 450px;
}

.zr_footer_liwan_intro_st1 .content .logo {
  width: 190px;
}

.zr_footer_liwan_intro_st1 .content .links a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.zr_footer_liwan_intro_st1 .content .contactLinks a i {
  color: #fff;
}

.zr_footer_liwan_intro_st1 .content h5 {
  margin-bottom: 35px !important;
}

/**********************************************
    Start Edit prog details Page 
**********************************************/
.zr_progs_pg_intro_st1 .main_box {
  /*background: url(../images/header-1.png) no-repeat center;*/
  /*background-size: cover;*/
  padding-bottom: 150px;
}

.zr_progs_pg_intro_st1 .main_box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #132d4a98;
  z-index: 1;
}

.zr_progs_pg_intro_st1 .card_row {
  margin-top: -150px;
  position: relative;
  z-index: 6;
}

.zr_progs_pg_intro_st1 .card_row .prog_box {
  background-color: #f9f9f9;
  -webkit-box-shadow: 3px 6px 10px 0 #1111111d;
          box-shadow: 3px 6px 10px 0 #1111111d;
}

.zr_progs_pg_intro_st1 .card_row .prog_box .icon_box {
  width: 70px;
  height: 70px;
}

.zr_progs_pg_intro_st1 .card_row .prog_box .icon_box .icon {
  width: 40px;
  height: 40px;
}

.zr_progs_pg_intro_st1 .card_row .prog_box .card-body .p {
  color: #555;
  margin-bottom: 0 !important;
}

/**********************************************
    Start Edit blog Page 
**********************************************/
.zr_blog_intro_st1 .search_box .form-group .form-control {
  height: 65px !important;
  border-radius: 0px;
  font-size: 17px;
  border-color: #eee;
}

.zr_blog_intro_st1 .search_box .form-group .search_butn {
  color: var(--mainColor);
  background-color: #eee;
  position: absolute;
  left: 2.5px;
  top: 2.5px;
  font-size: 20px;
  width: 65px;
  height: 60px;
  border-radius: 0;
  border: 1px solid transparent;
}

.zr_blog_intro_st1 .blog_card {
  border: 1px solid #eee;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_blog_intro_st1 .blog_card .img_box {
  position: relative;
}

.zr_blog_intro_st1 .blog_card .img_box .sec-img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.zr_blog_intro_st1 .blog_card .img_box .date {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 0;
  border-radius: 0px;
  width: 40px;
  height: 65px;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.zr_blog_intro_st1 .blog_card .img_box .date .num {
  width: 30px;
  height: 20px;
  background-color: var(--mainColor);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-radius: 0%;
  margin: 0 auto  5px auto;
}

.zr_blog_intro_st1 .blog_card .card-body {
  padding: 1.5rem;
}

.zr_blog_intro_st1 .blog_card .card-body .title {
  font-size: 21px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_blog_intro_st1 .blog_card .card-body .p {
  color: #737373;
  font-size: 14px;
  margin-bottom: 0;
  height: 48px;
  overflow: hidden;
}

.zr_blog_intro_st1 .blog_card .more_butn {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
  font-weight: bold;
  font-size: 17px;
}

.zr_blog_intro_st1 .blog_card .more_butn:hover {
  background-color: var(--mainColor);
  color: #fff !important;
}

.zr_blog_intro_st1 .blog_card:hover {
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.zr_blog_intro_st1 .blog_card:hover .title {
  color: var(--mainColor);
}

.zr_blog_intro_st1 .blogSwiper {
  overflow: hidden;
  position: relative;
}

.zr_blog_intro_st1 .blogSwiper .item {
  height: 490px;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 10px;
}

.zr_blog_intro_st1 .blogSwiper .item .date {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.zr_blog_intro_st1 .blogSwiper .item .date i {
  color: var(--mainColor);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.zr_blog_intro_st1 .blogSwiper .item .p {
  height: 50px;
  overflow: hidden;
}

.zr_blog_intro_st1 .blogSwiper .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#252525));
  background-image: linear-gradient(to right, transparent, #252525);
  opacity: .7;
  z-index: 1;
}

.zr_blog_det_intro_st1 .blog_box {
  border: 1px solid #eee;
}

.zr_blog_det_intro_st1 .blog_box .img_box {
  position: relative;
  height: 400px;
}

.zr_blog_det_intro_st1 .blog_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zr_blog_det_intro_st1 .blog_box .img_box .date {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 0;
  border-radius: 0px;
  width: 60px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.zr_blog_det_intro_st1 .blog_box .img_box .date .num {
  width: 40px;
  height: 30px;
  background-color: var(--mainColor);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-radius: 0%;
  margin: 0 auto  7px auto;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_butn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: var(--subColor);
  border-radius: 0px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid var(--subColor);
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links {
  position: absolute;
  bottom: -50px;
  inset-inline-start: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links.active a {
  -webkit-transform: scaleX(1) translateY(0px);
          transform: scaleX(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links a {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  margin: 0 5px;
  color: var(--mainColor);
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  opacity: 0;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  -webkit-transform: scaleX(0) translateY(-50px);
          transform: scaleX(0) translateY(-50px);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links a:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links a:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links a:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links a:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.zr_blog_det_intro_st1 .blog_box .img_box .share_box .share_links a:hover {
  background-color: var(--subColor);
  color: #fff !important;
}

.zr_blog_det_intro_st1 .blog_box .card-body {
  padding: 1.5rem;
}

.zr_blog_det_intro_st1 .blog_box .card-body .p {
  color: #505050;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 2;
}

.zr_blog_det_intro_st1 .blog_box .blog_row {
  margin-top: 20px;
  padding: 0 2rem;
  padding-top: 35px;
  margin-bottom: 35px;
  border-top: 1px solid #eee;
}

.zr_blog_det_intro_st1 .blog_box .blog_row .tags .item {
  padding: 0.5rem 1.5rem;
  background-color: var(--mainColor);
  margin: 5px 0;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

.zr_blog_det_intro_st1 .blog_box .blog_row .social_links {
  background-color: #f8f8f8;
  padding: .5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zr_blog_det_intro_st1 .blog_box .blog_row .social_links a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  border-radius: 50%;
  margin: 0 5px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zr_blog_det_intro_st1 .blog_box .blog_sm_card {
  background-color: #f8f8f8;
  padding: 35px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.zr_blog_det_intro_st1 .blog_box .blog_sm_card .img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.zr_blog_det_intro_st1 .blog_box .blog_sm_card .title {
  width: calc(100% - 115px);
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 17px;
}

.zr_blog_det_intro_st1 .related_box {
  padding: 35px;
  background-color: #f8f8f8;
}

.zr_blog_det_intro_st1 .related_box .item {
  margin-bottom: 25px;
}

.zr_blog_det_intro_st1 .related_box .item .sm_img {
  width: 140px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.zr_blog_det_intro_st1 .related_box .item .txt {
  width: calc(100% - 150px);
}

.zr_blog_det_intro_st1 .related_box .item .txt .date {
  font-size: 12px;
  color: #777;
}

.zr_blog_det_intro_st1 .related_box .item .txt .date i {
  color: var(--mainColor);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.zr_blog_det_intro_st1 .related_box .item .txt .title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zr_blog_det_intro_st1 .related_box .item .txt .more_butn {
  font-weight: bold;
  color: var(--mainColor);
  margin-top: 10px;
}

.zr_blog_det_intro_st1 .related_box .item .txt .more_butn .underline {
  text-decoration: underline;
}

/**********************************************
    Start Edit content Page 
**********************************************/
.zr_content_pg_intro_st1 .inner {
  background-color: #fff;
  padding: 45px 2vw;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0 #0002;
          box-shadow: 0px 0px 10px 0 #0002;
}

.zr_content_pg_intro_st1 .inner .p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.zr_content_pg_intro_st1::before {
  content: '';
  width: 35%;
  height: 50%;
  background-color: var(--subColor);
  position: absolute;
  top: 0;
  right: 0;
}

/**********************************************
    Start Edit Media screens 
**********************************************/
@media screen and (max-width: 991px) {
  .zr_header_intro_st1 .item {
    height: auto;
    padding: 100px 0 70px 0;
  }
  .zr_about_pg_intro_st1 .about_cards {
    margin-top: 0;
  }
  .zr_about_pg_intro_st1 .img_box {
    height: 350px;
  }
  .zr_about_pg_intro_st1 .img_box .logo {
    width: 150px;
  }
  .zr_contact_sec_intro_st1 .form_box {
    margin-bottom: 0;
  }
  .zr_progs_intro_st1 .prog_box .icon_box,
  .zr_progs_pg_intro_st1 .card_row .prog_box .icon_box {
    width: 60px;
    height: 60px;
  }
  .zr_progs_intro_st1 .prog_box .icon_box .icon,
  .zr_progs_pg_intro_st1 .card_row .prog_box .icon_box .icon {
    width: 30px;
    height: 30px;
  }
  .zr_aboutCards_intro_st1 .box video {
    height: 250px;
  }
  .zr_gallery_sec_intro_st1 .gallery_card .img_box {
    height: 250px;
  }
  .zr_blog_det_intro_st1 .blog_box .img_box {
    height: 200px;
  }
  .zr_blog_intro_st1 .blogSwiper .item {
    height: 300px;
  }
  .zr_blog_intro_st1 .blog_card .img_box .sec-img {
    height: 180px;
  }
  .zr_contact_pg_intro_st1 .map_box iframe {
    height: 250px;
  }
  .zr_partners_intro_st1 .swiper-button-next,
  .zr_partners_intro_st1 .swiper-button-prev {
    top: 53%;
  }
  .zr_team_intro_st1 .team_card .img_cover {
    width: 230px;
    height: 200px;
    display: block;
    margin: auto;
  }
  .zr_team_intro_st1 .team_card .card-body {
    width: 230px;
    background-color: transparent;
    margin-top: 0;
  }
  .zr_team_intro_st1 .team_card::before {
    display: none !important;
  }
  .zr_founders_intro_st1 .founder_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zr_founders_intro_st1 .founder_card .img_cover {
    position: relative;
    top: 0;
    right: 0;
    width: 230px;
    height: 230px;
    display: block;
    margin: auto;
  }
  .zr_founders_intro_st1 .founder_card .txt_box {
    width: 230px;
    margin: 0px auto 0 auto;
    z-index: 5;
    background-color: #fff;
  }
  .zr_founders_intro_st1 .founder_card .txt_box .name {
    font-size: 20px;
  }
  .zr_founders_intro_st1 .founder_card .txt_box .job {
    font-size: 15px;
    height: 52px;
  }
  .zr_founders_intro_st1 .founder_card::before {
    display: none !important;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
  }
  .phone_butn {
    width: 35px;
    height: 35px;
    bottom: 60px;
  }
  .whats_butb {
    width: 35px;
    height: 35px;
  }
  .progress-wrap {
    height: 35px;
    width: 35px;
  }
  .progress-wrap::after {
    left: 9px;
    top: 10px;
    height: 17px;
    width: 17px;
  }
  
  .sec_title {
        font-size: 26px;
    }

}

/**********************************************
    Start Edit EN direction 
**********************************************/
html[dir="ltr"] {
}

html[dir="ltr"] body {
  direction: ltr;
  font-family: 'Poppins', sans-serif;
}

html[dir="ltr"] .sec_title::before {
    border-right: none;
    border-left: 4px solid var(--mainColor);
    right: unset;
    left: -5px;
}

html[dir="ltr"]  .zr_footer_intro_st1 .content .links a::before {
    border-right: none;
    border-left: 2px solid var(--mainColor);
    right: unset;
    left: 0px;
}
html[dir="ltr"] .zr_footer_liwan_intro_st1 .content .links a::before {
    border-left: 2px solid #fff;
}


html[dir="ltr"] .zr_founders_intro_st1::before {
    left: auto;
    right: unset;
}

html[dir="ltr"] .zr_founders_intro_st1 .founder_card .img_cover {
    left: 20px;
    right: unset;
}


html[dir="ltr"] .zr_founders_intro_st1 .founder_card::before {
    border-right: none;
    border-left: 10px solid var(--mainColor);
    right: unset;
    left: 0px;
}


/*html[dir="ltr"] */


/*html[dir="ltr"] */


/*html[dir="ltr"] */


/*html[dir="ltr"] */


/*html[dir="ltr"] */


/*html[dir="ltr"] */




/*# sourceMappingURL=style.css.map */