@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: teshrin_regular;
  src: url(../fonts/teshrin/regular.otf);
}

@font-face {
  font-family: teshrin_bold;
  src: url(../fonts/teshrin/bold.otf);
}

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

* {
  font-family: teshrin_regular;
  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;
}

.fw-bold {
  font-family: teshrin_bold;
}

.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: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #0001;
          box-shadow: inset 0 0 0 2px #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: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}

.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 Loader
**********************************************/
/**********************************************
    Start Public Style
**********************************************/
.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--subColor);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid var(--subColor);
  border-radius: 50%;
  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 {
  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: 15px;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  display: none;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--mainColor);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .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 {
  content: '\f178';
}

.swiper-container .swiper-button-prev,
.swiper-container .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 {
  content: '\f177';
}

.butn {
  position: relative;
  padding: .6rem 1.6rem;
  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: 40px;
  font-weight: bold;
}

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

.butn.sm_butn {
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

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

.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: #fff;
}

.butn:hover {
  background-color: #3e3285;
  border-color: #3e3285;
  color: #fff !important;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.zr_navs_intro_st2.home_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.zr_navs_intro_st2.navbar-fixed-top {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.zr_navs_intro_st2.navbar-fixed-top.scrolled {
  background-color: #1C0554;
  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(10px);
          transform: translateY(10px);
}

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

.zr_navs_intro_st2 .navbar {
  padding: 1rem;
}

.zr_navs_intro_st2 .navbar .logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_navs_intro_st2 .navbar .nav-link {
  color: #fff;
  margin: 0 15px;
  font-size: 16px;
}

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

.zr_navs_intro_st2 .navbar .nav-link:hover, .zr_navs_intro_st2 .navbar .nav-link:focus {
  color: #fff;
}

.zr_navs_intro_st2 .navbar .nav_end .icon {
  width: 23px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.zr_navs_intro_st2 .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_st2 .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.zr_navs_intro_st2 .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: #fff;
  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_st2 .navbar .navbar-toggler .navbar-toggler-icon::after, .zr_navs_intro_st2 .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

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

@media screen and (max-width: 991px) {
  .zr_navs_intro_st2.home_nav {
    position: relative;
    background-color: #1C0554;
  }
}

.whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  width: 50px;
  -webkit-filter: drop-shadow(10px 10px 30px #0001);
          filter: drop-shadow(10px 10px 30px #0001);
}

.zr_footer_intro_st2 {
  background-color: #1C0554;
  padding-top: 70px;
}

.zr_footer_intro_st2 .content {
  margin-bottom: 25px;
}

.zr_footer_intro_st2 .content .logo {
  width: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_footer_intro_st2 .content .p i {
  color: var(--subColor);
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.zr_footer_intro_st2 .content .det {
  font-size: 12px;
  line-height: 1.7;
}

.zr_footer_intro_st2 .content .social_box .span {
  color: #fff;
}

.zr_footer_intro_st2 .content .social_box .span::after {
  content: '';
  width: 30px;
  height: 1px;
  margin: 0 15px;
  display: inline-block;
  background-color: #ccc;
}

.zr_footer_intro_st2 .content .social_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: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  font-size: 14px;
}

.zr_footer_intro_st2 .content .social_box .social_links a:hover {
  background-color: var(--subColor);
  border-color: var(--subColor);
}

.zr_footer_intro_st2 .foot {
  padding: 25px 0;
  border-top: 1px solid #AFAFAF;
}

.zr_footer_intro_st2 .foot .copyright_p {
  font-size: 14px;
  color: #fff;
}

.zr_footer_intro_st2 .foot .zc_link {
    
}

.zr_footer_intro_st2 .foot .logo_zc {
    width: 70px;
    object-fit: contain;
}

.zr_footer_intro_st2 .foot .links a {
  color: #fff;
  margin: 0 10px;
  font-size: 15px;
}

.zr_footer_intro_st2 .zero_logo {
  height: 25px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
}

/**********************************************
    Start Edit Home Page 
**********************************************/
/* --------------- header --------------- */
.zr_header_intro_st2 {
  padding: 150px 0 100px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#1C0554), to(#13023e));
  background-image: linear-gradient(to right, #1C0554, #13023e);
  position: relative;
}

.zr_header_intro_st2 .item .txt_box {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

.zr_header_intro_st2 .item .txt_box .title {
  font-size: calc(1.8vw + 35px);
  font-weight: 800;
}

.zr_header_intro_st2 .item .img_box {
  position: relative;
  height: 450px;
}

.zr_header_intro_st2 .item .img_box img {
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_header_intro_st2 .item .img_box .txt_content {
  width: 150px;
  height: 150px;
  background-color: var(--subColor);
  border-radius: 0 50% 50% 50%;
  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: 20px;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.zr_header_intro_st2 .icon-cards {
  padding-top: 30px;
}

.zr_header_intro_st2 .icon-cards .item-card {
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.zr_header_intro_st2 .icon-cards .item-card .icon {
  height: 40px;
  margin-bottom: 20px;
}

.zr_header_intro_st2 .headerSwiper {
  overflow: hidden;
}

.zr_header_intro_st2 .headerSwiper .swiper-button-next,
.zr_header_intro_st2 .headerSwiper .swiper-button-prev {
  top: unset;
}

.zr_header_intro_st2 .headerSwiper .swiper-button-next,
.zr_header_intro_st2 .headerSwiper .swiper-container-rtl .swiper-button-prev {
  bottom: 70px;
}

.zr_header_intro_st2 .headerSwiper .swiper-button-prev,
.zr_header_intro_st2 .headerSwiper .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 1%;
  bottom: 20px;
}

.zr_header_intro_st2 .social_box {
  position: absolute;
  top: 30%;
  left: 5px;
  z-index: 8;
}

.zr_header_intro_st2 .social_box .span {
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.zr_header_intro_st2 .social_box .span::after {
  content: '';
  width: 30px;
  height: 1px;
  margin: 0 15px;
  display: inline-block;
  background-color: #ccc;
}

.zr_header_intro_st2 .social_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: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 10px 0px;
  border-radius: 50%;
  font-size: 14px;
}

.zr_header_intro_st2 .social_box .social_links a:hover {
  background-color: var(--subColor);
  border-color: var(--subColor);
}

.zr_header_intro_st2 .vector2 {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .zr_header_intro_st2 {
    padding: 70px 0;
  }
  .zr_header_intro_st2 .item .txt_box .title {
    font-size: 30px;
  }
  .zr_header_intro_st2 .social_box {
    top: unset;
    bottom: 1%;
    left: 0;
  }
}

/* --------------- zr_about_intro_st2 --------------- */
.zr_about_intro_st2 {
  overflow: unset;
}

.zr_about_intro_st2 .box {
  padding: 15px;
  position: relative;
  border-radius: 15px;
  background-color: #fafafa;
  border-radius: 10px 10px 45% 45%;
  height: 700px;
  margin-top: -70px;
}

.zr_about_intro_st2 .box video {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  border-radius: 10px 10px 45% 45%;
}

.zr_about_intro_st2 .img_box {
  position: relative;
}

.zr_about_intro_st2 .img_box .img_cover {
  height: 700px;
  border-radius: 10px 10px 45% 45%;
}

.zr_about_intro_st2 .img_box .txt_content {
  width: 150px;
  height: 150px;
  background-color: var(--subColor);
  border-radius: 0 50% 50% 50%;
  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: 20px;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.zr_about_intro_st2 .txt_box {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  -webkit-padding-end: 3vw;
          padding-inline-end: 3vw;
}

.zr_about_intro_st2 .txt_box .p {
  color: #6B6B6B;
  line-height: 2.2;
  font-size: 14px;
  text-align: justify;
  height: 132px;
  overflow: hidden;
}

.zr_about_intro_st2 .txt_box .statics_row {
  margin: 15px;
}

.zr_about_intro_st2 .txt_box .statics_row .item {
  text-align: center;
  padding: 15px 5px;
}

.zr_about_intro_st2 .txt_box .statics_row .item .counter {
  font-size: 38px;
  margin-bottom: 10px;
  direction: ltr;
}

.zr_about_intro_st2 .txt_box .statics_row .item .label {
  color: #959595;
  font-size: 17px;
}

.zr_about_intro_st2 .txt_box .statics_row .col-lg-4:nth-child(2) .item {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.zr_about_intro_st2 .txt_box .butns .phone_butn .icon_box {
  width: 45px;
  height: 45px;
  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;
  border: 1px solid var(--subColor);
  border-radius: 50%;
}

.zr_about_intro_st2 .txt_box .butns .phone_butn .icon_box .icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.zr_about_intro_st2 .txt_box::before {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/vector_zr_about_intro_st2.svg) no-repeat center;
}

.zr_about_intro_st2 .boxes .about_card {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 3px 6px 10px 0 #5551;
          box-shadow: 3px 6px 10px 0 #5551;
  border-radius: 70px 70px 0 70px;
  padding: 45px 30px 35px 30px;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.zr_about_intro_st2 .boxes .about_card .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  color: var(--mainColor);
  z-index: 9;
  margin-bottom: 15px;
}

.zr_about_intro_st2 .boxes .about_card .num .icon {
  width: 55px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(29%) sepia(27%) saturate(2395%) hue-rotate(220deg) brightness(88%) contrast(95%);
          filter: invert(29%) sepia(27%) saturate(2395%) hue-rotate(220deg) brightness(88%) contrast(95%);
}

.zr_about_intro_st2 .boxes .about_card .num::before {
  content: '';
  width: 70px;
  height: 70px;
  background-color: var(--subColor);
  border-radius: 50%  50% 0 50%;
  position: absolute;
  top: -20px;
  right: -25px;
  z-index: 0;
  opacity: .05;
}

.zr_about_intro_st2 .boxes .about_card .title {
  font-size: 25px;
}

.zr_about_intro_st2 .boxes .about_card .p {
  color: #6B6B6B;
    font-size: 13px;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .zr_about_intro_st2 .img_box,
  .zr_about_intro_st2 .box {
    margin-top: 70px;
    height: 400px;
    border-radius: 15px 15px 70px 70px;
  }
  .zr_about_intro_st2 .img_box .img_cover,
  .zr_about_intro_st2 .img_box video,
  .zr_about_intro_st2 .box .img_cover,
  .zr_about_intro_st2 .box video {
    height: 400px;
    border-radius: 15px 15px 70px 70px;
  }
  .zr_about_intro_st2 .txt_box {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  
  .zr_about_intro_st2 .txt_box .statics_row .item .label {
        font-size: 14px;
    }

}

/* --------------- zr_work_intro_st2 --------------- */
.zr_work_intro_st2 {
  background-color: #F5F5F5;
}

.zr_work_intro_st2 .step_card {
  background-color: #fff;
  border-radius: 70px;
  padding: 75px 40px;
  text-align: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}

.zr_work_intro_st2 .step_card .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  color: var(--mainColor);
  font-size: 70px;
  font-weight: 800;
  z-index: 9;
}

.zr_work_intro_st2 .step_card .num .icon {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(29%) sepia(27%) saturate(2395%) hue-rotate(220deg) brightness(88%) contrast(95%);
          filter: invert(29%) sepia(27%) saturate(2395%) hue-rotate(220deg) brightness(88%) contrast(95%);
}

.zr_work_intro_st2 .step_card .num::before {
  content: '';
  width: 70px;
  height: 70px;
  background-color: var(--subColor);
  border-radius: 50% 0 50% 50%;
  position: absolute;
  top: 1px;
  right: -13px;
  z-index: 0;
  opacity: .1;
}

.zr_work_intro_st2 .step_card .title {
  font-size: 25px;
}

.zr_work_intro_st2 .step_card .p {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 2.2;
}

.zr_work_intro_st2 .col-lg-3:nth-child(odd) .step_card {
  margin-top: 100px;
}

.zr_work_intro_st2 .vector {
  position: absolute;
  width: 100%;
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .zr_work_intro_st2 .col-lg-3:nth-child(odd) .step_card {
    margin-top: 0px;
  }
  .zr_work_intro_st2 .vector {
    display: none;
  }
}

/* --------------- zr_services_intro_st2 --------------- */
.zr_services_intro_st2 {
  background-color: var(--mainColor);
}

.zr_services_intro_st2 .service_card {
  border: 1px solid #8276BB;
  border-radius: 25px;
  position: relative;
  padding: 45px;
  height: 100%;
}

.zr_services_intro_st2 .service_card .icon_box {
  width: 90px;
  height: 70px;
  margin-bottom: 60px;
  position: relative;
}

.zr_services_intro_st2 .service_card .icon_box .icon {
  position: relative;
  z-index: 5;
}

.zr_services_intro_st2 .service_card .icon_box::before {
  content: '';
  width: 80px;
  height: 80px;
  background-color: var(--subColor);
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.zr_services_intro_st2 .service_card .title {
  font-size: 19px;
  margin-bottom: 15px;
}

.zr_services_intro_st2 .service_card .p {
  font-size: 14px;
  color: #C9C9C9;
  height: 72px;
  overflow: hidden;
}

.zr_services_intro_st2 .inner {
  padding: 0 35px;
  position: relative;
}

.zr_services_intro_st2 .inner .services_swiper {
  overflow: hidden;
}

.zr_services_intro_st2 .inner .right_nav,
.zr_services_intro_st2 .inner .left_nav {
  position: absolute;
  top: 32%;
  width: 32px;
  height: 95px;
  cursor: pointer;
}

.zr_services_intro_st2 .inner .right_nav {
  right: 0;
}

.zr_services_intro_st2 .inner .left_nav {
  left: 0;
}

.zr_services_intro_st2 .swiper-slide {
  height: auto;
}

.service-flip-box {
  background-color: transparent;
  width: 100%;
  height: 350px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.service-flip-box .ul li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.service-flip-box .ul li::before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  color: var(--subColor);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 10px;
}

.service-flip-box .service-flip-box-inner {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}

.service-flip-box:hover .service-flip-box-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.service-flip-box.style-3d .service-flip-box-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.service-flip-box.style-3d .service-flip-box-inner-wrap {
  -webkit-transform: translateZ(70px) scale(0.93);
  transform: translateZ(70px) scale(0.93);
  width: auto;
}

.service-flip-box.style-3d .service-flip-box-front {
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.service-flip-box.style-3d .service-flip-box-back {
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.service-flip-box .service-flip-box-inner-wrap {
  width: 100%;
  z-index: 2;
}

.service-flip-box .service-flip-box-front {
  background-color: #4f40a0;
  z-index: 2;
}

.service-flip-box .service-flip-box-back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2vw;
  background-color: #4f40a0;
  color: #fff;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* --------------- zr_projects_intro_st2 --------------- */
.zr_projects_intro_st2 .nav .nav-link {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  border-radius: 25px;
  padding: 0.5rem 1rem;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 12px;
}

.zr_projects_intro_st2 .nav .nav-link.active {
  background-color: var(--mainColor);
  color: #fff;
}

.zr_projects_intro_st2 .proj_card {
  height: 300px;
  border-radius: 25px;
  overflow: hidden;
}

.zr_projects_intro_st2 .proj_card a {
    display: block;
    height: 300px;
}

.zr_projects_intro_st2 .projects_swiper {
  overflow: hidden;
  position: relative;
}

/*.zr_projects_intro_st2::before {*/
/*  content: '';*/
/*  width: 115px;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 2%;*/
/*  background: url(../images/vector_zr_projects_intro_st2.svg) no-repeat center;*/
/*}*/

@media screen and (max-width: 991px) {
  /*.zr_projects_intro_st2::before {*/
  /*  display: none;*/
  /*}*/
  .zr_projects_intro_st2 .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .zr_projects_intro_st2 .nav .nav-link {
    padding: 0.7rem 0.5rem;
    margin: 3px;
  }
}

/* --------------- zr_banner_intro_st2 --------------- */
.zr_banner_intro_st2 .inner {
  height: 470px;
  border-radius: 30px !important;
  overflow: hidden;
  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;
  position: relative;
}

.zr_banner_intro_st2 .inner .bg {
  border-radius: 30px;
}

.zr_banner_intro_st2 .inner::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: rgba(107, 82, 189, 0.5);
  z-index: 1;
  border-radius: 30px;
}

.zr_banner_intro_st2::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);
  height: 40%;
  top: unset;
  background-color: #F5F5F5;
}

/* --------------- zr_partners_intro_st2 --------------- */
.zr_partners_intro_st2 {
  background-color: #F5F5F5;
}

.zr_partners_intro_st2 .partner_box {
  height: 100px;
  background-color: #fff;
  border-radius: 45px;
  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_st2 .partner_box .partnerLogo {
  max-width: 85%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.zr_partners_intro_st2 .partners_swiper {
  overflow: hidden;
}

/**********************************************
    Start Edit pg_header
**********************************************/
.innerheader_style1 {
  position: relative;
  padding: 170px 0 120px;
  background-image: url(../images/inner_header1.webp);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innerheader_style1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--subColor2);
  opacity: 0.7;
}

.innerheader_style1 .float_arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  z-index: 10;
  line-height: 1;
}

.innerheader_style1 .info {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.innerheader_style1 .info h3 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
}

.innerheader_style1 .info .text {
  color: #fff;
  font-size: 19px;
  margin-top: 10px;
}

.innerheader_style1 .search_form {
  position: relative;
  margin-top: 50px;
  padding: 12px;
  background-color: #fff;
  border-radius: 50px;
  color: #444;
}

.innerheader_style1 .search_form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-border-end: 1px solid #9992;
          border-inline-end: 1px solid #9992;
  margin: 0;
}

.innerheader_style1 .search_form .form-group .icon {
  color: #999;
  line-height: 1;
}

.innerheader_style1 .search_form .form-group .form-control {
  border: 0;
  background-color: transparent;
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.innerheader_style1 .search_form .form-group .butn {
  font-size: 13px;
  padding: 8px 20px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.innerheader_style1 .search_form .col-lg-3:last-of-type .form-group {
  border: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.innerheader_style1 .search_form .col-lg-3:nth-last-of-type(2) .form-group {
  border: 0;
}

.innerheader_style1 .icon_items {
  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;
  margin-top: 10px;
}

.innerheader_style1 .icon_items .icon_item {
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innerheader_style1 .icon_items .icon_item .icon {
  width: 18px;
  height: 18px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

/**********************************************
    Start Edit services Page 
**********************************************/
.services_style2 {
  padding-top: 60px;
}

.services_style2 .services_row {
  padding: 60px;
}

.services_style2 .services_row .info .number {
  font-size: 50px;
  opacity: 0.1;
  line-height: 1.2;
  font-weight: bold;
}

.services_style2 .services_row .info h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.services_style2 .services_row .info .text {
  font-size: 17px;
  margin-bottom: 30px;
}

.services_style2 .services_row .info .icon_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 15px;
  color: var(--mainColor);
}

.services_style2 .services_row .info .icon_item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  width: 20px;
  font-size: 20px;
}

.services_style2 .services_row .img {
  position: relative;
}

.services_style2 .services_row .img .main_img {
  position: relative;
  -webkit-mask-image: url(../images/blob-bg.svg);
  mask-image: url(../images/blob-bg.svg);
  -webkit-mask-size: 70%;
  mask-size: 70%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 520px;
  z-index: 10;
}

.services_style2 .services_row .img .blob_img {
  position: absolute;
  left: 45%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
          transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
  width: 100%;
  height: 100%;
}

.services_style2 .services_row .img .blob_img2 {
  position: absolute;
  left: 57%;
  bottom: 5%;
  width: 30%;
  z-index: 10;
}

.services_style2 .services_row_reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.services_style2 .services_row_reverse .ps-lg-5 {
  padding-right: 0 !important;
  -webkit-padding-end: 3rem !important;
          padding-inline-end: 3rem !important;
}

.services_style2 .services_row_reverse .img .main_img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.services_style2 .services_row_reverse .img .blob_img {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(160deg) scale(0.8);
          transform: translate(-50%, -50%) rotate(160deg) scale(0.8);
}

.services_style2 .services_row_reverse .img .blob_img2 {
  left: 15%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

@media screen and (max-width: 991px) {
  .services_style2 {
    overflow: hidden;
  }
  .services_style2 .services_row {
    padding: 15px;
  }
}

.another_services_st2 {
  position: relative;
  padding: 100px 0;
  background-color: #6b52bd11;
}

.another_services_st2 .services_slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.another_services_st2 .service_card {
  position: relative;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px #0001;
          box-shadow: 10px 10px 30px #0001;
  border-radius: 15px;
}

.another_services_st2 .service_card .img {
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}

.another_services_st2 .service_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.another_services_st2 .service_card .info {
  margin-top: 20px;
  padding: 15px;
}

.another_services_st2 .service_card .info h5 a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.another_services_st2 .service_card .info h5 a:hover {
  color: var(--mainColor);
}

.another_services_st2 .service_card .info p {
  color: #555;
  margin-bottom: 20px;
}

.another_services_st2 .service_card .info .more_link {
  position: relative;
  padding: 10px 30px;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 10px;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about_style2 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.about_style2 .info .section_head_style1 {
  margin-bottom: 30px;
}

.about_style2 .info .text {
  font-size: 19px;
  line-height: 32px;
}

.about_style2 .img {
  position: relative;
}

.about_style2 .img .main_img {
  position: relative;
  -webkit-mask-image: url(../images/blob-bg.svg);
  mask-image: url(../images/blob-bg.svg);
  -webkit-mask-size: 70%;
  mask-size: 70%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 520px;
  z-index: 10;
}

.about_style2 .img .blob_img {
  position: absolute;
  left: 45%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
          transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
  width: 100%;
  height: 100%;
}

.about_style2 .img .blob_img2 {
  position: absolute;
  left: 57%;
  bottom: 5%;
  width: 30%;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .about_style2 {
    padding: 50px 0;
  }
}

.vision_style1 {
  position: relative;
  padding-bottom: 120px;
}

.vision_style1 .vision_card {
  position: relative;
  text-align: center;
  border-radius: 13px;
  -webkit-box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-top: 120px;
}

.vision_style1 .vision_card .icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  border-radius: 50%;
  color: var(--mainColor);
  background-color: #f2ecf4;
  font-size: 40px;
  margin: auto;
  position: relative;
  top: -50px;
}

.vision_style1 .vision_card .info {
  position: relative;
  padding: 0 50px 50px;
  margin-top: -30px;
  overflow: hidden;
}

.vision_style1 .vision_card .info h5 {
  font-size: 32px;
  color: var(--mainColor);
}

.vision_style1 .vision_card .info .text {
  font-size: 17px;
  color: #444;
  margin-top: 20px;
}

.vision_style1 .vision_card .info .float_icon {
  font-size: 200px;
  opacity: 0.05;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0.8;
}

@media screen and (max-width: 991px) {
  .vision_style1 .vision_card .info .float_icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact_info_style1 {
  position: relative;
  padding: 100px 0;
}

.contact_info_style1 .contact_cards .c_card {
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.contact_info_style1 .contact_cards .c_card .icon {
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2ecf4;
  color: var(--mainColor);
  font-size: 35px;
  margin: auto;
  display: block;
  position: relative;
  z-index: 10;
}

.contact_info_style1 .contact_cards .c_card .inf {
  padding: 80px 40px 40px;
  border-radius: 13px;
  -webkit-box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-top: -40px;
}

.contact_info_style1 .contact_cards .c_card .inf a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 17px;
  line-height: 2;
}

.contact_form_style1 {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}

.contact_form_style1 .form-control {
  background-color: #f6f8fc;
  border-radius: 30px;
  border: 0;
  min-height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_form_style1 .phone_group .code_span {
    position: absolute;
    top: 31px;
    left: 3px;
    direction: ltr;
    background: #eceef1;
    border-radius: 25px;
    font-weight: bold;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.5rem;
}

.contact_form_style1 .phone_group .form-control {
    padding-inline-start: 90px;
}

.contact_form_style1 .form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.contact_form_style1 .form-control:-ms-input-placeholder {
  opacity: 0.5;
}

.contact_form_style1 .form-control::-ms-input-placeholder {
  opacity: 0.5;
}

.contact_form_style1 .form-control::placeholder {
  opacity: 0.5;
}

.contact_form_style1 textarea.form-control {
  border-radius: 13px;
}

.contact_form_style1 .map {
  height: 500px;
}

.contact_form_style1 .map iframe {
  border-radius: 15px;
  overflow: hidden;
}

/**********************************************
    Start Edit Media screens 
**********************************************/
@media (min-width: 1200px) and (max-width: 1300px) {
    .zr_header_intro_st2 .social_box {
        left: 0;
        width: 60px;
    }
    .zr_header_intro_st2 .social_box .span::after {
        display: none;
    }
}
@media screen and (max-width: 991px) {
  .order_1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .zr_footer_intro_st2 .content .social_box {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .zr_footer_intro_st2 .foot .copyright_p {
    font-size: 12px;
  }
  .zr_footer_intro_st2 .foot .links a {
    margin: 0 5px;
    font-size: 11px;
  }
  .zr_about_intro_st2 .txt_box .statics_row {
    margin: 15px 0 0;
  }
  .zr_about_intro_st2 .txt_box::before {
    display: none;
  }
  .zr_about_intro_st2 .txt_box .p {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .zr_about_intro_st2 .txt_box .statics_row .item .counter {
    font-size: 30px;
  }
  
    .zr_header_intro_st2 .social_box {
        top: unset;
        right: unset;
        left: unset;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px ;
    }
    .zr_header_intro_st2 .social_box .social_links {
      display: flex;
      padding: 0 !important;
        margin: 0 !important;
    }
    .zr_header_intro_st2 .social_box .span {
        position: relative !important; 
        bottom: unset !important; 
        width: auto !important; 
        right: unset !important; 
        transform: rotate(0deg) !important; 
    }
    .zr_header_intro_st2 .social_box .social_links a {
        margin: 0px 3px;
    }
}

/**********************************************
    Start Edit EN direction 
**********************************************/
html[dir="ltr"] .dir_rtl {
    direction: rtl;
}

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

html[dir="ltr"] .zr_header_intro_st2 .social_box {
    top: 20%;
    right: 15px;
    left: unset;
}

html[dir="ltr"] .zr_header_intro_st2 .social_box .span {
    position: absolute;
    bottom: -65px;
    width: 170px;
    right: -70px;
}



html[dir="ltr"] .zr_about_intro_st2 .txt_box::before {
    left: 0;
    right: unset;
    transform: rotateY(180deg);
}



html[dir="ltr"]  .zr_about_intro_st2 .txt_box .butn img {
    transform: rotate(180deg);
}


html[dir="ltr"] {
}


html[dir="ltr"] {
}


html[dir="ltr"] {
}
/*# sourceMappingURL=style.css.map */